Skip to content

_HandlePackageFileConflicts reports conflicts for satellite assemblies #1529

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

Closed
AArnott opened this issue Aug 23, 2017 · 2 comments
Closed

Comments

@AArnott
Copy link
Contributor

AArnott commented Aug 23, 2017

git clone https://devdiv.visualstudio.com/DefaultCollection/DevDiv/_git/VSIDEConEx.IdentityService
cd VSIDEConEx.IdentityService
git co 67aa3553c0741f8f44195a6b71ab87b5fadf953f
.\init
cd src\IdentityService
msbuild /v:normal

Expected
Few or no build warnings

Actual
Hundreds of warnings about copy local conflicts from the _HandlePackageFileConflicts target, such as:

Encountered conflict between 'CopyLocal:C:\Users\andarno.nuget\packages\microsoft.visualstudio.threading\15.3.20\lib\net45\cs\Microsoft.VisualStudio.Threading.resources.dll' and 'CopyLocal:C:\Users\andarno.nuget\packages\microsoft.visualstudio.threading\15.3.20\lib\net45\ru\Microsoft.VisualStudio.Threading.resources.dll'. Could not determine winner due to equal file and assembly versions.

Note the warnings are regarding two satellite assemblies with different cultures. There should be no conflict here, since they should be copied locally to their own culture-specific subfolders.

@nguerrera
Copy link
Contributor

Duplicate of #1465. These are high importance messages, not warnings right?

@AArnott
Copy link
Contributor Author

AArnott commented Aug 31, 2017

Yes, I suppose so. Thanks.

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