菜鸟教程小白 发表于 2022-12-12 16:37:42

ios - 如何在 xamarin ios pcl 中使用 protobuf-net


                                            <p><p>我正在尝试将 protobuf-net 与新的 xamarin ios pcl 一起使用,它的 nuget 数据包似乎不支持该框架。有没有办法将 protobuf-net 导入 pcl?</p>

<p>更新:
我刚刚发现使用新的 Xamarin PCL 定义重新编译 PCL 可以引用生成的库。干得好!当有新版本发布到 Nuget 时让我知道。</p></p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><p>NuGet 包包括 PCL 删除,但我不清楚你会让我在此处对 NuGet 包进行什么更改,因为我不知 Prop 体的“Xamarin”目标; <a href="http://docs.nuget.org/docs/creating-packages/creating-and-publishing-a-package" rel="noreferrer noopener nofollow">example targets are described here</a> ; protobuf-net 目前包含 <code>portable-sl4+net40+wp7+windows8</code> 的广泛目标。如果您知道适用于 Xamarin for iOS 的目标(或确实是 PCL 构建组合),请告诉我。</p>

<p>我还应该注意,NuGet drop 是“完整”实现,其中元编程是在运行时执行的。由于 iOS 的限制,您可能会发现使用“CoreOnly”实现结合“预编译”工具可以获得更好的性能,该工具可从 google-code drop 获得。 <a href="http://marcgravell.blogspot.com/2012/07/introducing-protobuf-net-precompiler.html" rel="noreferrer noopener nofollow">This is described here</a> .</p></p>
                                   
                                                <p style="font-size: 20px;">关于ios - 如何在 xamarin ios pcl 中使用 protobuf-net,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/20087405/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/20087405/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: ios - 如何在 xamarin ios pcl 中使用 protobuf-net