Microsoft.AspNet.WebApi.Versioning.ApiExplorer 5.1.0

建议的替代方案

Asp.Versioning.WebApi.ApiExplorer

其他信息

截至2022年8月,有新版本的包可用。虽然此包将继续接收关键错误修复,但我们强烈建议您升级。有关详细信息,请参阅迁移指南:https://github.com/dotnet/aspnet-api-versioning/wiki/Migration

dotnet add package Microsoft.AspNet.WebApi.Versioning.ApiExplorer --version 5.1.0                
NuGet\Install-Package Microsoft.AspNet.WebApi.Versioning.ApiExplorer -Version 5.1.0                
此命令旨在在 Visual Studio 的包管理器控制台中使用,因为它使用了 NuGet 模块的 Install-Package 版本。
<PackageReference Include="Microsoft.AspNet.WebApi.Versioning.ApiExplorer" Version="5.1.0" />                
对于支持 PackageReference 的项目,将此 XML 节点复制到项目文件中以引用包。
paket add Microsoft.AspNet.WebApi.Versioning.ApiExplorer --version 5.1.0                
#r "nuget: Microsoft.AspNet.WebApi.Versioning.ApiExplorer, 5.1.0"                
#r 指令可用于 F# Interactive 和 Polyglot Notebooks。将其复制到交互式工具或脚本的源代码中,以引用包。
// Install Microsoft.AspNet.WebApi.Versioning.ApiExplorer as a Cake Addin
#addin nuget:?package=Microsoft.AspNet.WebApi.Versioning.ApiExplorer&version=5.1.0

// Install Microsoft.AspNet.WebApi.Versioning.ApiExplorer as a Cake Tool
#tool nuget:?package=Microsoft.AspNet.WebApi.Versioning.ApiExplorer&version=5.1.0                
📣 现在 Asp.Versioning.WebApi.ApiExplorer。查看 公告

ASP.NET API 版本控制为您提供了一种强大且易于使用的方法,可用于将 API 版本控制语义添加到使用 ASP.NET Web API 创建的新和现有 REST 服务。API 版本控制扩展定义了简单的元数据属性和约定,您可以使用它们来描述您的服务实现哪些 API 版本。

此包包含 ASP.NET Web API 中 API Explorer 的 API 版本感知扩展,这在许多场景(如测试自动化或 OpenAPI 文档生成)中非常有用。

常用类型

  • Microsoft.Web.Http.Description.ApiExplorerOptions
  • Microsoft.Web.Http.Description.ApiDescriptionGroup
  • Microsoft.Web.Http.Description.ApiDescriptionGroupCollection
  • Microsoft.Web.Http.Description.VersionedApiDescription
  • Microsoft.Web.Http.Description.VersionedApiExplorer

发布说明

https://github.com/dotnet/aspnet-api-versioning/releases/tag/v5.1.0

产品 兼容的和额外的计算目标框架版本。
.NET Framework net45 兼容。 net451 已计算。 net452 已计算。 net46 已计算。 net461 已计算。 net462 已计算。 net463 已计算。 net47 已计算。 net471 已计算。 net472 已计算。 net48 已计算。 net481 已计算。
兼容的目标框架
包含的目标框架(在包中)
了解更多关于 目标框架.NET Standard 的信息。

NuGet 包 (11)

显示依赖于 Microsoft.AspNet.WebApi.Versioning.ApiExplorer 的前 5 个 NuGet 包

下载
Microsoft.AspNet.OData.Versioning.ApiExplorer

Microsoft ASP.NET Web API 版本控制和 OData v4.0 的 API 探索器。

Bit.Server.WebApi

Bit.Server.WebApi

Bit.WebApi

Bit.WebApi

Net.Web.Api.Sdk

WEP API 开发工具包

FCP.Swashbuckle.Core.Versioning

Swashbuckle AspNet 版本扩展

GitHub 仓库

该包没有被任何流行的GitHub仓库使用。