DateOnlyTimeOnly.AspNet.Swashbuckle
2.0.1
.NET 6.0
dotnet add package DateOnlyTimeOnly.AspNet.Swashbuckle --version 2.0.1
NuGet\Install-Package DateOnlyTimeOnly.AspNet.Swashbuckle -Version 2.0.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="DateOnlyTimeOnly.AspNet.Swashbuckle" Version="2.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add DateOnlyTimeOnly.AspNet.Swashbuckle --version 2.0.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: DateOnlyTimeOnly.AspNet.Swashbuckle, 2.0.1"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install DateOnlyTimeOnly.AspNet.Swashbuckle as a Cake Addin
#addin nuget:?package=DateOnlyTimeOnly.AspNet.Swashbuckle&version=2.0.1
// Install DateOnlyTimeOnly.AspNet.Swashbuckle as a Cake Tool
#tool nuget:?package=DateOnlyTimeOnly.AspNet.Swashbuckle&version=2.0.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
DateOnlyTimeOnly.AspNet
Adds support for receiving and returning DateOnly/TimeOnly as ISO 8601 string to ASP.NET Core API
Installation
Get it from NuGet
Usage
Call AddDateOnlyTimeOnlyStringConverters
on services
:
builder.Services.AddDateOnlyTimeOnlyStringConverters();
After that:
- For .NET 6: all
DateOnly
andTimeOnly
action arguments will be received and returned as ISO 8601 string; - For .NET 7: adds support to use
TimeOnly
as Dictionary key (the rest is available out of the box).
Swagger support
NSwag
No additional action is needed.
Swashbuckle
v6.4.0 and after:
No additional action is needed.
Before v6.4.0:
Install DateOnlyTimeOnly.AspNet.Swashbuckle
package, and add UseDateOnlyTimeOnlyStringConverters
to your swagger configuration:
builder.Services.AddSwaggerGen(c => c.UseDateOnlyTimeOnlyStringConverters());
Product | Versions |
---|---|
.NET | net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.
-
net6.0
- DateOnlyTimeOnly.AspNet (>= 2.0.1)
- Swashbuckle.AspNetCore.SwaggerGen (>= 6.2.3)
-
net7.0
- DateOnlyTimeOnly.AspNet (>= 2.0.1)
- Swashbuckle.AspNetCore.SwaggerGen (>= 6.2.3)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.