Skip to content

Commit

Permalink
[release/6.0] Fix NullabilityInfoContext.Create throws IndexOutOfRang…
Browse files Browse the repository at this point in the history
…eException and other bugs (#81291)

* Fix several bugs in NullabilityInfoContext. (#64143)

* Fix several bugs in NullabilityInfoContext.

* Moved call to TryLoadGenericMetaTypeNullability (#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.

---------

Co-authored-by: madelson <[email protected]>
Co-authored-by: Grigory Sokolov <[email protected]>
Co-authored-by: Carlos Sanchez <[email protected]>
  • Loading branch information
4 people authored Feb 11, 2023
1 parent 87f4a8f commit dfcb339
Show file tree
Hide file tree
Showing 2 changed files with 446 additions and 133 deletions.
Loading

0 comments on commit dfcb339

Please sign in to comment.