.. |
CommandParsing
|
Cli.Utils internal --> public
|
2016-01-06 00:44:41 -08:00 |
CommandResolution
|
fixes #2408 stop using corehost to activate projectdependencycommands
|
2016-06-02 10:50:38 -07:00 |
Extensions
|
dotnet test and publish failing badly when the project isn't restored.
|
2016-05-11 10:43:58 -05:00 |
Properties
|
Fixing the BuiltInCommandTests to not mutate global shared state.
|
2016-05-02 19:02:22 -05:00 |
Tracing
|
Add performance tracing
|
2016-04-29 08:16:37 -07:00 |
AnsiColorExtensions.cs
|
Cli.Utils internal --> public
|
2016-01-06 00:44:41 -08:00 |
AnsiConsole.cs
|
Use StringComparison.Ordinal with IndexOf in AnsiConsole
|
2016-03-28 16:09:51 -04:00 |
ArgumentEscaper.cs
|
update project templates for portable app
|
2016-03-15 15:18:48 -07:00 |
BlockingMemoryStream.cs
|
Invoke compile-csc in-proc
|
2016-04-16 00:28:57 -05:00 |
BuiltInCommand.cs
|
Fixing the BuiltInCommandTests to not mutate global shared state.
|
2016-05-02 19:02:22 -05:00 |
Command.cs
|
Console.Write() doesn't show output until a newline
|
2016-05-13 09:03:35 -05:00 |
CommandContext.cs
|
incorporate CR feedback for the first PR
|
2016-04-04 15:26:06 -07:00 |
CommandFactory.cs
|
Adding a new factory that creates the command as is, without adding the dotnet to it. We need it so that the runner can pass dotnet-test-xunit and get back the final corehost command, which is the right one for VS to use and attach to.
|
2016-02-26 14:34:23 -08:00 |
CommandResolver.cs
|
Replaces references to Microsoft.Extensions.PlatformAbstractions with Microsoft.Extensions.PlatformAbstractions.Internal
|
2016-04-29 16:06:23 -07:00 |
CommandResult.cs
|
Maintain test artifacts
|
2016-01-26 23:25:39 -08:00 |
CommandSpec.cs
|
Refactor CommandResolver into individual CommandResolver Implementation
|
2016-03-07 14:34:23 -08:00 |
CommandUnknownException.cs
|
improve error message for unresolved tools
|
2016-04-12 16:44:34 -07:00 |
Constants.cs
|
Remove some dead code
|
2016-05-31 15:15:57 -07:00 |
CoreHost.cs
|
Replaces references to Microsoft.Extensions.PlatformAbstractions with Microsoft.Extensions.PlatformAbstractions.Internal
|
2016-04-29 16:06:23 -07:00 |
DebugHelper.cs
|
refactor WorkspaceContext (#2736)
|
2016-05-02 11:32:24 -07:00 |
DepsJsonCommandFactory.cs
|
Extract dotnet-compile-fsc into a standalone command
|
2016-03-31 14:01:08 -07:00 |
DotnetFiles.cs
|
Replaces references to Microsoft.Extensions.PlatformAbstractions with Microsoft.Extensions.PlatformAbstractions.Internal
|
2016-04-29 16:06:23 -07:00 |
Env.cs
|
Replaces references to Microsoft.Extensions.PlatformAbstractions with Microsoft.Extensions.PlatformAbstractions.Internal
|
2016-04-29 16:06:23 -07:00 |
EnvironmentProvider.cs
|
Replaces references to Microsoft.Extensions.PlatformAbstractions with Microsoft.Extensions.PlatformAbstractions.Internal
|
2016-04-29 16:06:23 -07:00 |
GracefulException.cs
|
Fixing #2480 to produce an InvalidProjectException when attempting to publish a
|
2016-04-18 11:25:54 -07:00 |
IBuiltInCommandEnvironment.cs
|
Fixing the BuiltInCommandTests to not mutate global shared state.
|
2016-05-02 19:02:22 -05:00 |
ICommand.cs
|
Fix color printing and verbosity.
|
2016-02-12 15:52:11 -08:00 |
ICommandFactory.cs
|
Adding a new factory that creates the command as is, without adding the dotnet to it. We need it so that the runner can pass dotnet-test-xunit and get back the final corehost command, which is the right one for VS to use and attach to.
|
2016-02-26 14:34:23 -08:00 |
IEnvironmentProvider.cs
|
Replaces references to Microsoft.Extensions.PlatformAbstractions with Microsoft.Extensions.PlatformAbstractions.Internal
|
2016-04-29 16:06:23 -07:00 |
InvalidProjectException.cs
|
Fixing #2480 to produce an InvalidProjectException when attempting to publish a
|
2016-04-18 11:25:54 -07:00 |
Microsoft.DotNet.Cli.Utils.xproj
|
Revert "Update the .xproj files to reference the "DotNet" targets and props instead of "DNX"."
|
2016-03-16 11:44:09 -05:00 |
Muxer.cs
|
Replaces references to Microsoft.Extensions.PlatformAbstractions with Microsoft.Extensions.PlatformAbstractions.Internal
|
2016-04-29 16:06:23 -07:00 |
PathUtility.cs
|
Test Infrastructure Updates
|
2016-05-03 10:36:05 -07:00 |
Product.cs
|
Telemetry PR
|
2016-04-04 15:26:06 -07:00 |
project.json
|
Update NuGet Version to 3.5.0-beta2-1451
|
2016-06-09 07:52:00 -05:00 |
ProjectDependenciesCommandFactory.cs
|
Replaces references to Microsoft.Extensions.PlatformAbstractions with Microsoft.Extensions.PlatformAbstractions.Internal
|
2016-04-29 16:06:23 -07:00 |
Reporter.cs
|
Replaces references to Microsoft.Extensions.PlatformAbstractions with Microsoft.Extensions.PlatformAbstractions.Internal
|
2016-04-29 16:06:23 -07:00 |
ScriptExecutor.cs
|
Replaces references to Microsoft.Extensions.PlatformAbstractions with Microsoft.Extensions.PlatformAbstractions.Internal
|
2016-04-29 16:06:23 -07:00 |
ScriptNames.cs
|
Adding pre/post publish scripts
|
2016-01-12 09:41:59 -08:00 |
StreamForwarder.cs
|
Memory usage improvements in build (#2626)
|
2016-04-22 15:01:56 -07:00 |