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

[FEATURE REQUEST]: Use PublicApiAnalyzers to ease maitaining backwards compatibility #415

Open
marcin-krystianc opened this issue Jan 15, 2025 · 1 comment

Comments

@marcin-krystianc
Copy link
Contributor

Is your feature request related to a problem? Please describe.

We let Newtonsoft.Json slip into Public API, but we do not want to expose json library as it is only an internal implementation detail.

Describe the solution you'd like

[ ] - Use [PublicApiAnalyzers]https://github.com/dotnet/roslyn-analyzers/blob/main/src/PublicApiAnalyzers/PublicApiAnalyzers.Help.md)
[ ] - Make the converter classes which expose Newtonsoftinternal

Describe alternatives you've considered

No response

Additional context

No response

@sungam3r
Copy link
Contributor

Please consider this alternative - https://github.com/PublicApiGenerator/PublicApiGenerator

Many people find this more friendly to use.

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

2 participants