How to disable creation of DotSettings.user files?

This files are created even if I just open visual studio solution but I don't need personal settings. How can I disable them or personal settings layer?

1
5 comments
Hello,

Could you please provide this dotSetting file so we could check what settings were changed in your case?
Thank you.
0

<wpf:ResourceDictionary xml:space="preserve" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:s="clr-namespace:System;assembly=mscorlib" xmlns:ss="urn:shemas-jetbrains-com:settings-storage-xaml" xmlns:wpf="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
    <s:String x:Key="/Default/CodeInspection/ExcludedFiles/FilesAndFoldersToSkip2/=7020124F_002D9FFC_002D4AC3_002D8F3D_002DAAB8E0240759_002Ff_003ASerializerBinary_002Ecs_002Fl_003A_002E_002E_003F_002E_002E_003F_002E_002E_003FUsers_003FAdministrator_003FAppData_003FRoaming_003FJetBrains_003FRider2024_002E3_003Fresharper_002Dhost_003FDecompilerCache_003Fmetadata_003Fc774ee1dbd1c41baba72cdefc56136f02d600_003F0b_003Fd92723e3_003FSerializerBinary_002Ecs/@EntryIndexedValue">ForceIncluded</s:String></wpf:ResourceDictionary>

0
Hello,
what version of ReSharper do you have?

Do you have the same settings in the GlobalSettingsStorage.DotSettings and in the SolutionName.sln.DotSettings files?

What do you see in ReSharper | Options | Code Inspection | Ignored Code?

Does this issue happen in all solutions or only in specific one?

Thank you!
0

Just chiming in that I would like to get rid of the files too. They're very viral and annoying. 

Here's an example of one of mine:

```

<wpf:ResourceDictionary xml:space="preserve" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:s="clr-namespace:System;assembly=mscorlib" xmlns:ss="urn:shemas-jetbrains-com:settings-storage-xaml" xmlns:wpf="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
    <s:String x:Key="/Default/CodeInspection/ExcludedFiles/FilesAndFoldersToSkip2/=7020124F_002D9FFC_002D4AC3_002D8F3D_002DAAB8E0240759_002Ff_003ACKCompat_002Ecs_002Fl_003A_002E_002E_003F_002E_002E_003F_002E_002E_003F_002E_002E_003FLibrary_003FFrameworks_003FXamarin_002EMac_002Eframework_003FVersions_003F9_002E3_002E0_002E23_003Fsrc_003FXamarin_002EMac_003FCloudKit_003FCKCompat_002Ecs/@EntryIndexedValue">ForceIncluded</s:String>
    <s:String x:Key="/Default/CodeInspection/ExcludedFiles/FilesAndFoldersToSkip2/=7020124F_002D9FFC_002D4AC3_002D8F3D_002DAAB8E0240759_002Ff_003ANSCollectionViewItem_002Ecs_002Fl_003A_002E_002E_003F_002E_002E_003FLibrary_003FApplication_0020Support_003FJetBrains_003FRider2024_002E3_003Fresharper_002Dhost_003FDecompilerCache_003Fdecompiler_003F5ef9269c8d024d1daa09d37b358fca8f1a79c00_003F3e_003F3a819a4c_003FNSCollectionViewItem_002Ecs/@EntryIndexedValue">ForceIncluded</s:String>
    <s:String x:Key="/Default/CodeInspection/ExcludedFiles/FilesAndFoldersToSkip2/=7020124F_002D9FFC_002D4AC3_002D8F3D_002DAAB8E0240759_002Ff_003ATask_002Ecs_002Fl_003A_002E_002E_003F_002E_002E_003F_002E_002E_003F_002E_002E_003FLibrary_003FFrameworks_003FXamarin_002EMac_002Eframework_003FVersions_003FCurrent_003Fsrc_003FXamarin_002EMac_003Fexternal_003Fcorert_003Fsrc_003FSystem_002EPrivate_002ECoreLib_003Fsrc_003FSystem_003FThreading_003FTasks_003FTask_002Ecs/@EntryIndexedValue">ForceIncluded</s:String>
```

0
Hello,
what version of ReSharper do you have?

Do you have the same settings in the GlobalSettingsStorage.DotSettings and in the SolutionName.sln.DotSettings files?

What do you see in ReSharper | Options | Code Inspection | Ignored Code?

Does this issue happen in all solutions or only in specific one?

Thank you!
0

Please sign in to leave a comment.