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

Refactored WwwAuthenticateParameters #2907

Merged
merged 18 commits into from
Oct 4, 2021
Merged

Refactored WwwAuthenticateParameters #2907

merged 18 commits into from
Oct 4, 2021

Commits on Sep 28, 2021

  1. Refactored WwwAuthenticateParameters

    - Used `is null`, `is object` for null checks
    - Used `string.Equals()` with `StringComparison.OrdinalIgnoreCase` for string comparison
    - Removed dummy `try/catch` that does nothing but erases the exception stack trace
    abatishchev committed Sep 28, 2021
    Configuration menu
    Copy the full SHA
    45632d8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7081af9 View commit details
    Browse the repository at this point in the history
  3. Fixes

    abatishchev committed Sep 28, 2021
    Configuration menu
    Copy the full SHA
    520b92b View commit details
    Browse the repository at this point in the history
  4. Unit tests

    abatishchev committed Sep 28, 2021
    Configuration menu
    Copy the full SHA
    be08f01 View commit details
    Browse the repository at this point in the history
  5. Integration tests

    abatishchev committed Sep 28, 2021
    Configuration menu
    Copy the full SHA
    d202fa8 View commit details
    Browse the repository at this point in the history
  6. 401

    abatishchev committed Sep 28, 2021
    Configuration menu
    Copy the full SHA
    db14929 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2021

  1. Configuration menu
    Copy the full SHA
    52067f0 View commit details
    Browse the repository at this point in the history
  2. Annotated test

    abatishchev committed Sep 29, 2021
    Configuration menu
    Copy the full SHA
    1b81ee1 View commit details
    Browse the repository at this point in the history
  3. GetAsync

    abatishchev committed Sep 29, 2021
    Configuration menu
    Copy the full SHA
    dccfd49 View commit details
    Browse the repository at this point in the history
  4. overload 1

    abatishchev committed Sep 29, 2021
    Configuration menu
    Copy the full SHA
    79550f8 View commit details
    Browse the repository at this point in the history
  5. overload 2

    abatishchev committed Sep 29, 2021
    Configuration menu
    Copy the full SHA
    2ca6bf2 View commit details
    Browse the repository at this point in the history
  6. PlatformProxyFactory

    abatishchev committed Sep 29, 2021
    Configuration menu
    Copy the full SHA
    639403b View commit details
    Browse the repository at this point in the history
  7. Added tests

    abatishchev committed Sep 29, 2021
    Configuration menu
    Copy the full SHA
    b27c449 View commit details
    Browse the repository at this point in the history
  8. typo

    abatishchev committed Sep 29, 2021
    Configuration menu
    Copy the full SHA
    e72fe5e View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2021

  1. added null checks

    abatishchev committed Sep 30, 2021
    Configuration menu
    Copy the full SHA
    e36ca40 View commit details
    Browse the repository at this point in the history
  2. Added tests

    abatishchev committed Sep 30, 2021
    Configuration menu
    Copy the full SHA
    1782f3d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5393d35 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2021

  1. Minor comments

    bgavrilMS committed Oct 4, 2021
    Configuration menu
    Copy the full SHA
    a3d7f15 View commit details
    Browse the repository at this point in the history