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)
22private readonly IToolManifestEditor _toolManifestEditor; 41IToolManifestEditor toolManifestEditor = null,
Commands\Tool\Uninstall\ToolUninstallLocalCommand.cs (2)
19private readonly IToolManifestEditor _toolManifestEditor; 28IToolManifestEditor toolManifestEditor = null,
Commands\Tool\Update\ToolUpdateCommand.cs (1)
34IToolManifestEditor toolManifestEditor = null,
Commands\Tool\Update\ToolUpdateLocalCommand.cs (2)
19private readonly IToolManifestEditor _toolManifestEditor; 29IToolManifestEditor toolManifestEditor = null,