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
AcceptLanguageHeaderArgs — configures an Accept-Language header parameter added to all Swagger operations
SimplifyWebSwaggerArgs.AcceptLanguageHeader — enables Accept-Language header with supported languages list
SimplifyWebSwaggerArgs.SecuritySchemeName — explicit override for security scheme name; when null (default), all schemes registered via AddSecurityDefinition are applied automatically to authorized operations
Route parameter types auto-detection from controller Invoke/InvokeAsync method signatures (typed path parameters in Swagger schema)
AddSimplifyWebSwaggerServices extension method — registers PascalCase ISerializerDataContractResolver before AddSwaggerGen
Changed
Security requirements on authorized operations are now auto-detected from registered AddSecurityDefinition schemes; no manual SecuritySchemeName configuration needed