(string[] args)
| 20 | public class Program |
| 21 | { |
| 22 | public static void Main(string[] args) |
| 23 | { |
| 24 | CreateHostBuilder(args).Build().Run(); |
| 25 | } |
| 26 | |
| 27 | public static IHostBuilder CreateHostBuilder(string[] args) |
| 28 | { |
nothing calls this directly
no outgoing calls
no test coverage detected