You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- 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.
0 commit comments