You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error CS0234 The type or namespace name 'MagicOnion' does not exist in the namespace 'MessagePack.Formatters' (are you missing an assembly reference?)
#792
Open
aleh4d opened this issue
Jun 18, 2024
· 4 comments
I got the following error when compiling client-side of StreamingHubClient sample (.net 8.0)
Error CS0234 The type or namespace name 'MagicOnion' does not exist in the namespace 'MessagePack.Formatters' (are you missing an assembly reference?)
I checked all packages in project, what is missing?
explicitly not,
but I need client part to run on Android (Avalonia), ant that may be strictly Ahead Of Time environment,
so Message Pack Compiler may kick in?
I got the following error when compiling client-side of StreamingHubClient sample (.net 8.0)
Error CS0234 The type or namespace name 'MagicOnion' does not exist in the namespace 'MessagePack.Formatters' (are you missing an assembly reference?)
I checked all packages in project, what is missing?
PackageReference Include="MagicOnion.Abstractions" Version="6.1.3"
PackageReference Include="MagicOnion.Client" Version="6.1.3"
PackageReference Include="MagicOnion.Serialization.MessagePack" Version="6.1.3"
PackageReference Include="MagicOnion.Shared" Version="6.1.3"
The text was updated successfully, but these errors were encountered: