File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
src/HotChocolate.AzureFunctions.IsolatedProcess Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -59,6 +59,8 @@ dotnet add package Markind.HotChocolate.AzureFunctions.IsolatedProcess
59
59
Why Markind? it is the name of the company I am willing to build. It is about to left mark in the earth.
60
60
### Program
61
61
``` csharp
62
+ using Microsoft .Azure .Functions .Extensions .DependencyInjection ;
63
+
62
64
var host = new HostBuilder ()
63
65
.ConfigureFunctionsWorkerDefaults ()
64
66
.ConfigureServices (s => {
Original file line number Diff line number Diff line change @@ -12,6 +12,8 @@ dotnet add package Markind.HotChocolate.AzureFunctions.IsolatedProcess
12
12
Why Markind? it is the name of the company I am willing to build. It is about to left mark in the earth.
13
13
### Program
14
14
``` csharp
15
+ using Microsoft .Azure .Functions .Extensions .DependencyInjection ;
16
+
15
17
var host = new HostBuilder ()
16
18
.ConfigureFunctionsWorkerDefaults ()
17
19
.ConfigureServices (s => {
You can’t perform that action at this time.
0 commit comments