glideapps/quicktype

Superfluous C# using statements

Open

#800 geöffnet am 15. Apr. 2018

Auf GitHub ansehen
 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)TypeScript (10.867 Stars) (968 Forks)batch import
C#good first issue

Beschreibung

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;

Contributor Guide