11 references to SdkFeatureBand
Microsoft.DotNet.TemplateLocator (11)
parent\Resolvers\Microsoft.NET.Sdk.WorkloadManifestReader\SdkDirectoryWorkloadManifestProvider.cs (4)
88_sdkVersionBand = new SdkFeatureBand(sdkVersion); 150var workloadSets80100 = GetAvailableWorkloadSets(new SdkFeatureBand("8.0.100")); 527.Select(featureBand => new SdkFeatureBand(featureBand)) 625var featureBand = new SdkFeatureBand(featureBandDirectoryName);
parent\Resolvers\Microsoft.NET.Sdk.WorkloadManifestReader\SdkFeatureBand.cs (2)
50sdkFeatureBand = new SdkFeatureBand(workloadSetVersion); 57sdkFeatureBand = new SdkFeatureBand($"{major}.{minor}.{patch}");
parent\Resolvers\Microsoft.NET.Sdk.WorkloadManifestReader\WorkloadSet.cs (4)
25ManifestVersions = manifests.ToDictionary(m => new ManifestId(m.Id), m => (new ManifestVersion(m.Version), new SdkFeatureBand(m.ManifestFeatureBand))) 55manifestFeatureBand = new SdkFeatureBand(parts?[1]); 142sdkFeatureBand = new SdkFeatureBand(setVersion); 150sdkFeatureBand = new SdkFeatureBand($"{major}.{minor}.{patch}");
src\sdk\src\Common\WorkloadFileBasedInstall.cs (1)
44return Path.Combine(dotnetDir, "metadata", "workloads", new SdkFeatureBand(sdkFeatureBand).ToString(), "userlocal");