dotnet-installer/src/Microsoft.DotNet.Cli.Utils
2016-10-19 16:21:54 -07:00
..
CommandParsing
CommandResolution Updating the SDK version to the latest. 2016-10-19 16:21:54 -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
AnsiConsole.cs
ArgumentEscaper.cs
BlockingMemoryStream.cs
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
CommandFactory.cs
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
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
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
IBuiltInCommandEnvironment.cs Fixing the BuiltInCommandTests to not mutate global shared state. 2016-05-02 19:02:22 -05:00
ICommand.cs
ICommandFactory.cs
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
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 Adding net46 to some of our libraries back, so that we can run binding-redirect tests again. We need those tests for tool and we need to keep them running. 2016-10-16 18:44:07 -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