6 references to WithStaticFiles
Aspire.Hosting.Yarp.Tests (5)
AddYarpTests.cs (5)
129var yarp = builder.AddYarp("yarp").WithStaticFiles(tempDir.Path); 144var yarp = builder.AddYarp("yarp").WithStaticFiles(tempDir.Path); 158var yarp = builder.AddYarp("yarp").WithStaticFiles(tempDir.Path); 170var yarp = builder.AddYarp("yarp").WithStaticFiles(tempDir.Path); 183var yarp = builder.AddYarp("yarp").WithStaticFiles(tempDir.Path);
Yarp.AppHost (1)
Program.cs (1)
21.WithStaticFiles(Path.Combine("..", "static-content"))