-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Description
We should add the Microsoft.CodeAnalysis.PublicApiAnalyzers analyser to avoid making unintentional binary-breaking changes.
Examples:
- Observe the route template constraints in the Swagger middleware #2418 (review).
- Added Swashbuckle.AspNetCore.Annotations.SwaggerIgnoreAttribute #2610 (comment)
- Add customized document serialization support #2677 (comment)
- Resolves #2717 #2718 (comment)
- Configure non-nullable types as required #2803 (comment)
- Support [DataMember] IsRequired in NewtonsoftDataContractResolver #2644 (comment)