dotnet / roslyn

The Roslyn .NET compiler provides C# and Visual Basic languages with rich code analysis APIs.
https://docs.microsoft.com/dotnet/csharp/roslyn-sdk/
MIT License
18.96k stars 4.03k forks source link

Microsoft.CodeAnalysis.Workspaces.MSBuild contains in code path to non existent folder in nuget package #72441

Open AdaskoTheBeAsT opened 7 months ago

AdaskoTheBeAsT commented 7 months ago

https://github.com/dotnet/roslyn/blob/d68327353ebeea0f8d605de90c68e15274bd2427/src/Workspaces/Core/MSBuild/MSBuild/BuildHostProcessManager.cs#L220

and due to this I receive error in tests

image

JoeRobich commented 7 months ago

@AdaskoTheBeAsT Which version of the MSBuild Workspaces packages are you seeing this issue?

AdaskoTheBeAsT commented 7 months ago

@JoeRobich - it is 4.9.2 - in 4.8.0 it wasn't the case