github jasontaylordev/CleanArchitecture v10.2.0

latest release: v10.2.1
8 hours ago

What's Changed

feat: replace NSwag with ASP.NET Core OpenAPI and Scalar

This release replaces NSwag's runtime API introspection with the built-in ASP.NET Core OpenAPI support and Scalar as the API explorer UI.

What changed:

  • Added Microsoft.AspNetCore.OpenApi and Scalar.AspNetCore; removed NSwag middleware registration
  • The OpenAPI specification is now generated to wwwroot/openapi/v1.json
  • The Scalar UI is available at /scalar in all environments
  • TypeScript API clients (web-api-client.ts) are now auto-generated via a prebuild npm script in both the Angular and React clients, and are excluded from source control
  • ASP.NET Core Identity endpoints appear in the Scalar UI but without rich metadata such as descriptions, tags, or response schemas; explicit annotation is required to improve their documentation

Full Changelog: v10.1.0...v10.2.0

Don't miss a new CleanArchitecture release

NewReleases is sending notifications on new releases.