(string[] args)
| 12 | public class Program |
| 13 | { |
| 14 | public static void Main(string[] args) |
| 15 | { |
| 16 | CreateHostBuilder(args).Build().Run(); |
| 17 | } |
| 18 | |
| 19 | public static IHostBuilder CreateHostBuilder(string[] args) => |
| 20 | Host.CreateDefaultBuilder(args) |
nothing calls this directly
no outgoing calls
no test coverage detected