msgpack-unity3d icon indicating copy to clipboard operation
msgpack-unity3d copied to clipboard

.NET Standard 2.0

Open Janry opened this issue 6 years ago • 5 comments

Hi. How about make a project with .NET Standard 2.0? To use this package to create another nuget package.

Janry avatar May 05 '19 17:05 Janry

Hi @Janry, I can make it multi-target. But I recommend to use any other Message Pack or JSON serializers for .NET and .NET Core projects because this one is made for Unity (ancient .NET 3.5) and for restricted environments (iOS, WebGL) so many possible performance optimizations are not-available.

deniszykov avatar May 08 '19 08:05 deniszykov

Thanks for the answer. We use one protocol project. Client-side is Unity and server-side .net framework 3.5.

Janry avatar May 08 '19 10:05 Janry

Hi @Janry! I have updated package to target multiple platforms.

deniszykov avatar May 08 '19 20:05 deniszykov

Hi, @deniszykov. Yes, I saw. Thank you. Can you tell what target in nuget has AotRuntime = true in MetadataReflection class?

Janry avatar May 10 '19 10:05 Janry

@Janry None, AotRuntime is evaluated in runtime.

deniszykov avatar May 14 '19 17:05 deniszykov