glideapps/quicktype

Superfluous C# using statements

Open

#800 建立於 2018年4月15日

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

倉庫指標

Star
 (10,867 star)
PR 合併指標
 (30 天內沒有已合併 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;

貢獻者指南