4 references to CreateWebHostOptions
Microsoft.AspNetCore.Hosting.Tests (4)
HostingEnvironmentExtensionsTests.cs (4)
17
var webHostOptions =
CreateWebHostOptions
(
37
env.Initialize(Path.GetFullPath("testroot"),
CreateWebHostOptions
());
50
env.Initialize(Path.GetFullPath(Path.Combine("testroot", "wwwroot")),
CreateWebHostOptions
());
64
var webHostOptions =
CreateWebHostOptions
(