Skip to content

Conversation

@marcominerva
Copy link
Owner

  • Remove Microsoft.AspNetCore.OpenApi from Net8JwtBearerSample.csproj
  • Bump JwtBearer package to 10.0.1 for net10.0
  • Add bearerFormat ("JWT") to OpenAPI security scheme
  • Rename errorSchema to problemDetailsSchema for clarity

- Set dotnet_style_require_accessibility_modifiers in .editorconfig
- Remove Microsoft.AspNetCore.OpenApi from Net8JwtBearerSample.csproj
- Bump JwtBearer package to 10.0.1 for net10.0
- Add bearerFormat ("JWT") to OpenAPI security scheme
- Rename errorSchema to problemDetailsSchema for clarity
Added csharp_style_prefer_simple_property_accessors = true:suggestion to .editorconfig to encourage concise property definitions in C# code. This helps promote cleaner and more maintainable code by preferring simple property accessors where applicable.
@marcominerva marcominerva merged commit 8a5cbcd into master Dec 10, 2025
5 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