This repository was archived by the owner on Oct 16, 2020. It is now read-only.
This repository was archived by the owner on Oct 16, 2020. It is now read-only.
Machine.Specifications addin does not work with latest NuGet package for Machine.Specifications #280
Open
Description
SharpDevelop fails to run the MSpec tests when the latest Machine.Specifications NuGet package (0.6.2) is installed. Installing version 0.5.3 works which is the version that is shipped with SharpDevelop.
The MSpec NuGet package includes the tools (mspec.exe) to run the tests so we should look at using those instead of including them with SharpDevelop. The addin does not reference any MSpec assemblies so this should be possible.