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
Using a custom json converter for System.Text.Json is throwing an exception. It works when serializing directly using JsonSerializer but not when passed to the grain method.
Using a custom json converter for System.Text.Json is throwing an exception. It works when serializing directly using JsonSerializer but not when passed to the grain method.
The exception stacktrace is

Here is a repro
https://github.com/andtii/OrleansCustomJsonConverter
The text was updated successfully, but these errors were encountered: