Skip to content

Conversation

@marcominerva
Copy link
Owner

  • Replace Swashbuckle.AspNetCore with Microsoft.AspNetCore.OpenApi and Swashbuckle.AspNetCore.SwaggerUI in project files for ApiKeySample, BasicAuthenticationSample, and JwtBearerSample, upgrading versions to 9.0.4 and 9.0.8 respectively.
  • Refactor Program.cs to use AddOpenApi and streamline Swagger UI setup with MapOpenApi.
  • Replace Swagger annotations in AuthController, MeController, and PeopleController with EndpointDescription.
  • Update SimpleAuthentication project to reflect new OpenAPI version.
  • Enhance API documentation capabilities and ensure compatibility with latest libraries.

- Replace `Swashbuckle.AspNetCore` with `Microsoft.AspNetCore.OpenApi` and `Swashbuckle.AspNetCore.SwaggerUI` in project files for `ApiKeySample`, `BasicAuthenticationSample`, and `JwtBearerSample`, upgrading versions to `9.0.4` and `9.0.8` respectively.
- Refactor `Program.cs` to use `AddOpenApi` and streamline Swagger UI setup with `MapOpenApi`.
- Replace Swagger annotations in `AuthController`, `MeController`, and `PeopleController` with `EndpointDescription`.
- Update `SimpleAuthentication` project to reflect new OpenAPI version.
- Enhance API documentation capabilities and ensure compatibility with latest libraries.
@marcominerva marcominerva merged commit d7e9395 into master Sep 1, 2025
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants