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
{ "type": "FeatureCollection", "_other": { } }:
^
The JSON value could not be converted to NetTopologySuite.Features.FeatureCollection. Path: $[0] | LineNumber: 0 | BytePositionInLine: 43.
-> Cannot skip tokens on partial JSON. Either get the whole payload and create a Utf8JsonReader instance where isFinalBlock is true or call TrySkip.
{ "type": "Feature", "_other": { } }:
^
The JSON value could not be converted to NetTopologySuite.Features.IFeature. Path: $[0] | LineNumber: 0 | BytePositionInLine: 33.
-> Cannot skip tokens on partial JSON. Either get the whole payload and create a Utf8JsonReader instance where isFinalBlock is true or call TrySkip.
{ "type": "Point", "_other": { }, "coordinates": null }:
^
The JSON value could not be converted to NetTopologySuite.Geometries.Point. Path: $[0] | LineNumber: 0 | BytePositionInLine: 31.
-> Cannot skip tokens on partial JSON. Either get the whole payload and create a Utf8JsonReader instance where isFinalBlock is true or call TrySkip.
The text was updated successfully, but these errors were encountered:
Fix incoming after I'm done with work for the day...
Repro
Found when deserializing objects from a chunked stream, but it's easy enough to reproduce with everything in-memory.
Program.cs
ConsoleApp0.csproj
Sample output
The text was updated successfully, but these errors were encountered: