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;

貢獻者指南