Uh oh!
There was an error while loading. Please reload this page.
Fix IDesignerSerializationManager nullability - #79429
Conversation
ghost
commented
Dec 9, 2022
Tagging subscribers to this area: @dotnet/area-system-componentmodel Issue DetailsThe documentation states that many of the functions can return Related: dotnet/winforms#8342, #41720
|
stephentoub
left a comment
There was a problem hiding this comment.
Thanks. The changes look correct to me, but you'll also need to update the corresponding signatures in the ref assembly:
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
elachlan
commented
Dec 11, 2022
Failed test is unrelated afaik. |
The documentation states that many of the functions can return
null. So I have updated the nullability based on the documentation.https://learn.microsoft.com/en-us/dotnet/api/system.componentmodel.design.serialization.idesignerserializationmanager?view=net-7.0
Related: dotnet/winforms#8342, #41720