We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdf0f19 commit 959d13aCopy full SHA for 959d13a
README.md
@@ -65,7 +65,7 @@ namespace Example
65
{
66
private static void Main()
67
68
- Execute.Wait();
+ Execute().Wait();
69
}
70
71
static async Task Execute()
@@ -103,7 +103,7 @@ namespace Example
103
104
105
106
107
108
109
@@ -152,7 +152,7 @@ namespace Example
152
153
154
155
156
157
158
@@ -178,7 +178,7 @@ namespace Example
178
179
180
181
182
183
184
0 commit comments