-
Notifications
You must be signed in to change notification settings - Fork 264
Open
Labels
Functionality:RestorePriority:2Issues for the current backlog.Issues for the current backlog.Type:DCRDesign Change RequestDesign Change Request
Description
Files that generated into the intermediates, typically always include the project name in the name of the file:
Debug\ConsoleApp146.AssemblyInfo.cs
Debug\ConsoleApp146.csproj.FileListAbsolute.txt
Debug\ConsoleApp146.csprojResolveAssemblyReference.cache
Debug\ConsoleApp146.dll
Debug\ConsoleApp146.pdb
ConsoleApp146.1.0.0.nuspec
ConsoleApp146.csproj.nuget.g.props
ConsoleApp146.csproj.nuget.g.targets
The assets file does not:
project.assets.json
This is going to lead to clashes when projects share intermediate directories, which is pretty common in large projects such as Roslyn.
caleblloyd, jdasilva, alexwiese, ulrichb, siegfriedpammer and 21 more
Metadata
Metadata
Assignees
Labels
Functionality:RestorePriority:2Issues for the current backlog.Issues for the current backlog.Type:DCRDesign Change RequestDesign Change Request