Project level dotsettings file changed on project startup Follow
Hi,
the project level dotsettings file keeps getting overwritten with the following changes. Those settings are defined in %AppData%\JetBrains\Shared\vAny\GlobalSettingsStorage.DotSettings. Why do they keep getting copied to the project level file?
Thanks, Stefan
<s:String x:Key="/Default/Environment/InlayHints/CppParameterNameHintsOptions2/ShowParameterNameHints/@EntryValue">Never</s:String>
<s:String x:Key="/Default/Environment/InlayHints/CSharpParameterNameHintsOptions/ShowParameterNameHints/@EntryValue">Never</s:String>
<s:String x:Key="/Default/Environment/InlayHints/VBParameterNameHintsOptions/ShowParameterNameHints/@EntryValue">Never</s:String>
Please sign in to leave a comment.
Stefan Landgraf, thank you for your question. Could you please send me your R# settings - ReSharper | Manage Options | "Export to File" in the context menu for each layer? You can upload these files via https://uploads.jetbrains.com/ form.
Does the problem happen for every solution or it's solution specific problem? Is this behavior observed on your colleague's computers?
Thank you!
Hi Maria,
Here are the files: Upload id: 2021_03_03_RAu5XRPgcSJWfarj (file: dotsettings.zip).
> Does the problem happen for every solution or it's solution specific problem?
I think it's only for one solution, but I'm not sure as it happens only occasionally.
> Is this behavior observed on your colleague's computers?
I'm the only one working on this codebase.
Kind Regards
Stefan
Hi Stefan,
Thanks for the reply.
What ReSharper version are you using (ReSharper | Help | About ReSharper)? What VS version?
Have you noticed when the problem started? Or has this behavior always been?
Do I understand correctly that when you open a specific solution, the three lines mentioned earlier are simply added to .sln.DotSettings file and not overwrite the contents of this file?
How often is the problem happens: once a week/every few days/more often?
My version is JetBrains ReSharper 2020.3.2 Build 203.0.20201229.111204 built on 2020-12-29
> Have you noticed when the problem started? Or has this behavior always been?
I cannot say exactly. Maybe two months ago?
> Do I understand correctly that when you open a specific solution, the three lines mentioned earlier are simply added to .sln.DotSettings file and not overwrite the contents of this file?
Not always on opening the solution. Sometimes I open a solution or switch branches. Nothing happens. And then when i want to push my commit suddenly i see the .sln.DotSettings file in the commit.
> How often is the problem happens: once a week/every few days/more often?
Usually at least once per working day, sometimes more frequently.
It's not 100% reproducable.