You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Expected
Few or no build warnings
Actual
Hundreds of warnings about copy local conflicts from the
_HandlePackageFileConflicts
target, such as: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.
The text was updated successfully, but these errors were encountered: