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

Always run public API analyzers on newest target framework #853

Merged
merged 3 commits into from
Feb 11, 2025

Conversation

bash
Copy link
Member

@bash bash commented Feb 8, 2025

We intentionally run the public API analyzers only on the newest target framework because we usually add APIs in newer target frameworks that are missing in older ones.

I have sometimes forgotten to update the target framework condition (for instance in Funcky.Async). To prevent this I introduced a property FunckyNewestTargetFramework that sits right next to the other target frameworks so that they (hopefully) get bumped together.

We also get a warning now if we don't set the property altogether.

@bash bash requested review from FreeApophis and Mafii February 8, 2025 20:37
@bash bash enabled auto-merge February 8, 2025 20:38
@bash bash merged commit 63ec637 into main Feb 11, 2025
9 checks passed
@bash bash deleted the unify-public-api-analyzers branch February 11, 2025 12:20
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