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