nuget update
This commit is contained in:
5
.nuget/packages/microsoft.aspnetcore.openapi/10.0.0-rc.2.25502.107/.nupkg.metadata
vendored
Normal file
5
.nuget/packages/microsoft.aspnetcore.openapi/10.0.0-rc.2.25502.107/.nupkg.metadata
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"version": 2,
|
||||
"contentHash": "50Egznb0tgVvITuuQQhhQ2fCQqKsy+I7Cy2QopLZziDw/IRhvM+L5ZKA7AdsEr4x/lmuB0HnZPKjD8eRjkbVog==",
|
||||
"source": "/mnt/e/dev/git.stella-ops.org/local-nugets"
|
||||
}
|
||||
BIN
.nuget/packages/microsoft.aspnetcore.openapi/10.0.0-rc.2.25502.107/.signature.p7s
vendored
Normal file
BIN
.nuget/packages/microsoft.aspnetcore.openapi/10.0.0-rc.2.25502.107/.signature.p7s
vendored
Normal file
Binary file not shown.
BIN
.nuget/packages/microsoft.aspnetcore.openapi/10.0.0-rc.2.25502.107/Icon.png
vendored
Normal file
BIN
.nuget/packages/microsoft.aspnetcore.openapi/10.0.0-rc.2.25502.107/Icon.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.1 KiB |
@@ -0,0 +1,26 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
|
||||
<metadata>
|
||||
<id>Microsoft.AspNetCore.OpenApi</id>
|
||||
<version>10.0.0-rc.2.25502.107</version>
|
||||
<authors>Microsoft</authors>
|
||||
<requireLicenseAcceptance>true</requireLicenseAcceptance>
|
||||
<license type="expression">MIT</license>
|
||||
<licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
|
||||
<icon>Icon.png</icon>
|
||||
<readme>PACKAGE.md</readme>
|
||||
<projectUrl>https://asp.net/</projectUrl>
|
||||
<description>Provides APIs for annotating route handler endpoints in ASP.NET Core with OpenAPI annotations.
|
||||
|
||||
This package was built from the source code at https://github.com/dotnet/dotnet/tree/89c8f6a112d37d2ea8b77821e56d170a1bccdc5a</description>
|
||||
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
|
||||
<tags>aspnetcore openapi</tags>
|
||||
<serviceable>true</serviceable>
|
||||
<repository type="git" url="https://github.com/dotnet/dotnet" commit="89c8f6a112d37d2ea8b77821e56d170a1bccdc5a" />
|
||||
<dependencies>
|
||||
<group targetFramework="net10.0">
|
||||
<dependency id="Microsoft.OpenApi" version="2.0.0" exclude="Build,Analyzers" />
|
||||
</group>
|
||||
</dependencies>
|
||||
<frameworkReferences><group targetFramework="net10.0"><frameworkReference name="Microsoft.AspNetCore.App" /></group></frameworkReferences></metadata>
|
||||
</package>
|
||||
54
.nuget/packages/microsoft.aspnetcore.openapi/10.0.0-rc.2.25502.107/PACKAGE.md
vendored
Normal file
54
.nuget/packages/microsoft.aspnetcore.openapi/10.0.0-rc.2.25502.107/PACKAGE.md
vendored
Normal file
@@ -0,0 +1,54 @@
|
||||
## About
|
||||
|
||||
Microsoft.AspNetCore.OpenApi is a NuGet package that provides built-in support for generating OpenAPI documents from minimal or controller-based APIs in ASP.NET Core.
|
||||
|
||||
## Key Features
|
||||
|
||||
* Supports viewing generated OpenAPI documents at runtime via a parameterized endpoint (`/openapi/{documentName}.json`)
|
||||
* Supports generating an OpenAPI document at build-time
|
||||
* Supports customizing the generated document via document transformers
|
||||
|
||||
## How to Use
|
||||
|
||||
To start using Microsoft.AspNetCore.OpenApi in your ASP.NET Core application, follow these steps:
|
||||
|
||||
### Installation
|
||||
|
||||
```sh
|
||||
dotnet add package Microsoft.AspNetCore.OpenApi
|
||||
```
|
||||
|
||||
### Configuration
|
||||
|
||||
In your Program.cs file, register the services provided by this package in the DI container and map the provided OpenAPI document endpoint in the application.
|
||||
|
||||
```C#
|
||||
var builder = WebApplication.CreateBuilder();
|
||||
|
||||
// Registers the required services
|
||||
builder.Services.AddOpenApi();
|
||||
|
||||
var app = builder.Build();
|
||||
|
||||
// Adds the /openapi/{documentName}.json endpoint to the application
|
||||
app.MapOpenApi();
|
||||
|
||||
app.Run();
|
||||
```
|
||||
|
||||
For more information on configuring and using Microsoft.AspNetCore.OpenApi, refer to the [official documentation](https://learn.microsoft.com/aspnet/core/fundamentals/minimal-apis/openapi).
|
||||
|
||||
## Main Types
|
||||
|
||||
<!-- The main types provided in this library -->
|
||||
|
||||
The main types provided by this library are:
|
||||
|
||||
* `OpenApiOptions`: Options for configuring OpenAPI document generation.
|
||||
* `IDocumentTransformer`: Transformer that modifies the OpenAPI document generated by the library.
|
||||
|
||||
## Feedback & Contributing
|
||||
|
||||
<!-- How to provide feedback on this package and contribute to it -->
|
||||
|
||||
Microsoft.AspNetCore.OpenApi is released as open-source under the [MIT license](https://licenses.nuget.org/MIT). Bug reports and contributions are welcome at [the GitHub repository](https://github.com/dotnet/aspnetcore).
|
||||
1110
.nuget/packages/microsoft.aspnetcore.openapi/10.0.0-rc.2.25502.107/THIRD-PARTY-NOTICES.TXT
vendored
Normal file
1110
.nuget/packages/microsoft.aspnetcore.openapi/10.0.0-rc.2.25502.107/THIRD-PARTY-NOTICES.TXT
vendored
Normal file
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Binary file not shown.
@@ -0,0 +1 @@
|
||||
soikExuo42OVUb3uhV1suhcb++wDgnFwY/EQebqb2UfviRtL+JzNFcPNjxEmHYeCyJga4dVtue7KqQMRIU42iw==
|
||||
Reference in New Issue
Block a user