简体   繁体   English

使用Fitsharp,FitVersionFixture更新FitNesse。 IsStandard不起作用

[英]Updating FitNesse using Fitsharp, FitVersionFixture. IsStandard not working

I have a question concerning an error I am receiving. 我有一个关于我收到的错误的问题。 I am working on updating my system and FitNesse to .Net 4.0. 我正在将我的系统和FitNesse更新到.Net 4.0。 I am using FitSharp in order to do so. 我正在使用FitSharp来这样做。 When running through my tests however to check if the update is working properly I am coming across an error that I'm not sure how to fix. 但是,在通过测试运行以检查更新是否正常运行时,遇到一个错误,我不确定如何解决。

I am using: FitVersionFixture.IsStandard 我正在使用:FitVersionFixture.IsStandard

However, now with .Net 4.0 and FitSharp, I am getting the following error: 但是,现在使用.Net 4.0和FitSharp,出现以下错误:

System.MissingMethodException: Method not found: 'Boolean fit.FitVersionFixture.get_IsStandard() System.MissingMethodException:找不到方法:布尔值fit.FitVersionFixture.get_IsStandard()

It appears that the method has been deprecated. 似乎该方法已被弃用。 I have been unable to figure out how to go about fixing this problem. 我一直无法弄清楚如何解决这个问题。 Any advice would be greatly appreciated. 任何建议将不胜感激。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM