Skip to content

Json.NET throws exception while deserializing relative Uri #629

@megri

Description

@megri

This bug was introduced with commit df2bfc9.

The problem is that the Uri is created without a UriKind, thus implicitly using UriKind.Absolute, which throws an exception for relative Uris.

Is there a compelling reason to replace the standard [non-buggy] serializer?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions