glideapps/quicktype

Superfluous C# using statements

Open

#800 建立於 2018年4月15日

在 GitHub 查看
 (0 留言) (0 反應) (0 負責人)TypeScript (10,867 star) (968 fork)batch import
C#good first issue

描述

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;

貢獻者指南