glideapps/quicktype

Superfluous C# using statements

Open

#800 ouverte le 15 avr. 2018

Voir sur GitHub
 (0 commentaires) (0 réactions) (0 assignés)TypeScript (968 forks)batch import
C#good first issue

Métriques du dépôt

Stars
 (10 867 stars)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

Description

The using statements introduced for DateTimeOffset support (if I recall correctly) are emitted in attributes-only mode, and when there are no dates in the model:

using System.Globalization;
using Newtonsoft.Json.Converters;

Guide contributeur