Open
Description
Hello, Team!
I searched if this has been reported, but I have not found any issue about this. Anyway I found that the example code in the following site is not working properly:
https://docs.microsoft.com/en-us/dotnet/api/system.componentmodel.inotifypropertychanged?view=netframework-4.8
If I create the project, and build it, then click on the Button, I get the following exception:
"System.NullReferenceException: 'Object reference not set to an instance of an object.'
customerList was null."