Base:
method
Execute
Microsoft.DotNet.Cli.CommandBase.Execute()
7 references to Execute
dotnet (1)
Commands\Sdk\Check\SdkCheckCommand.cs (1)
82
return new SdkCheckCommand(parseResult).
Execute
();
dotnet.Tests (6)
CommandTests\Sdk\Check\GivenDotnetSdkCheck.cs (6)
56
new SdkCheckCommand(parseResult, new MockNETBundleProvider(newerBandExists ? oldSdks : newSdks), new MockProductCollectionProvider(fakeReleasesPath), _reporter).
Execute
();
78
new SdkCheckCommand(parseResult, new MockNETBundleProvider(bundles), new MockProductCollectionProvider(fakeReleasesPath), _reporter).
Execute
();
111
new SdkCheckCommand(parseResult, new MockNETBundleProvider(bundles), new MockProductCollectionProvider(fakeReleasesPath), _reporter).
Execute
();
137
new SdkCheckCommand(parseResult, new MockNETBundleProvider(bundles), new MockProductCollectionProvider(fakeReleasesPath), _reporter).
Execute
();
171
new SdkCheckCommand(parseResult, new MockNETBundleProvider(bundles), new MockProductCollectionProvider(fakeReleasesPath), _reporter).
Execute
();
204
new SdkCheckCommand(parseResult, new MockNETBundleProvider(bundles), dotnetRoot: dotnetRoot, dotnetVersion: "6.0.100", reporter: _reporter).
Execute
();