fluentsharp / FluentSharp

Fluent API for the .NET Framework (used by the O2 Platform)
63 stars 18 forks source link

Compile and Run UnitTests in mono 3.x #46

Closed DinisCruz closed 9 years ago

DinisCruz commented 9 years ago

Given the latests developments of Mono (with MS open sourcing large parts of the .NET framework) see if it runs better on mono now

DinisCruz commented 9 years ago

After adding a missing dependency , the FluentSharp.CoreLib.sln solution compiled OK and the UnitTests executed with the following results:

Passed:84 Failed: 18 Errors: 5

image

Some of these errors look like platform specific (I guess its time to make FluentSharp's code platform independent :) )