Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add analyzer to track public API changes #83

Merged
merged 4 commits into from
Apr 30, 2024
Merged

Add analyzer to track public API changes #83

merged 4 commits into from
Apr 30, 2024

Conversation

joshuaflanagan
Copy link
Contributor

The Microsoft.CodeAnalysis.PublicApiAnalyzers will track changes to the published public API.
It provides warnings/code fixes to update the PublicAPI.Unshipped.txt files when a change is detected.
When make a release, move the changes from the .Unshipped to .Shipped and update the CHANGELOG accordingly.

This should help prevent accidental breaking changes and help manage APIs we plan to deprecate.

Also update the .NET Framework version from 4.6.1 to 4.6.2, as 4.6.1 developer pack is no longer available.

4.6.1 developer pack is no longer available.
The Microsoft.CodeAnalysis.PublicApiAnalyzers will track changes to the public API,
providing warnings/code fixes if someone makes a change to the public API.
This will help prevent accidental breaking changes.
@joshuaflanagan joshuaflanagan merged commit 494ee9c into main Apr 30, 2024
6 checks passed
@joshuaflanagan joshuaflanagan deleted the chores branch April 30, 2024 17:01
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