madskristensen / Community.VisualStudio.Toolkit

A community toolkit for writing Visual Studio extensions
Other
24 stars 3 forks source link

Fix compiler warning for non-nullable event #12

Closed madskristensen closed 3 years ago

madskristensen commented 3 years ago

image

koegerli commented 3 years ago

Just mark the EventHandler as nullable. That should get rid of the warning.