Deserialization is broken for inlined array field:
For the array type it just keeps the inlined values instead of the serialized value.
For...
Announcement
Collapse
No announcement yet.
Search Result
Collapse
9 results in 0.0043 seconds.
Keywords
Members
Tags
-
You can also choose from the popular tags.
-
selinc started a topic Inline array/list field initialization is broken for deserialization (Newtonsoft)in BugsInline array/list field initialization is broken for deserialization (Newtonsoft)
- 1 post
-
[#4096] Throwing from inline lambda breaks Bridge.Translator
Throwing an exception from a lambdas which is in the inline form cause the Bridge Translator to fail:() => throw new System.Exception()
.
While...Last edited by geoffrey.mcgill; 2019-12-06 @ 10:14 PM.
- 2 posts
-
[#4030] Bridge no longer working on IE11.
Hello
After we updated Bridge to the latest version 17.9.0 we noticed that it is no longer working on IE11. You can easily verify this by...
- 4 posts
-
ToArray() broken on some IEnumerables
I can't quite figure out the root cause of why its failing, but found this working and broken cases for ToArray() on IEnumerable.
https:...
- 5 posts
-
Deserialization is broken with inline field initialization
Utilizing the bridge newtonsoft libraries-- It appears that either the newtonsoft library is broken, or potentially something related to the static initialization...Last edited by selinc; 2018-11-12 @ 06:17 PM.
- 5 posts
-
[FIXED] [#3773] DateTime.ToLocalTime() not functioning as expected
https://deck.net/64949ac0da1507bf361e6c351dbbee01- Setup a DateTime object to be UTC time at 1hour and15 minutes before the daylight savings time change
- 3 posts
-
[FIXED] [#121] BUG: Deserializing a bool? property with JsonConvert
When I use JsonConvert to deserialize an object with a nullable bool property I get null if the property is set to false. The bug can be reproduced h...
- 3 posts
-
[CLOSED] [#3502] Casting error/bug - May relate to invariance
The issue seems to be in the Bridgeis
function. It tries to validate the cast but for this path, it just validates it on object/string basis. Invariance...Last edited by geoffrey.mcgill; 2018-03-27 @ 11:12 PM.
- 7 posts
-
selinc started a topic [CLOSED] [#3365] [16.7.0] Bridge Name attribute overwrites generic parameter in Typescript definition : BUG?in Bugs[CLOSED] [#3365] [16.7.0] Bridge Name attribute overwrites generic parameter in Typescript definition : BUG?
There are several problems with the transformation on the given simple code:- The Name attribute removes the generic on the Typescript definition.
- The
- 8 posts