json-api-dotnet / JsonApiDotNetCore

A framework for building JSON:API compliant REST APIs using ASP.NET and Entity Framework Core.
https://www.jsonapi.net
MIT License
662 stars 160 forks source link

Rename JsonApiDotNetCore.OpenApi package #1578

Open bkoelman opened 1 week ago

bkoelman commented 1 week ago

Rename to JsonApiDotNetCore.OpenApi.Swashbuckle, to enable implementing support for the upcoming ASP.NET OpenAPI generator in the future (without breaking users). Deprecate the existing package on the GitHub feed, to make users aware.

Likewise, rename ServiceCollectionExtensions.AddOpenApi to ServiceCollectionExtensions.AddOpenApiForJsonApi to avoid a naming clash with existing/future extension methods.