Cysharp / GrpcWebSocketBridge

Yet Another gRPC over HTTP/1 using WebSocket implementation, primarily targets .NET platform.
MIT License
77 stars 12 forks source link

Magic onion sample server not working (AOT messagepack generation failed) #40

Open nichvolodov opened 3 weeks ago

nichvolodov commented 3 weeks ago

dotnet tool run mpc -i ./MagicOnionSampleApp.Shared.csproj -o ../MagicOnionSampleApp.Client.Unity/Assets/Scripts/Generated/MessagePack.Generated.cs

returns:

C:\Program Files\dotnet\sdk\2.1.801\Microsoft.Common.CurrentVersion.targets(2106,5): warning MSB3088: ".artifacts\obj\Debug\netstandard2.1\MagicOnionSampleApp.Shared.csprojAssemblyReference.cache". End of Stream encountered before parsing was completed. C:\Program Files\dotnet\sdk\2.1.801\Microsoft.Common.CurrentVersion.targets(2106,5): warning MSB3101: ".artifacts\obj\Debug\netstandard2.1\MagicOnionSampleApp.Shared.csprojAssemblyReference.cache". Strong-name signing is not supported on this platform.