dotnet-installer/src/Microsoft.DotNet.Cli.Utils
Livar 501d575aeb Merge pull request #4455 from livarcocc/update_sdk
Updating the SDK version to the latest.
2016-10-19 20:55:43 -07:00
..
CommandParsing Cli.Utils internal --> public 2016-01-06 00:44:41 -08:00
CommandResolution Merge pull request #4455 from livarcocc/update_sdk 2016-10-19 20:55:43 -07:00
Extensions dotnet test and publish failing badly when the project isn't restored. 2016-05-11 10:43:58 -05:00
Properties Moving the InferLegacyRestoreRuntime method to Test.Utilities, since it is needed only by tests. 2016-10-10 09:52:39 -07:00
Tracing Replacing the LockFile APIs from the one in ProjectModel to the one in NuGet.ProjectModel. 2016-09-27 10:53:21 -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 Adding the configurer to dotnet. 2016-06-10 16:54:11 -07:00
Command.cs Fixing the tool used in the test that I changed when trying things out and fixing the code that sets environment variables in the command to check if the environment variable already exists before adding it. 2016-10-14 12:56:18 -07: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 Moving the ProjectToolsCommandResolver to dotnet out of Cli.Utils because of the dependency on Microsoft.Build. Also added a EndToEnd test for tools ref using the MSBuildTestApp. 2016-10-04 18:59:44 -07:00
CommandResult.cs Maintain test artifacts 2016-01-26 23:25:39 -08:00
CommandSpec.cs Making ProjectDependenciesCommandResolver handle msbuild projects as well by using the ProjectFactory and IProject. 2016-10-14 12:56:18 -07:00
CommandUnknownException.cs improve error message for unresolved tools 2016-04-12 16:44:34 -07:00
Constants.cs Making ProjectDependenciesCommandResolver handle msbuild projects as well by using the ProjectFactory and IProject. 2016-10-14 12:56:18 -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 Replacing the LockFile APIs from the one in ProjectModel to the one in NuGet.ProjectModel. 2016-09-27 10:53:21 -07:00
DotnetRuntimeIdentifiers.cs Move all CLI libraries to be single-TFM targeting netstandard1.3 where possible. 2016-10-10 15:57:08 -05:00
DotnetVersionFile.cs Adding "BuildRid" to the CLI as a fallback RID to use when inferring which RID to use when building, running, and publishing self-contained applications. 2016-09-29 22:39:00 -05:00
Env.cs Replaces references to Microsoft.Extensions.PlatformAbstractions with Microsoft.Extensions.PlatformAbstractions.Internal 2016-04-29 16:06:23 -07:00
EnvironmentProvider.cs Making ProjectDependenciesCommandResolver handle msbuild projects as well by using the ProjectFactory and IProject. 2016-10-14 12:56:18 -07:00
FrameworkDependencyFile.cs Fix the merge of preview2 to build correctly. 2016-10-03 14:48:33 -05: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 Making ProjectDependenciesCommandResolver handle msbuild projects as well by using the ProjectFactory and IProject. 2016-10-14 12:56:18 -07:00
InvalidProjectException.cs Replacing the LockFile APIs from the one in ProjectModel to the one in NuGet.ProjectModel. 2016-09-27 10:53:21 -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 Updating dependencies to use the new dependencymodel and platformabstractions. Also updated the xunit template to add internalabstractions. 2016-08-10 13:39:49 -07:00
Product.cs Replacing the LockFile APIs from the one in ProjectModel to the one in NuGet.ProjectModel. 2016-09-27 10:53:21 -07:00
project.json Updating msbuild to 15.1.319-preview5 2016-10-19 12:43:21 -07:00
ProjectDependenciesCommandFactory.cs Updating dependencies to use the new dependencymodel and platformabstractions. Also updated the xunit template to add internalabstractions. 2016-08-10 13:39:49 -07:00
PublishedPathCommandFactory.cs Adding a resolution chain to the command resolution chain that works based on a directory, more specifically, the publish directory. 2016-08-25 16:01:32 -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 Updating dependencies to use the new dependencymodel and platformabstractions. Also updated the xunit template to add internalabstractions. 2016-08-10 13:39:49 -07:00
ScriptNames.cs Replacing the LockFile APIs from the one in ProjectModel to the one in NuGet.ProjectModel. 2016-09-27 10:53:21 -07:00
StreamForwarder.cs Memory usage improvements in build (#2626) 2016-04-22 15:01:56 -07:00