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
{{ message }}
This repository has been archived by the owner on May 16, 2022. It is now read-only.
In most cases, JsonSerializer throws JsonParsingException when encountering a malformed input. However, JsonSerializer.Deserialize can also throw many unexpected exceptions when deserializing files from the attached archive. These are:
ArgumentNullException
ArgumentException
FormatException
IndexOutOfRangeException
InvalidOperationException
You can run the following code to reproduce it (the path variable should contain the path to one of the extracted files):
In most cases, JsonSerializer throws JsonParsingException when encountering a malformed input. However, JsonSerializer.Deserialize can also throw many unexpected exceptions when deserializing files from the attached archive. These are:
You can run the following code to reproduce it (the path variable should contain the path to one of the extracted files):
Found via SharpFuzz.
The text was updated successfully, but these errors were encountered: