MicroElements.Swashbuckle.NodaTime
4.0.1
Prefix Reserved
Install-Package MicroElements.Swashbuckle.NodaTime -Version 4.0.1
dotnet add package MicroElements.Swashbuckle.NodaTime --version 4.0.1
<PackageReference Include="MicroElements.Swashbuckle.NodaTime" Version="4.0.1" />
paket add MicroElements.Swashbuckle.NodaTime --version 4.0.1
#r "nuget: MicroElements.Swashbuckle.NodaTime, 4.0.1"
// Install MicroElements.Swashbuckle.NodaTime as a Cake Addin
#addin nuget:?package=MicroElements.Swashbuckle.NodaTime&version=4.0.1
// Install MicroElements.Swashbuckle.NodaTime as a Cake Tool
#tool nuget:?package=MicroElements.Swashbuckle.NodaTime&version=4.0.1
Configure Asp.Net Core and swagger to use NodaTime types.
# Benefits of MicroElements.Swashbuckle.NodaTime
- Supports Swashbuckle 5, net core 3 and brand new System.Text.Json
- Implemented in c#, no FSharp.Core lib in dependencies
- NamingStrategy support. You can use DefaultNamingStrategy, CamelCaseNamingStrategy or SnakeCaseNamingStrategy
- Supports DateInterval
- Can be generated with user provided examples or without examples
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETStandard 2.0
- NodaTime (>= 3.0.0)
- NodaTime.Serialization.JsonNet (>= 3.0.0)
- NodaTime.Serialization.SystemTextJson (>= 1.0.0)
- Swashbuckle.AspNetCore (>= 5.5.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
4.0.1 | 117,786 | 1/21/2021 |
4.0.0 | 7,273 | 11/21/2020 |
3.0.0 | 13,763 | 8/29/2020 |
3.0.0-rc.4 | 62,642 | 2/22/2020 |
3.0.0-rc.3 | 300 | 2/5/2020 |
3.0.0-rc.2 | 354 | 2/2/2020 |
3.0.0-rc.1 | 7,296 | 11/14/2019 |
2.0.0 | 6,185 | 3/20/2019 |
1.2.0 | 495 | 3/20/2019 |
1.1.0 | 609 | 1/10/2019 |
1.0.2 | 669 | 9/27/2018 |
1.0.1 | 692 | 9/10/2018 |
1.0.0 | 750 | 8/12/2018 |
1.0.0-beta.3 | 436 | 8/9/2018 |
1.0.0-beta.2 | 425 | 8/6/2018 |
1.0.0-beta.1 | 415 | 8/3/2018 |
$# 4.0.0
- NodaTime updated to 3.0.0
- NodaTime.Serialization.JsonNet updated to 3.0.0
- NodaTime.Serialization.SystemTextJson updated to 1.0.0
- Swashbuckle.AspNetCore updated to version 5.5.1
- Added SchemaExamples to NodaTimeSchemaSettings and configuration methods ConfigureForNodaTime and ConfigureForNodaTimeWithSystemTextJson to support custom example values
- Nullable annotations added
# 3.0.0
- Supports Swashbuckle 5, net core 3 and System.Text.Json
- Swashbuckle.AspNetCore updated to version 5.0.0
- NodaTime and NodaTime.Serialization.JsonNet updated to latest versions
- ConfigureForNodaTime became more customizable
- Compatibility with System.Text.Json:
- New dependency: NodaTime.Serialization.SystemTextJson
- Added new ConfigureForNodaTimeWithSystemTextJson
- PR #13 by jeremyhayes: remove unspecified format aliases (full-date, partial-time)
- PR #8 by Romanx: Add flag for generating examples in output
- PR #11 by dgarciarubio: Add support for OffsetDate and OffsetTime types
# 3.0.0-rc.4
- PR #8 by Romanx: Add flag for generating examples in output
- PR #11 by dgarciarubio: Add support for OffsetDate and OffsetTime types
# 3.0.0-rc.3
- Supports Swashbuckle 5, net core 3 and System.Text.Json
- Swashbuckle.AspNetCore updated to version 5.0.0
# 3.0.0-rc.2
- Supports net core 3 and brand new System.Text.Json
- NodaTime and NodaTime.Serialization.JsonNet updated to latest versions
- Swashbuckle.AspNetCore updated to version 5.0.0-rc5
- ConfigureForNodaTime became more customizable
- Compatibility with System.Text.Json:
- New dependency: NodaTime.Serialization.SystemTextJson
- Added new ConfigureForNodaTimeWithSystemTextJson
- Sample moved to net core 3
- Sample supports NewtonsoftJson, System.Text.Json and System.Text.Json with NamingPolicy from NewtonsoftJson
Full release notes can be found at: https://github.com/micro-elements/MicroElements.Swashbuckle.NodaTime.git/blob/master/CHANGELOG.md