Skip to content

Bug #35

@jonathan-kosgei

Description

@jonathan-kosgei

Lookup(), BulkLookup(), and Lookup(culture) all fail with a JsonException because the ipdata.co API returns the count field as a JSON string (e.g. "213586") but IPLookupResult.Count is typed as Int32. System.Text.Json strict mode can't convert string → int, so deserialization throws on every response.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions