14 references to RunAsync
CatalogDb (1)
Program.cs (1)
20
await app.
RunAsync
();
Microsoft.AspNetCore.Tests (8)
WebApplicationTests.cs (8)
223
var runTask = app.
RunAsync
("http://localhost:5001");
265
var runTask = app.
RunAsync
("http://localhost:5001");
355
await Assert.ThrowsAsync<InvalidOperationException>(() => app.
RunAsync
("http://localhost:5001"));
366
await Assert.ThrowsAsync<InvalidOperationException>(() => app.
RunAsync
("http://localhost:5001"));
2743
_ = app.
RunAsync
();
2766
_ = app.
RunAsync
();
2811
_ = app.
RunAsync
();
2835
_ = app.
RunAsync
();
OrleansClient (1)
Program.cs (1)
25
await app.
RunAsync
();
OrleansServer (1)
Program.cs (1)
14
await app.
RunAsync
();
OutputCachingSample (1)
Startup.cs (1)
75
await app.
RunAsync
();
WebTransportInteractiveSampleApp (1)
Program.cs (1)
91
await app.
RunAsync
();
WebTransportSampleApp (1)
Program.cs (1)
42
await host.
RunAsync
();