Cysharp/GrpcWebSocketBridge

Why MagicOnionSampleApp.Shared is Targeting netstandard 2.0?

Sen-Gupta opened this issue · 3 comments

Hello,

I am looking at MagicOnion for first time so please excuse my ignorance.

Do we need to target netstandard 2.0 everywhere where we add package MagicOnion.Abstractions?

My intent is to use MagicOnion with BlazorWebAssembly and MAUI both?

Can we use MagicOnion Client in MAUI apps?

Thanks

MagicOnion client supports various platforms such as .NET Framework, .NET Core, and Unity.
To support different frameworks on the client and server, the target of the shared code project is netstandard2.0.

For example, Unity supports only .NET Standard 2.0 or 2.1.
If the client is .NET MAUI app, it is possible to target net6.0 in the shared code project.

Thank you so much!

I recently saw the new MemoryPack, is there an implementation of memory pack sample available with .net 7 blazor for dummies like us?

This issue is stale because it has been open 180 days with no activity. Remove stale label or comment or this will be closed in 30 days.