We have recently started using FxCop on our code base and I am in the process of evaluating the problems. One is the IdentifiersShouldNotMatchKeywords issue. This applies to a namespace company.blah.Event, which it wants me to change to something else as event is a keyword. The docs say:
When to Suppress Warnings Do not suppress a warning from this rule. The library might not be usable in all available languages in the .NET Framework.
under what circumstances might it not be available? Do I need to change this? I imagine that it is not going to be very popular.