MCPcopy Create free account
hub / github.com/bbachi/react-dotnet-example / CreateHostBuilder

Method CreateHostBuilder

Program.cs:19–24  ·  view source on GitHub ↗
(string[] args)

Source from the content-addressed store, hash-verified

17 }
18
19 public static IHostBuilder CreateHostBuilder(string[] args) =>
20 Host.CreateDefaultBuilder(args)
21 .ConfigureWebHostDefaults(webBuilder =>
22 {
23 webBuilder.UseStartup<Startup>();
24 });
25 }
26}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected