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

GenerateTargetFrameworkMonikerAttribute warns about access issues in parallel builds #1882

Closed
natemcmaster opened this issue Mar 17, 2017 · 1 comment
Labels

Comments

@natemcmaster
Copy link
Contributor

When build a solution in parallel, the GenerateTargetFrameworkMonikerAttribute target sometimes produces this warning:

C:\dev\dotnet\sdk\2.0.0-preview1-005418\Microsoft.Common.CurrentVersion.targets(3140,5): warning MSB3491: Could not write lines to file "C:\Users\namc\AppData\Local\Temp.NETCoreApp,Version=v1.0.AssemblyAttributes.cs". The process cannot access the file 'C:\Users\namc\AppData\Local\Temp.NETCoreApp,Version=v1.0.AssemblyAttributes.cs' because it is being used by another process. [C:\dev\DotNetTools\src\Microsoft.DotNet.Watcher.Tools\Microsoft.DotNet.Watcher.Tools.csproj]

May be resolved by #1479 or dotnet/sdk#842

cc @jeffkl

@AndyGerlicher
Copy link
Contributor

Dupe of #1479

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants