unclebob / fitnesse

FitNesse -- The Acceptance Test Wiki
fitnesse.org
Other
2.04k stars 713 forks source link

dotnet source for compiling to .NET 4.0? #163

Closed jeme closed 11 years ago

jeme commented 11 years ago

under dotnet there is just a couple of assemblies for fitsharp, is there any source for the old .net runner so we can compile it against 4.0?...

There isn't much to the 3 there is in that folder, so under the circumstance there is not, it would properly be easy to disassemble and recompile those for .NET 4.0... If we are allowed to?... And if so, do you wan't that posted back if the source isn't found anywhere, I am thinking maybe not as it seems fitsharp is now the official bundled .NET runner?.

The reason I ended down this path is that we has been unsuccessful in migrating to fitsharp as we are getting a type load exception for fit.PrimitiveFixture

jediwhale commented 11 years ago

For latest on fitSharp see http://fitsharp.github.com/

jeme commented 11 years ago

Yes thats the fitsharp one, thats the one we can't get to work.

Which is why I was interested in the old runner.

jediwhale commented 11 years ago

Sorry, misunderstood. You can find source history at https://github.com/jediwhale/fitsharp and before that at http://fitnessedotnet.svn.sourceforge.net/viewvc/fitnessedotnet/

However if you're just missing PrimitiveFixture, it should be trivial to add that to the latest version instead of trying to work with the old code.