-
Notifications
You must be signed in to change notification settings - Fork 292
Closed
Labels
Description
#6818 is adding a workaround to unblock our use of RC2.
Roslyn runs csc apphost which requires .NET 10 runtimes. If not globally installed, this currently fail. This is worked around by setting DOTNET_HOST_PATH, which will be read in https://github.com/dotnet/roslyn/blob/bb57f4643bb3d52eb7626f9863da177d9e219f1e/src/Compilers/Core/MSBuildTask/ManagedToolTask.cs#L244
Reactions are currently unavailable