fsprojects / Chessie

Railway-oriented programming for .NET
http://fsprojects.github.io/Chessie/
The Unlicense
188 stars 43 forks source link

Port over the rest of "A Tale of 3 Nightclubs" #14

Open forki opened 9 years ago

forki commented 9 years ago

https://github.com/fsprojects/fsharpx/blob/master/tests/FSharpx.CSharpTests/ValidationExample.cs

Target: http://fsprojects.github.io/Chessie/a-tale-of-3-nightclubs.html

battermann commented 9 years ago

Hi,

I just looked at this issue. But the C# tests don't run on my machine. I get the error below (sorry it's german).

I can fix by either adding a reference to FSharp.Core 4.3.0.0 or setting target framework to .NET 4.0.

Is there sth. I'm not getting? What should I do to resolve?

Thanks

Leif

Error Message:

System.IO.FileLoadException : Die Datei oder Assembly "FSharp.Core,
Version=4.3.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
oder eine Abhängigkeit davon wurde nicht gefunden. Die gefundene
Manifestdefinition der Assembly stimmt nicht mit dem Assemblyverweis
überein. (Ausnahme von HRESULT: 0x80131040)
forki commented 9 years ago

I think I fixed that. Please retry

battermann commented 9 years ago

It works now, thanks!

battermann commented 9 years ago

Should the rest of part 2 (extension method ApValidation(...) and all related stuff) and all of part 3 also be ported?