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