I have a warning on an event in a class that the event is never used. The class implements an interface as a null object and as such it is never supposed to use the event; the event only exists to implement the interface.
I tried following the accepted answer in this question, but it didn't do anything. The event is public and I'm using Visual Studio 2017 and Visual Studio for Mac (aka Xamarin, aka Monodevelop + extensions), in case that makes a difference.