protobuf-net port到.net core 2.0

时间:2017-10-01 01:26:46

标签: c# .net .net-core protobuf-net

我需要.net core 2.0上的google协议缓冲区。 我知道官方的google proto缓冲区实现在.net core 2.0上不可用,但是protobuf-net可以移植到.net core 2.0吗?

我尝试自己移植它,并且我看到该库使用的AppDomain.CurrentDomain.DefineDynamicAssembly尚未移植到.net核心。

.net WEBAPIController如何使用google协议缓冲区?

1 个答案:

答案 0 :(得分:5)

nuget上的Protobuf-net已经支持net standard 1.3及以上版本,其中包括你需要的内容。使用protobuf-net没有什么需要做的。