Note that there are some explanatory texts on larger screens.

plurals
  1. USChris Hannon
    primarykey
    data
    text
    plurals
    1. COI would agree to remove the assignment to null. Because of that assignment, it looks like you could also get a null reference calling waiter.Set() if both calls are in a position to potentially dispose, but the OnCompleted call sees someone waiting and the WaitForCompletion call disposes it and nulls the reference before the OnCompleted actually reaches the Set().
      singulars
    2. CO@BryanRoss Converting a value to and from a string is the most common conversion and, as far as I know, all default `TypeConverter` implementations only perform that single conversion. [Implementing a custom converter](http://msdn.microsoft.com/en-us/library/ayybcxe5.aspx) may also an option for extending conversion functionality. I haven't seen an official reason for the decision to only implement a single conversion beyond that.
      singulars
    3. CO@BryanRoss Have you seen [this StackOverflow question?](http://stackoverflow.com/questions/8964646/javascriptserializer-and-asp-net-mvc-model-binding-yield-different-results) I suspect that it's fairly similar to your problem, in that you need to pass your decimals as quoted strings. The `JavaScriptSerializer` will guess the type incorrectly and end up trying inappropriate conversions based on its bad guess, but explicitly quoting the values will try a string to type conversion which should be a more workable solution.
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload