奇怪的单声道编译错误
我正在使用IKVM在我正在使用的Mono项目上获取SVNKit,我有一个从SVNKit实现接口的类,我无法编译:
在Windows和.NET上,一切都编译良好,只是在Mono上得到这个。
/home/nubela/Workspace/subsync/subsync/Core/Subversion/PropGetHandler.cs(22,22): 错误 CS0535: org.tmatesoft.svn.core.wc.ISVNPropertyHandler.__<clinit>()' (CS0535) (subsync)
Subsync.Core.Subversion.PropGetHandler' does not implement interface member
我搜索了方法,它似乎是从IKVM编译的Java库中基类的初始值设定项方法。__<clinit>()
我不知道现在如何继续,任何想法伙计们?:)