This repository has been archived by the owner on Oct 18, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 69
Booleans in JSON without a double quote throws on mono #141
Labels
Comments
Use quotes around booleans. There's not much we could do from this script. |
We use json.net instead and hook assembly resolve to load it |
This is still issue when you try to build Kestrel on mono. _k-test.shade uses JavaScriptSerializer, and cannot handle the
Quoting "true" does not resolve the issue because Dnx will not compile with the test project "/unsafe" flag like it should.
|
Could we switch to using the Dnx Json deserializer? Include it as source in the build scripts? On second thoughts, that's quite a lot of code to pull in. Json.Net it is. |
Working with @loudej to fix Sake to allow loading Json.Net \ other random libraries. |
pranavkm
added a commit
that referenced
this issue
Sep 1, 2015
dmccaffery
pushed a commit
to OmniSharp/omnisharp-scaffolding
that referenced
this issue
Nov 29, 2015
…n from the project.json file for now since the JavaScriptSerializer used by Condo cannot handle them: see aspnet/Universe#141 as an example of the same issue; will introduce a fix within condo in the very near future.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
aspnet/MusicStore@e5a92da#commitcomment-9048910
The text was updated successfully, but these errors were encountered: