6 references to WithStaticFiles
Aspire.Hosting.Yarp.Tests (5)
AddYarpTests.cs (5)
147var yarp = builder.AddYarp("yarp").WithStaticFiles(tempDir.Path); 162var yarp = builder.AddYarp("yarp").WithStaticFiles(tempDir.Path); 176var yarp = builder.AddYarp("yarp").WithStaticFiles(tempDir.Path); 188var yarp = builder.AddYarp("yarp").WithStaticFiles(tempDir.Path); 201var yarp = builder.AddYarp("yarp").WithStaticFiles(tempDir.Path);
Yarp.AppHost (1)
Program.cs (1)
21.WithStaticFiles(Path.Combine("..", "static-content"))