Why is it trying to add random SettingsMigration to solution DotSettings file?
Answered
Our organization has a company wide base set of settings that we use for C# projects that we distribute as a ".DotSettings" file that each team can utilize.
However, ever since I added the "DotSettings" file to our solution Rider keeps trying to add the following lines to it:
<s:Boolean x:Key="/Default/Environment/SettingsMigration/IsMigratorApplied/=JetBrains_002EReSharper_002EPsi_002ECSharp_002ECodeStyle_002ECSharpKeepExistingMigration/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/Environment/SettingsMigration/IsMigratorApplied/=JetBrains_002EReSharper_002EPsi_002ECSharp_002ECodeStyle_002ECSharpPlaceEmbeddedOnSameLineMigration/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/Environment/SettingsMigration/IsMigratorApplied/=JetBrains_002EReSharper_002EPsi_002ECSharp_002ECodeStyle_002ECSharpUseContinuousIndentInsideBracesMigration/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/Environment/SettingsMigration/IsMigratorApplied/=JetBrains_002EReSharper_002EPsi_002ECSharp_002ECodeStyle_002ESettingsUpgrade_002EMigrateBlankLinesAroundFieldToBlankLinesAroundProperty/@EntryIndexedValue">True</s:Boolean>
I can't find any information on what these settings represent and how to get Rider to stop trying to add this to my file every time I open the solution.
Any ideas?
Please sign in to leave a comment.
I think this is the relevant documentation: https://www.jetbrains.com/help/resharper/Sharing_Configuration_Options.html#upgrading
Hi Matthew!
I suppose Jan posted the right link. Hope it helped you.
Should you have any questions, let us know.
Yep this makes sense, thanks to both of you