Fix nullable annotations in ITypedList#80033
Conversation
|
Note regarding the This serves as a reminder for when your PR is modifying a ref *.cs file and adding/modifying public APIs, to please make sure the API implementation in the src *.cs file is documented with triple slash comments, so the PR reviewers can sign off that change. |
|
Tagging subscribers to this area: @dotnet/area-system-componentmodel Issue DetailsAccording to:
|
afb16a2 to
1a698b2
Compare
1a698b2 to
e57fe71
Compare
According to:
https://learn.microsoft.com/en-us/dotnet/api/system.componentmodel.itypedlist.getitemproperties
https://learn.microsoft.com/en-us/dotnet/api/system.componentmodel.itypedlist.getlistname
the parameters can be null.
I bumped into this problem while annotating
ListBindingHelperin WinForms repository.https://github.com/dotnet/winforms/blob/bc73fc2790fdce8ac7399eddf76824161bdd35cc/src/System.Windows.Forms/src/System/Windows/Forms/ListBindingHelper.cs