dotnet-installer/src/Microsoft.DotNet.Cli.Utils/CommandResolution
2016-12-19 14:32:31 -08:00
..
AbstractPathBasedCommandResolver.cs Replaces references to Microsoft.Extensions.PlatformAbstractions with Microsoft.Extensions.PlatformAbstractions.Internal 2016-04-29 16:06:23 -07:00
AppBaseCommandResolver.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
AppBaseDllCommandResolver.cs [WIP] Removes *3 verbs, making msbuild the driver (#4456) 2016-10-27 18:46:43 -07:00
CommandResolutionStrategy.cs Execute project dependency command from output directory for Desktop. 2016-04-05 20:13:06 -07:00
CommandResolverArguments.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
CompositeCommandResolver.cs Replaces references to Microsoft.Extensions.PlatformAbstractions with Microsoft.Extensions.PlatformAbstractions.Internal 2016-04-29 16:06:23 -07:00
DefaultCommandResolverPolicy.cs Making Project Tools use the CLI shared runtime if they have the prefercliruntime in the root of their package. This allows for project tools to not have to change when a new runtime comes up as long as they are compatible with the runtime that the CLI is using. 2016-11-23 09:25:47 -08:00
DepsJsonBuilder.cs Making ProjectDependenciesCommandResolver handle msbuild projects as well by using the ProjectFactory and IProject. 2016-10-14 12:56:18 -07:00
DepsJsonCommandResolver.cs [WIP] Removes *3 verbs, making msbuild the driver (#4456) 2016-10-27 18:46:43 -07:00
GenericPlatformCommandSpecFactory.cs Replaces references to Microsoft.Extensions.PlatformAbstractions with Microsoft.Extensions.PlatformAbstractions.Internal 2016-04-29 16:06:23 -07:00
ICommandResolver.cs Replacing the LockFile APIs from the one in ProjectModel to the one in NuGet.ProjectModel. 2016-09-27 10:53:21 -07:00
ICommandResolverPolicy.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
IPackagedCommandSpecFactory.cs Replacing the LockFile APIs from the one in ProjectModel to the one in NuGet.ProjectModel. 2016-09-27 10:53:21 -07:00
IPlatformCommandSpecFactory.cs Replaces references to Microsoft.Extensions.PlatformAbstractions with Microsoft.Extensions.PlatformAbstractions.Internal 2016-04-29 16:06:23 -07:00
IProject.cs [WIP] Removes *3 verbs, making msbuild the driver (#4456) 2016-10-27 18:46:43 -07:00
IPublishedPathCommandSpecFactory.cs Adding dotnet-test-console to the list of generated nupkgs and fixing some namespace for the new command resolvers. 2016-08-25 23:14:25 -07:00
LockFileTargetExtensions.cs Making ProjectDependenciesCommandResolver handle msbuild projects as well by using the ProjectFactory and IProject. 2016-10-14 12:56:18 -07:00
MSBuildProject.cs Migrating all test projects (#4668) 2016-11-11 21:46:29 -10:00
MuxerCommandResolver.cs Make dotnet cli portable 2016-03-28 19:16:02 -07:00
NuGetUtils.cs Making ProjectDependenciesCommandResolver handle msbuild projects as well by using the ProjectFactory and IProject. 2016-10-14 12:56:18 -07:00
OutputPathCommandResolver.cs Localizing Microsoft.DotNet.Cli.Utils. 2016-12-16 22:45:48 -08:00
PackagedCommandSpecFactory.cs Localizing Microsoft.DotNet.Cli.Utils. 2016-12-16 22:45:48 -08:00
PackagedCommandSpecFactoryWithCliRuntime.cs Localizing Microsoft.DotNet.Cli.Utils. 2016-12-16 22:45:48 -08:00
PathCommandResolver.cs Replaces references to Microsoft.Extensions.PlatformAbstractions with Microsoft.Extensions.PlatformAbstractions.Internal 2016-04-29 16:06:23 -07:00
PathCommandResolverPolicy.cs [WIP] Removes *3 verbs, making msbuild the driver (#4456) 2016-10-27 18:46:43 -07:00
ProjectDependenciesCommandResolver.cs Localizing Microsoft.DotNet.Cli.Utils. 2016-12-16 22:45:48 -08:00
ProjectFactory.cs Localizing Microsoft.DotNet.Cli.Utils. 2016-12-16 22:45:48 -08:00
ProjectPathCommandResolver.cs Replaces references to Microsoft.Extensions.PlatformAbstractions with Microsoft.Extensions.PlatformAbstractions.Internal 2016-04-29 16:06:23 -07:00
ProjectToolsCommandResolver.cs Fixing tests and a couple of issues in the code due to Localization. 2016-12-16 23:59:58 -08:00
PublishedPathCommandResolver.cs Localizing Microsoft.DotNet.Cli.Utils. 2016-12-16 22:45:48 -08:00
PublishPathCommandSpecFactory.cs Localizing Microsoft.DotNet.Cli.Utils. 2016-12-16 22:45:48 -08:00
ResourceAssemblyInfo.cs Making ProjectDependenciesCommandResolver handle msbuild projects as well by using the ProjectFactory and IProject. 2016-10-14 12:56:18 -07:00
RootedCommandResolver.cs Replaces references to Microsoft.Extensions.PlatformAbstractions with Microsoft.Extensions.PlatformAbstractions.Internal 2016-04-29 16:06:23 -07:00
ScriptCommandResolverPolicy.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
SingleProjectInfo.cs Making ProjectDependenciesCommandResolver handle msbuild projects as well by using the ProjectFactory and IProject. 2016-10-14 12:56:18 -07:00
ToolPathCalculator.cs new NuGetVersion[0] -> Enumerable.Empty<NuGetVersion>() 2016-12-19 14:32:31 -08:00
WindowsExePreferredCommandSpecFactory.cs Replaces references to Microsoft.Extensions.PlatformAbstractions with Microsoft.Extensions.PlatformAbstractions.Internal 2016-04-29 16:06:23 -07:00