1 implementation of Path
Microsoft.DotNet.TemplateLocator (1)
TemplateLocator.cs (1)
106public string Path { get; }
3 references to Path
dotnet (2)
Commands\New\OptionalWorkloadProvider.cs (2)
45list.Add(new TemplatePackage(this, packageInfo.Path, fileSystem.GetLastWriteTimeUtc(packageInfo.Path)));
Microsoft.DotNet.TemplateLocator.Tests (1)
GivenAnTemplateLocator.cs (1)
45result.First().Path.Should().Be(templateNupkgPath);