dotnet-installer/test/Microsoft.DotNet.ShellShim.Tests
Nate McMaster fa47e95e90
Generate a .NET Framework shim app in dotnet-install-tools on Windows instead of a batch script (#8384)
Implement a simple launcher tool for running new processes on Windows

- This application takes two parameters via the .exe.config configuration file

 - entryPoint: required - the file path to the new process being launched
 - runner: optional - the executable or interpretter used to launch the
entryPoint

- Update dotnet-install-tool to generate an exe instead of a batch script file
2018-01-18 14:54:10 -08:00
..
FakeEnvironmentProvider.cs Add install tool command (#8132) 2017-12-04 14:13:24 -08:00
FakeFile.cs Add install tool command (#8132) 2017-12-04 14:13:24 -08:00
FakeReporter.cs Add install tool command (#8132) 2017-12-04 14:13:24 -08:00
LinuxEnvironmentPathTests.cs Localization for tools work so far (#8251) 2018-01-13 09:40:48 -08:00
Microsoft.DotNet.ShellShim.Tests.csproj More fixes that were missing from the merge. 2017-12-07 13:23:27 -08:00
OsxEnvironmentPathTests.cs Localization for tools work so far (#8251) 2018-01-13 09:40:48 -08:00
ShellShimMakerTests.cs Generate a .NET Framework shim app in dotnet-install-tools on Windows instead of a batch script (#8384) 2018-01-18 14:54:10 -08:00