MCPcopy Create free account
hub / github.com/Azure/static-web-apps-cli / Main

Method Main

e2e/samples/api/dotnet-isolated/Program.cs:10–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8 public class Program
9 {
10 public static void Main()
11 {
12 var host = new HostBuilder()
13 .ConfigureFunctionsWorkerDefaults()
14 .Build();
15
16 host.Run();
17 }
18 }
19}

Callers

nothing calls this directly

Calls 1

RunMethod · 0.45

Tested by

no test coverage detected