Error CS0234 The type or namespace name 'MagicOnion' does not exist in the namespace 'MessagePack.Formatters' (are you missing an assembly reference?) #792
Labels
stale
stale not updated issue & pr
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: