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

Remove analyzers from aspnetcore targeting pack #1199

Merged
merged 1 commit into from
Mar 14, 2025

Conversation

ViktorHofer
Copy link
Member

SBRP targeting packs can't have analyzers as those execute and SBRP packages are contract only.

Unblocks dotnet/sdk#47509

SBRP targeting packs can't have analyzers as those execute and SBRP packages are contract only.
@ViktorHofer
Copy link
Member Author

ViktorHofer commented Mar 14, 2025

@dotnet/source-build these targeting packs get auto-generated via an internal tooling. Can we update that tooling to not include the "analyzers" folder (if that's not already the case) and also trim out the"/analyzer*" entries from the FrameworkList.xml?

@ViktorHofer ViktorHofer enabled auto-merge (squash) March 14, 2025 11:03
@MichaelSimons
Copy link
Member

@dotnet/source-build these targeting packs get auto-generated via an internal tooling. Can we update that tooling to not include the "analyzers" folder (if that's not already the case) and also trim out the"/analyzer*" entries from the FrameworkList.xml?

@ViktorHofer, would you mind logging an issue for this. It is called out in the documentation for adding targeting packs but should be handled by the tooling.

@ViktorHofer ViktorHofer merged commit c3d4c37 into main Mar 14, 2025
4 checks passed
@MichaelSimons MichaelSimons deleted the RemoveAnalyzersFromTargetingPack branch March 14, 2025 15:44
@ViktorHofer
Copy link
Member Author

dotnet/source-build#4949

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