buvinghausen / Swashbuckle.NodaTime.AspNetCore

Easily configure Swashbuckle to generate correct documentation for NodaTime types.
MIT License
3 stars 7 forks source link

Support of nullable types #7

Closed Alantoo closed 1 year ago

Alantoo commented 2 years ago

It fixes genertion of nullable types as non-nullable (open-api-generator, csharp-core for example). It have been generated Nullable<Instant> as a DateTimeOffset instead of Nullable<DateTimeOffset>