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
Once we are nearer to code complete on Polly v8, we should add the Microsoft.CodeAnalysis.PublicApiAnalyzers NuGet package into the build and configure the metadata files appropriately to "lock down" the API.
This then makes it easier going forward to identify potentially breaking changes to the API surface in future releases. We will also benefit from the built-in compatibility analysis that the package contains that might help identify any API usability issues we might inadvertently have created ahead of shipping.
The text was updated successfully, but these errors were encountered:
Once we are nearer to code complete on Polly v8, we should add the Microsoft.CodeAnalysis.PublicApiAnalyzers NuGet package into the build and configure the metadata files appropriately to "lock down" the API.
This then makes it easier going forward to identify potentially breaking changes to the API surface in future releases. We will also benefit from the built-in compatibility analysis that the package contains that might help identify any API usability issues we might inadvertently have created ahead of shipping.
The text was updated successfully, but these errors were encountered: