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

[release/6.0] Fix NullabilityInfoContext.Create throws IndexOutOfRangeException and other bugs #81291

Merged
merged 4 commits into from
Feb 11, 2023

Commits on Jan 24, 2023

  1. Fix several bugs in NullabilityInfoContext. (dotnet#64143)

    * Fix several bugs in NullabilityInfoContext.
    madelson authored and buyaa-n committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    3fe8cf3 View commit details
    Browse the repository at this point in the history
  2. Moved call to TryLoadGenericMetaTypeNullability (dotnet#71851)

    * Moved call to TryLoadGenericMetaTypeNullability
    
    The TryLoadGenericMetaTypeNullability method was called with the same
    member info but varying nullability across the entire nullability
    hierarchy. Moved it one level up where nullability and member info are
    aligned.
    ropufu authored and buyaa-n committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    9c9f606 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2023

  1. Configuration menu
    Copy the full SHA
    06ec321 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2023

  1. Configuration menu
    Copy the full SHA
    7c32bab View commit details
    Browse the repository at this point in the history