Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added option to ignore URI parsing errors #1

Merged
merged 1 commit into from
May 3, 2022

Commits on Apr 13, 2022

  1. Added option to ignore URI parsing errors

    When initializing a DataServiceContext there was a mandatory URI check
    relying on .NETs Uri.IsWellFormedUriString. Sadly there is an active
    issue on the .NET side that incorrectly flags URIs like
    "http://192.168.0.1:1234/Instance/ODataV4/Company('123-Customer Place
    Süd-Ost')/" as being invalid. The progress is tracked here:
    dotnet/runtime#21626
    To give the user a simple option to prevent this issue from hindering
    further development with the library I added a simple bool to ignore
    this error.
    AntiGuideAkquinet committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    351d541 View commit details
    Browse the repository at this point in the history