7 references to OnlyLocalOptionSupportManifestFileOption
dotnet (1)
Commands\Tool\Common\ToolAppliedOption.cs (1)
115
CliCommandStrings.
OnlyLocalOptionSupportManifestFileOption
));
dotnet.Tests (6)
CommandTests\Tool\Install\ToolInstallCommandTests.cs (2)
92
.Should().Contain(CliCommandStrings.
OnlyLocalOptionSupportManifestFileOption
);
110
.Should().Contain(CliCommandStrings.
OnlyLocalOptionSupportManifestFileOption
);
CommandTests\Tool\Uninstall\ToolUninstallCommandTests.cs (2)
64
.Should().Contain(CliCommandStrings.
OnlyLocalOptionSupportManifestFileOption
);
78
.Should().Contain(CliCommandStrings.
OnlyLocalOptionSupportManifestFileOption
);
CommandTests\Tool\Update\ToolUpdateCommandTests.cs (2)
66
.Should().Contain(CliCommandStrings.
OnlyLocalOptionSupportManifestFileOption
);
82
.Should().Contain(CliCommandStrings.
OnlyLocalOptionSupportManifestFileOption
);