Yes, it looks like your naming meets the requirement. Please check how naming is configured for Events in File | Settings | Editor | Code Style | C# -> Naming. If it is just like on the attached screenshot, please attach the code snippet that triggers the warning, and all Rider `.DotSettings` files:
- *Personal layer*: ```.DotSettings.user``` file near your sln (if any) - *Team-shared layer*: ```.DotSettings``` file near your sln (if any) - *Global settings layer*: Use "Help -> Diagnostic tools -> Special Files and Folders -> R# Global Settings" to locate ```GlobalSettingsStorage.DotSettings``` file
Hi Maxime,
Yes, it looks like your naming meets the requirement. Please check how naming is configured for Events in File | Settings | Editor | Code Style | C# -> Naming. If it is just like on the attached screenshot, please attach the code snippet that triggers the warning, and all Rider `.DotSettings` files:
- *Personal layer*: ```.DotSettings.user``` file near your sln (if any)
- *Team-shared layer*: ```.DotSettings``` file near your sln (if any)
- *Global settings layer*: Use "Help -> Diagnostic tools -> Special Files and Folders -> R# Global Settings" to locate ```GlobalSettingsStorage.DotSettings``` file
I will check what is going on. You can use JetBrains upload service to share the files.