dotnet-installer/src/Microsoft.DotNet.Cli.Utils
2016-02-10 13:50:28 -06: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 Refactor output directory code 2016-02-09 08:52:59 -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 Bump CoreFx to rc2-23810 2016-02-10 13:50:28 -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 Argument Fowarding Tests should account for newline added by StreamFowarder. Add an entry to developer guide so command developers will use Console.WriteLine. PR feedback and slight refactoring. 2016-02-08 14:19:03 -08:00