glideapps/quicktype

Superfluous C# using statements

已关闭

#800 创建于 2018年4月15日

 (0 条评论) (0 个反应) (0 位负责人)TypeScript (968 个派生)batch import
C#good first issue

仓库指标

星标
 (10,867 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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;

贡献者指南