With the dotnet run app.cs feature, we now deploy Microsoft.CodeAnalysis.CSharp.dll next to dotnet.dll in the SDK. But that seems unnecessary since we have another copy of that in Roslyn/bincore. We could remove the DLLs in the root folder and make dotnet.dll load the ones from Roslyn/bincore. Perhaps through probing paths in deps.json.
With the
dotnet run app.csfeature, we now deployMicrosoft.CodeAnalysis.CSharp.dllnext todotnet.dllin the SDK. But that seems unnecessary since we have another copy of that inRoslyn/bincore. We could remove the DLLs in the root folder and makedotnet.dllload the ones fromRoslyn/bincore. Perhaps through probing paths indeps.json.