Is ServiceStack v4 beta ready for Mono?

喜夏-厌秋 提交于 2019-12-08 01:45:10

问题


After converting my solution to SS v4 from v3 - in VS 2012 on Windows 8 I hit the 10 services limit otherwise seems to work. However on OS X, in Xamarin Studio with Mono 3.2.5 I get a stackoverflow exception.

In the stack trace every line is:

at System.Attribute.GetHashCode () [0x00000] in /private/tmp/source/bockbuild-xamarin/profiles/mono-mac-xamarin/build-root/mono-3.2.5/mcs/class/corlib/System/Attribute.cs:261

Any ideas what causes that? When I switch back to my v3 branch it still works fine.

Before I get a paid license I'm interested in how much testing SS v4 received on Mono. Is it just as compatible as v3? I was hoping for it to be better with the Razor improvements.


回答1:


Yes beta is ready!

Check the new Pcl release!

https://github.com/ServiceStack/ServiceStack/wiki/Release-Notes

Thx @mythz



来源:https://stackoverflow.com/questions/20487596/is-servicestack-v4-beta-ready-for-mono

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!