With the introduction of DateOnly and TimeOnly in .NET 6.0, it would be beneficial to support these value types in OpenAPI.NET as well. The biggest downside here is of course that you wouldn't be able to publish it under netstandard2.0 (as far as I know).
Just looking to start a conversation as to whether this would be possible.
With the introduction of
DateOnlyandTimeOnlyin .NET 6.0, it would be beneficial to support these value types in OpenAPI.NET as well. The biggest downside here is of course that you wouldn't be able to publish it under netstandard2.0 (as far as I know).Just looking to start a conversation as to whether this would be possible.