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

The PackAddsCorrectFilesForProjectsWithOutputNameSpecified test fails due to assembly name not being overridden #47246

Open
v-wuzhai opened this issue Mar 4, 2025 · 0 comments
Labels
Area-NetSDK untriaged Request triage from a team member

Comments

@v-wuzhai
Copy link
Member

v-wuzhai commented Mar 4, 2025

Describe the bug

In the test PackAddsCorrectFilesForProjectsWithOutputNameSpecified, the output assembly name is specified as LibraryWithOutputAssemblyName. The test verifies that the generated .nupkg and .symbols.nupkg files contain the correct files, specifically MyLibrary.dll and MyLibrary.pdb in the lib/netstandard1.5 directory.

However, the test currently fails because the test project does not correctly override the assembly name. As a result, the expected files are not found in the generated packages.

@dotnet-issue-labeler dotnet-issue-labeler bot added Area-NetSDK untriaged Request triage from a team member labels Mar 4, 2025
@v-wuzhai v-wuzhai changed the title The PackAddsCorrectFilesForProjectsWithOutputNameSpecified Test Fails Due to Assembly Name Not Being Overridden The PackAddsCorrectFilesForProjectsWithOutputNameSpecified test fails due to assembly name not being overridden Mar 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-NetSDK untriaged Request triage from a team member
Projects
None yet
Development

No branches or pull requests

1 participant