Skip to content

Fix nested in generic type binding issues in enabled nullability context#61182

Merged
jcouv merged 4 commits intodotnet:mainfrom
Rekkonnect:fix-61171
May 13, 2022
Merged

Fix nested in generic type binding issues in enabled nullability context#61182
jcouv merged 4 commits intodotnet:mainfrom
Rekkonnect:fix-61171

Conversation

@Rekkonnect
Copy link
Contributor

Closes #61171

@Rekkonnect Rekkonnect requested a review from a team as a code owner May 9, 2022 11:17
@ghost ghost added Community The pull request was submitted by a contributor who is not a Microsoft employee. Area-Compilers labels May 9, 2022
Copy link
Member

@333fred 333fred left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM (commit 3), with a small suggestion on reducing the IL size in the tests.

Co-authored-by: Fred Silberberg <fred@silberberg.xyz>
@333fred
Copy link
Member

333fred commented May 12, 2022

@dotnet/roslyn-compiler for the second review of this community PR.

Copy link
Member

@jcouv jcouv left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM Thanks (iteration 4)

@jcouv jcouv self-assigned this May 12, 2022
@jcouv jcouv enabled auto-merge (squash) May 12, 2022 22:03
@jcouv
Copy link
Member

jcouv commented May 12, 2022

Thanks @alfasgd for the fix! Will go ahead with merge/squash as soon as CI is green.

@jcouv jcouv merged commit ecd957a into dotnet:main May 13, 2022
@ghost ghost added this to the Next milestone May 13, 2022
@Rekkonnect Rekkonnect deleted the fix-61171 branch May 13, 2022 00:17
333fred added a commit to 333fred/roslyn that referenced this pull request May 16, 2022
…o poison

* upstream/features/required-members: (413 commits)
  [EE] Implement IDkmClrFullNameProvider2 in Roslyn's ResultProvider Formatter. (dotnet#60522)
  Remove parameter null-checking from the Language Feature Status list (dotnet#61302)
  Add pointer for `AnalysisLevel` to warning waves doc (dotnet#61196)
  Add an UWP OptProf test for IDE
  Add test
  Fix issue where we were getting a raw-string in a skipped token, causing a crash
  Fix several LSP completion kind mappings (dotnet#61243)
  Relax assertion in SyntheticBoundNodeFactory.Convert (dotnet#61287)
  Enable add usings on paste by default (dotnet#61299)
  Fix focus on rename UI opening (dotnet#60846)
  Update PublishData.json with new package
  Remove Razor and editor inference document option providers (dotnet#61091)
  Fix nested in generic type binding issues in enabled nullability context (dotnet#61182)
  Revert "Revert "Improve editorconfig options caching on ProjectState (dotnet#61131)" (dotnet#61216)" (dotnet#61283)
  Move MSBuild back to 16.5.0.
  Fix a few build and package issues (dotnet#61273)
  lint
  Revert workspaces msbuild changes.
  Use SegmentedHashSet<T> to eliminate LOH allocations in AsyncBatchingWorkQueue
  NRT
  ...
@Cosifne Cosifne modified the milestones: Next, 17.3 P2 May 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Area-Compilers Community The pull request was submitted by a contributor who is not a Microsoft employee.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Using a more verbose qualification of the identifier of the return type of a property results in name conflict-related errors

6 participants