[MonoDevelop] SpecFlow Add-in

Dale Ragan dale.ragan at sinesignal.com
Wed Feb 17 11:11:21 EST 2010


> Mono implements the Microsoft.Build.* assemblies, although some features
> may not be complete. If you report a bug to Mono, we'll take a look at
> it.
>
> Lluis.

I played with the SpecFlow project some more last night and I researched
the API reference for the Microsoft.Build.BuildEngine namespace on MSDN. 
In this project the Project[1] class is being used and the Load[2] method
is being called.  This is the line that the compiler is complaining about.

I then went and looked to see if this is just an issue of an incomplete
feature and it is.  The Load method has an overload that takes a string
and a ProjectLoadSettings[3] enumeration and the method does not exist on
the Mono side.  Looks like the ProjectLoadSettings enumeration was
introduced in version 3.5.

I will file a bug with the Mono team and I will work around the issue for
now.

Dale

[1]:
http://msdn.microsoft.com/en-us/library/microsoft.build.buildengine.project.aspx
[2]: http://msdn.microsoft.com/en-us/library/bb342889.aspx
[3]:
http://msdn.microsoft.com/en-us/library/microsoft.build.buildengine.projectloadsettings.aspx



More information about the Monodevelop-list mailing list