Nullness issue - Can't cleanly implement INotifyPropertyChanged by publishing an Event #18361
Open
1 of 7 tasks
Labels
Milestone
Issue description
A method of implementing INotifyPropertyChanged by publishing an Event now seems impossible to make compile cleanly (?)
generates this warning:
And there doesn't seem to be a way to avoid this.
Choose one or more from the following categories of impact
null
constructs in code not using the checknulls switch.null
,not null
).Operating System
Windows (Default)
What .NET runtime/SDK kind are you seeing the issue on
.NET SDK (.NET Core, .NET 5+)
.NET Runtime/SDK version
Net SD 9.0.200
Reproducible code snippet and actual behavior
Possible workarounds
No response
The text was updated successfully, but these errors were encountered: