dotnet-installer/src/Microsoft.DotNet.Cli.Utils
2016-02-08 14:19:02 -08:00
..
CommandParsing Cli.Utils internal --> public 2016-01-06 00:44:41 -08:00
AnsiColorExtensions.cs Cli.Utils internal --> public 2016-01-06 00:44:41 -08:00
AnsiConsole.cs Cli.Utils internal --> public 2016-01-06 00:44:41 -08:00
ArgumentEscaper.cs Last necessary test changes 2016-01-23 14:32:50 -08:00
Command.cs Stream Forwarding changes to not wait on buffer full before writing. Instead input streams will be read character by character as they Console.Write or Console.WriteLine. Upon finding a newline character, the line will be printed to the parent process's console. 2016-02-08 14:19:02 -08:00
CommandContext.cs Packaged Commands 2016-01-09 16:50:31 -08:00
CommandResolutionStrategy.cs Packaged Commands 2016-01-09 16:50:31 -08:00
CommandResolver.cs When doing the argument escaping work, we changed the way we pass the depsfile to the host, this broke the dotnet test command. Moving the parameter back to its original and expected format. 2016-01-28 18:12:28 -08:00
CommandResult.cs Maintain test artifacts 2016-01-26 23:25:39 -08:00
CommandSpec.cs Packaged Commands 2016-01-09 16:50:31 -08:00
CommandUnknownException.cs Packaged Commands 2016-01-09 16:50:31 -08:00
Constants.cs Fix host name, debuggability and embed CRT 2016-01-14 12:06:18 -08:00
CoreHost.cs switch from DNX to cross-plat NuGet! 2016-01-19 11:43:09 -08:00
DebugHelper.cs Cli.Utils internal --> public 2016-01-06 00:44:41 -08:00
Env.cs Fix double quotes in 'pathext' environment variable. 2016-01-15 10:15:26 -08:00
Microsoft.DotNet.Cli.Utils.xproj merge my spike on compile/publish/run and switch from PS1 to C# 2015-10-06 10:46:43 -07:00
PathUtility.cs Making dotnet-compile run with dotnet test. Added a method to PathUtil to calculate target paths ignoring directory traversal characters. 2016-02-03 17:07:38 -08:00
project.json Update to .Net Core rc2-23805 2016-02-05 15:53:23 -06:00
Reporter.cs Stream Forwarding changes to not wait on buffer full before writing. Instead input streams will be read character by character as they Console.Write or Console.WriteLine. Upon finding a newline character, the line will be printed to the parent process's console. 2016-02-08 14:19:02 -08:00
RuntimeEnvironmentRidExtensions.cs switch from DNX to cross-plat NuGet! 2016-01-19 11:43:09 -08:00
ScriptExecutor.cs Native fixes 2016-01-23 13:01:36 -08:00
ScriptNames.cs Adding pre/post publish scripts 2016-01-12 09:41:59 -08:00
StreamForwarder.cs Stream Forwarding changes to not wait on buffer full before writing. Instead input streams will be read character by character as they Console.Write or Console.WriteLine. Upon finding a newline character, the line will be printed to the parent process's console. 2016-02-08 14:19:02 -08:00