dotnet-installer/src/Microsoft.DotNet.Cli.Utils
2016-12-19 14:32:31 -08:00
..
CommandParsing Localizing Microsoft.DotNet.Cli.Utils. 2016-12-16 22:45:48 -08:00
CommandResolution new NuGetVersion[0] -> Enumerable.Empty<NuGetVersion>() 2016-12-19 14:32:31 -08:00
Extensions Localizing Microsoft.DotNet.Cli.Utils. 2016-12-16 22:45:48 -08: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
xlf Updating xlf files to reflect the modification of the test help message, of the dotnet help update and the additions of CommandLine, Migration, Sln.Internal, msbuild command and Cli.Utils. 2016-12-17 10:55:12 -08: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 Hide restore output of first-run experience (#4740) 2016-11-28 00:46:26 -08:00
Command.cs Localizing Microsoft.DotNet.Cli.Utils. 2016-12-16 22:45:48 -08:00
CommandContext.cs [WIP] Removes *3 verbs, making msbuild the driver (#4456) 2016-10-27 18:46:43 -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 [WIP] Removes *3 verbs, making msbuild the driver (#4456) 2016-10-27 18:46:43 -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 Localizing Microsoft.DotNet.Cli.Utils. 2016-12-16 22:45:48 -08:00
Constants.cs Improve the help text (#5002) 2016-12-13 14:31:35 -10:00
CoreHost.cs Replaces references to Microsoft.Extensions.PlatformAbstractions with Microsoft.Extensions.PlatformAbstractions.Internal 2016-04-29 16:06:23 -07:00
DebugHelper.cs Localizing Microsoft.DotNet.Cli.Utils. 2016-12-16 22:45:48 -08: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 [WIP] Removes *3 verbs, making msbuild the driver (#4456) 2016-10-27 18:46:43 -07: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
FileAccessRetryer.cs Localizing Microsoft.DotNet.Cli.Utils. 2016-12-16 22:45:48 -08:00
FileNameSuffixes.cs [WIP] Removes *3 verbs, making msbuild the driver (#4456) 2016-10-27 18:46:43 -07:00
FrameworkDependencyFile.cs [WIP] Removes *3 verbs, making msbuild the driver (#4456) 2016-10-27 18:46:43 -07:00
GracefulException.cs Extract error messages to separate class 2016-11-23 10:41:30 -08: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
LocalizableStrings.cs Localizing Microsoft.DotNet.Cli.Utils. 2016-12-16 22:45:48 -08:00
Microsoft.DotNet.Cli.Utils.csproj Updating the branding of rel/1.0.0 to preview5. 2016-12-05 14:47:16 -08:00
Muxer.cs Localizing Microsoft.DotNet.Cli.Utils. 2016-12-16 22:45:48 -08:00
PathUtility.cs Implement dotnet add project (#5022) 2016-12-14 13:53:11 -10:00
Product.cs Localizing Microsoft.DotNet.Cli.Utils. 2016-12-16 22:45:48 -08: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
RuntimeConfig.cs [WIP] Removes *3 verbs, making msbuild the driver (#4456) 2016-10-27 18:46:43 -07:00
RuntimeConfigFramework.cs [WIP] Removes *3 verbs, making msbuild the driver (#4456) 2016-10-27 18:46:43 -07:00
RuntimeEnvironmentRidExtensions.cs [WIP] Removes *3 verbs, making msbuild the driver (#4456) 2016-10-27 18:46:43 -07:00
StreamForwarder.cs Localizing Microsoft.DotNet.Cli.Utils. 2016-12-16 22:45:48 -08:00