Did c++ naming rules break with 2025.2 update?
Have the C++ naming rules been broken since the 2025.2 update?
In the *sln.DotSettings* file a number of new lines were added, and since then our previously defined naming rules no longer seem to be recognized. But when I look in the settings via the menu, they still appear to be correct.
I have the impression that
`x:Key="/Default/CodeStyle/Naming/CppNaming/Rules/`
has been replaced with
`x:Key="/Default/CodeStyle/Naming/CppNamingOptions/Rules/`
without conversion.
Is a conversion still possible, or do we have to re-define all rules manually?
Please sign in to leave a comment.
Hello,
Sorry, there was a breaking change in naming settings in 2025.2, it's probably necessary to redefine the rules.
I'm not sure if CppNaming → CppNamingOptions change was intended though. Andrey Davydov could you advise?
Indeed, I had to redo all my rules 🙁