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)
21
private readonly
IToolManifestEditor
_toolManifestEditor;
39
IToolManifestEditor
? toolManifestEditor = null,
Commands\Tool\Uninstall\ToolUninstallLocalCommand.cs (2)
18
private readonly
IToolManifestEditor
_toolManifestEditor;
27
IToolManifestEditor
toolManifestEditor = null,
Commands\Tool\Update\ToolUpdateCommand.cs (1)
32
IToolManifestEditor
toolManifestEditor = null,
Commands\Tool\Update\ToolUpdateLocalCommand.cs (2)
19
private readonly
IToolManifestEditor
_toolManifestEditor;
29
IToolManifestEditor
toolManifestEditor = null,