Adam Ralph

Results 264 comments of Adam Ralph

Do we need to necessarily solve this as part of the native delays solution?

OK, just to clarify: in native delays, we are planning to create an explicit set of tests which run the other permutation, correct? Rather than actually applying permutations to the...

Can use a similar folder convention to LibLog https://github.com/damianh/LibLog/blob/master/src/LibLog/LibLog.nuspec#L31 but without compressing everything into a single file.

Would it be better to spend energy on switching to the new csproj rather than getting issues like this fixed?

I see that the current build produces `C:\Code\dotnet\roslyn\Binaries\Debug\Exes\csi\netcoreapp2.0\csi.dll`. If that was renamed to `dotnet-csi.dll` would we then not have `dotnet csi`? I'm not sure there's a reason to build it...

BTW - is this not a duplicate of https://github.com/dotnet/roslyn/issues/6882 ?

With `dotnet run`, there's little reason to use some kind of scripting workaround. You can just use a regular C# project: https://github.com/adamralph/minver/blob/master/build.cmd