You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a known issue with some versions (many versions) of Mono and Json.Net when deserializing integers. It is described below: http://json.codeplex.com/workitem/24176
Because of this, the tests stop running too early. It would be nice if we could run all tests and get a summary of failures and good runs.
The text was updated successfully, but these errors were encountered:
Simple.Web builds fine on my system (I'm using Mono 3.0.7). The error I get
happens when running the first test in Simple.Web.JsonNet.Tests. This is
because of a bug in Mono (or so I believe, according to the link I supplied
in the first post), and it stops the other tests from running.
There is a known issue with some versions (many versions) of Mono and Json.Net when deserializing integers. It is described below:
http://json.codeplex.com/workitem/24176
Because of this, the tests stop running too early. It would be nice if we could run all tests and get a summary of failures and good runs.
The text was updated successfully, but these errors were encountered: