SuaveIO / suave

Suave is a simple web development F# library providing a lightweight web server and a set of combinators to manipulate route flow and task composition.
https://suave.io
Other
1.32k stars 197 forks source link

Problems with Suave.Testing #734

Closed urusai88 closed 5 years ago

urusai88 commented 5 years ago

Last version of Suave.Testing is 2.2.1 and it does not work with latest Suave (2.5.5). Run test causing an error:

Unhandled Exception: System.IO.FileLoadException: Could not load file or assembly 'Suave, Version=2.2.1.0, Culture=neutral, PublicKeyToken=null'. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80
131040)
ademar commented 5 years ago

Sorry, we moved away from Suave.Testing long time ago. It is no longer maintained.