1 implementation of IToolManifestEditor
dotnet (1)
ToolManifest\ToolManifestEditor.cs (1)
15
internal class ToolManifestEditor(IFileSystem fileSystem = null, IDangerousFileDetector dangerousFileDetector = null) :
IToolManifestEditor
7 references to IToolManifestEditor
dotnet (7)
Commands\Tool\Install\ToolInstallLocalCommand.cs (2)
22
private readonly
IToolManifestEditor
_toolManifestEditor;
41
IToolManifestEditor
toolManifestEditor = null,
Commands\Tool\Uninstall\ToolUninstallLocalCommand.cs (2)
19
private readonly
IToolManifestEditor
_toolManifestEditor;
28
IToolManifestEditor
toolManifestEditor = null,
Commands\Tool\Update\ToolUpdateCommand.cs (1)
34
IToolManifestEditor
toolManifestEditor = null,
Commands\Tool\Update\ToolUpdateLocalCommand.cs (2)
19
private readonly
IToolManifestEditor
_toolManifestEditor;
29
IToolManifestEditor
toolManifestEditor = null,