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

Is the built-in API compatibility verification of the .NET SDK the replacement for Microsoft.CodeAnalysis.PublicApiAnalyzers? #7506

Open
bitbonk opened this issue Dec 15, 2024 · 0 comments

Comments

@bitbonk
Copy link

bitbonk commented Dec 15, 2024

The .NET SDK itself now has means to check for source or binary breaking changes in the public API against an earlier version of an assembly or package. In addition to the MSbuild tasks there is even the Microsoft.DotNet.ApiCompat.Tool global tool.

It seems to me, that there is no more active development of Microsoft.CodeAnalysis.PublicApiAnalyzers.

So I wondered if those features of the .NET SDK is to be the replacement for Microsoft.CodeAnalysis.PublicApiAnalyzers.

@bitbonk bitbonk changed the title Is the API compatibility verification built into .NET SDK the replacement for Microsoft.CodeAnalysis.PublicApiAnalyzers? Is the built-in API compatibility verification of the .NET SDK the replacement for Microsoft.CodeAnalysis.PublicApiAnalyzers? Dec 15, 2024
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

No branches or pull requests

1 participant