mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-10 19:42:44 +00:00
minor build warning fix for C# client
This commit is contained in:
@@ -18,10 +18,13 @@ namespace IO.Swagger.Client
|
||||
/// </summary>
|
||||
public class SwaggerDateConverter : IsoDateTimeConverter
|
||||
{
|
||||
/// <summary>
|
||||
/// Initializes a new instance of the <see cref="SwaggerDateConverter" /> class.
|
||||
/// </summary>
|
||||
public SwaggerDateConverter()
|
||||
{
|
||||
// full-date = date-fullyear "-" date-month "-" date-mday
|
||||
DateTimeFormat = "yyyy-MM-dd";
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user