glideapps/quicktype

Superfluous C# using statements

Open

#800 aberto em 15 de abr. de 2018

Ver no GitHub
 (0 comments) (0 reactions) (0 assignees)TypeScript (968 forks)batch import
C#good first issue

Métricas do repositório

Stars
 (10.867 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

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;

Guia do colaborador