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