6 references to WithStaticFiles
Aspire.Hosting.Yarp.Tests (5)
AddYarpTests.cs (5)
171
var yarp = builder.AddYarp("yarp").
WithStaticFiles
(workspace.Path);
186
var yarp = builder.AddYarp("yarp").
WithStaticFiles
(workspace.Path);
200
var yarp = builder.AddYarp("yarp").
WithStaticFiles
(workspace.Path);
212
var yarp = builder.AddYarp("yarp").
WithStaticFiles
(workspace.Path);
225
var yarp = builder.AddYarp("yarp").
WithStaticFiles
(workspace.Path);
Yarp.AppHost (1)
AppHost.cs (1)
21
.
WithStaticFiles
(Path.Combine("..", "static-content"))