5 references to NormalizePathForStorage
aspire (5)
Commands\InitCommand.cs (1)
489
var displayPath = PathNormalizer.
NormalizePathForStorage
(Path.GetRelativePath(workingDirectory.FullName, appHostPath));
Configuration\AspireConfigFile.cs (1)
201
config.AppHost.Path = PathNormalizer.
NormalizePathForStorage
(
Packaging\PackagingService.cs (1)
280
var packagesPath = PathNormalizer.
NormalizePathForStorage
(packagesDirectory.FullName);
Scaffolding\ScaffoldingService.cs (2)
311
var relativeAppHostDirectory = PathNormalizer.
NormalizePathForStorage
(Path.GetRelativePath(rootDirectory.FullName, appHostDirectory.FullName));
368
return PathNormalizer.
NormalizePathForStorage
(