Skip to content

Superfluous C# using statements #800

Description

@dvdsgl

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;

Metadata

Metadata

Assignees

No one assigned

    Labels

    C#C# Outputgood first issueNot necessarily easy, but doesn't require deep quicktype knowledge

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions