6 writes to DestinationPath
Aspire.Hosting (1)
ResourceBuilderExtensions.cs (1)
2275
DestinationPath
= destinationPath
Aspire.Hosting.Blazor (1)
BlazorGatewayExtensions.cs (1)
575
DestinationPath
= "."
Aspire.Hosting.Tests (4)
ManifestGenerationTests.cs (4)
568
DestinationPath
= "/usr/share/nginx/html"
611
DestinationPath
= "/usr/share/nginx/html"
657
DestinationPath
= "/usr/share/nginx/html"
662
DestinationPath
= "/usr/share/nginx/assets"
5 references to DestinationPath
Aspire.Hosting (2)
ApplicationModel\Docker\ContainerFilesExtensions.cs (1)
103
var destinationPath = containerFileDestination.
DestinationPath
;
Publishing\ManifestPublishingContext.cs (1)
235
Writer.WriteString("destination", containerFileDestination.
DestinationPath
);
Aspire.Hosting.Go.Tests (1)
AddGoAppTests.cs (1)
968
Assert.Equal("/app/static", annotation.
DestinationPath
);
Aspire.Hosting.Tests (1)
ProjectResourceTests.cs (1)
900
Assert.Equal("./wwwroot", containerFilesAnnotation.
DestinationPath
);
Aspire.Hosting.Yarp.Tests (1)
AddYarpTests.cs (1)
280
Assert.Equal("/app/wwwroot", containerFilesAnnotation.
DestinationPath
);