Skip to content

Reflection nullability API: improve test coverage, fix bug found - #58479

Merged
buyaa-n merged 5 commits into
dotnet:mainfrom
buyaa-n:generics_nullability
Sep 11, 2021
Merged

Reflection nullability API: improve test coverage, fix bug found#58479
buyaa-n merged 5 commits into
dotnet:mainfrom
buyaa-n:generics_nullability

Conversation

@buyaa-n

Copy link
Copy Markdown
Contributor

Related to: #58390 (comment) cc @danmoseley

Reflection nullability context API updates

  • Improve test coverage by adding unused members into new/existing tests
  • Removed one unused member
  • fix a bug found in indexing generic type parameters

@danmoseley

Copy link
Copy Markdown
Contributor

Seems it was worthwhile if you found a bug - great.

@buyaa-nbuyaa-n changed the title Reflection nullability API: improve test coverageReflection nullability API: improve test coverage, fix bug foundSep 3, 2021
@jeffhandley

Copy link
Copy Markdown
Member

@stephentoub I don't believe @steveharter is available to review this. Could you re-review please?

@buyaa-n

Copy link
Copy Markdown
ContributorAuthor

@stephentoub@steveharter comments addressed, please take another look

@buyaa-n
buyaa-n merged commit 8012edd into dotnet:mainSep 11, 2021
@buyaa-n
buyaa-n deleted the generics_nullability branch September 11, 2021 01:08
buyaa-n added a commit that referenced this pull request Sep 11, 2021
)
* Add/remove some tests, fix generics indexing bug
Anipik pushed a commit that referenced this pull request Sep 14, 2021
…58390)
* Set generic type arguments nullability for value types
* Skip test on mono
* Apply commment
* Separate var name parts with _
* Reflection nullability API: improve test coverage, fix bug found (#58479)
* Add/remove some tests, fix generics indexing bug
Co-authored-by: Buyaa Namnan <bunamnan@microsoft.com>
@ghostghost locked as resolved and limited conversation to collaborators Oct 11, 2021
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

No open projects

Development

Successfully merging this pull request may close these issues.

5 participants

@buyaa-n@danmoseley@jeffhandley@stephentoub@steveharter