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 d61fd38 commit 4fa27ffCopy full SHA for 4fa27ff
README.md
@@ -101,7 +101,6 @@ Support using primitive or complexe types in service contract.
101
IpcServiceHostBuilder
102
.Buid("pipeName", serviceProvider as IServiceProvider)
103
.Start();
104
-
105
}
106
107
private static IServiceCollection ConfigureServices(IServiceCollection services)
src/IpcServiceSample.ConsoleClient/Program.cs
@@ -1,17 +1,11 @@
1
using IpcServiceSample.ServiceContracts;
2
using System;
3
-using System.Threading.Tasks;
4
5
namespace IpcServiceSample.ConsoleClient
6
{
7
class Program
8
9
static void Main(string[] args)
10
- {
11
- MainAsync().Wait();
12
- }
13
14
- private static async Task MainAsync()
15
16
try
17
0 commit comments