Skip to content

Ensure templates are built via a pipeline to support CG #48607

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

Open
siramvikram opened this issue Apr 21, 2025 · 2 comments
Open

Ensure templates are built via a pipeline to support CG #48607

siramvikram opened this issue Apr 21, 2025 · 2 comments
Assignees
Labels
Area-dotnet test untriaged Request triage from a team member

Comments

@siramvikram
Copy link

siramvikram commented Apr 21, 2025

The below templates need to be built using a pipeline so that CG is run on them

Class Library
Console Application
MSTest Playwright Test Project
MSTest Test Project
NUnit 3 Test Project
xUnit Test Project
NUnit Playwright Test Project

@dotnet-issue-labeler dotnet-issue-labeler bot added Area-NetSDK untriaged Request triage from a team member labels Apr 21, 2025
@marcpopMSFT
Copy link
Member

console and classlib don't reference any external packages so nothing for CG to scan. We don't typically flag targeting packs or runtime packs which could potentially be downloaded implicitly. So for those, I wouldn't bother. Marking for the test team to take a look at the others and make a call.

@marcpopMSFT
Copy link
Member

BTW, I have an internal draft of how to run a set of tests after the SDK build if you want to build off of that. Ping me offline and I can point you at what I did.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-dotnet test untriaged Request triage from a team member
Projects
None yet
Development

No branches or pull requests

3 participants