MMonrad.OpenApi.NodaTime 0.0.11

There is a newer version of this package available.
See the version list below for details.
dotnet add package MMonrad.OpenApi.NodaTime --version 0.0.11
                    
NuGet\Install-Package MMonrad.OpenApi.NodaTime -Version 0.0.11
                    
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="MMonrad.OpenApi.NodaTime" Version="0.0.11" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="MMonrad.OpenApi.NodaTime" Version="0.0.11" />
                    
Directory.Packages.props
<PackageReference Include="MMonrad.OpenApi.NodaTime" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add MMonrad.OpenApi.NodaTime --version 0.0.11
                    
#r "nuget: MMonrad.OpenApi.NodaTime, 0.0.11"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package MMonrad.OpenApi.NodaTime@0.0.11
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=MMonrad.OpenApi.NodaTime&version=0.0.11
                    
Install as a Cake Addin
#tool nuget:?package=MMonrad.OpenApi.NodaTime&version=0.0.11
                    
Install as a Cake Tool

Open Api Extensions

Latest Release Latest Pre-Release Downloads License

Table of Contents

Elevator Pitch

Simplify your OpenAPI integration with our .NET 9 NuGet packages! OpenApi.Extensions delivers essential, reusable extensions to streamline and enhance your OpenAPI documentation. OpenApi.NodaTime builds on this foundation, adding seamless support for NodaTime, ensuring accurate and user-friendly representations of time-related data in your APIs. Perfect for developers seeking both flexibility and precision in their API solutions.

Example


var collection = new ServiceCollection();
using var services = collection.BuildServiceProvider();
services.AddOpenApi(opt =>
                    {
                        opt.OpenApiVersion = OpenApiSpecVersion.OpenApi3_0;
                        opt.ConfigureNodaTime();
                        opt.AddType<CommandRequestId, string>(new CommandRequestId(Guid.Empty));
                    });

Extensions

NodaTime

Allows to configure Asp.Net Core and OpenApi to use NodaTime types.

Latest Release Latest Pre-Release Downloads License

Installation

dotnet add package MMonrad.OpenApi.NodaTime
Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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
0.0.26 400 9/20/2025
0.0.25 174 9/20/2025
0.0.23 1,036 9/3/2025
0.0.17 813 1/3/2025
0.0.16 141 12/22/2024
0.0.11 116 12/21/2024
0.0.9 118 12/21/2024