2 implementations of GetManifestFeatureBand
dotnet.Tests (1)
CommandTests\Workload\Search\MockWorkloadResolver.cs (1)
43public string GetManifestFeatureBand(string manifestId) => throw new NotImplementedException();
Microsoft.DotNet.TemplateLocator (1)
WorkloadResolver.cs (1)
753public string GetManifestFeatureBand(string manifestId)
1 reference to GetManifestFeatureBand
dotnet (1)
Commands\Workload\Install\WorkloadManifestUpdater.cs (1)
438return new(new ManifestVersion(_workloadResolver.GetManifestVersion(manifestId.ToString())), new SdkFeatureBand(_workloadResolver.GetManifestFeatureBand(manifestId.ToString())));