6 references to WithStaticFiles
Aspire.Hosting.Yarp.Tests (5)
AddYarpTests.cs (5)
148var yarp = builder.AddYarp("yarp").WithStaticFiles(tempDir.Path); 163var yarp = builder.AddYarp("yarp").WithStaticFiles(tempDir.Path); 177var yarp = builder.AddYarp("yarp").WithStaticFiles(tempDir.Path); 189var yarp = builder.AddYarp("yarp").WithStaticFiles(tempDir.Path); 202var yarp = builder.AddYarp("yarp").WithStaticFiles(tempDir.Path);
Yarp.AppHost (1)
Program.cs (1)
21.WithStaticFiles(Path.Combine("..", "static-content"))