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
Interesting issue where JSON serliazation reflects on the base object in memory opposed to the down cast object type. The end result is technically incorrect JSON, as properties that would not be accessable in C# are now shown.