Quantcast
Channel: YouTrackReSharper (RSRP) - Bug and Issue Tracker
Viewing all 106942 articles
Browse latest View live

RSRP-469252: Provide EditorConfig properties for TypeScript code style settings

$
0
0
Reporter Manuel Pallier (manuel.pallier) Manuel Pallier (manuel.pallier)
Created Apr 13, 2018 10:49:31 AM
Updated Apr 13, 2018 10:57:22 AM
Subsystem Code Style - Formatter
Assignee Dmitry Osinovsky (Dmitry.Osinovsky)
Priority Normal
State Submitted
Type Bug
Fix version No Fix versions
Affected versions No Affected versions
Fixed In Version ReSharper Undefined
VsVersion All Versions

According to the documentation there are EdiorConfig properties for JavaScript code style settings - at least for 2 of the 3 that are available in the ReSharper options window. But it seems like none of the additional TypeScript settings are available as EditorConfig properties. There isn't even a page for TypeScript code style EditorConfig properties in the documentation.

Please add those properties.


RSRP-80754: OutOfMemoryException

$
0
0
Reporter Ilya Ryzhenkov (orangy) Ilya Ryzhenkov (orangy)
Created Sep 16, 2008 10:30:37 AM
Updated Apr 13, 2018 10:59:47 AM
Resolved Feb 8, 2018 12:58:28 PM
Subsystem Crash
Assignee Sergey Shkredov (serjic.shkredov)
Priority Critical
State Obsolete
Type Exception
Fix version Backlog
Affected versions No Affected versions
Fixed In Version ReSharper Undefined
VsVersion All Versions

RSRP-469253: VBCSCompiler.exe high memory usage after installation of Reshaper

$
0
0
Reporter Jude Pang (judep) Jude Pang (judep)
Created Apr 13, 2018 11:14:55 AM
Updated Apr 13, 2018 11:14:55 AM
Subsystem No Subsystem
Assignee Unassigned
Priority Normal
State Submitted
Type Unspecified
Fix version No Fix versions
Affected versions No Affected versions
Fixed In Version ReSharper Undefined
VsVersion All Versions
Hi there,

I did my C# project in VS 2015 and migrated to VS 2017.

Recently, after copying the C# and ASPX files to my server, i realized that the VBCSCompiler.exe has hit higher CPU usage that can hit almost or 100% CPU usage.

The only thing i could recall is that recently i installed Resharper.

Appreciate any help available.

RSRP-341668: Add support for ctrl+backspace to rename file on other dialogs

$
0
0
Reporter Alexander Zaytsev (hazzik) Alexander Zaytsev (hazzik)
Created Mar 11, 2013 5:56:28 AM
Updated Apr 13, 2018 11:24:45 AM
Subsystem Textual Actions
Assignee Alisa Afonina (alisa.afonina)
Priority Normal
State Submitted
Type Usability Problem
Fix version No Fix versions
Affected versions 8.0 EAP
Fixed In Version ReSharper Undefined
VsVersion All Versions
Now this combination adds square symbol to the input field. I expect to remove last word (or last part of word if i)

RSRP-469254: Don't run Unit tests (MSTest) when build fails

$
0
0
Reporter Kirill Falk (kfalk) Kirill Falk (kfalk)
Created Apr 13, 2018 11:28:46 AM
Updated Apr 13, 2018 11:29:27 AM
Subsystem Unit Testing
Assignee Eugene Strizhok (Eugene.Strizhok)
Priority Show-stopper
State Submitted
Type Bug
Fix version 2018.1
Affected versions 2018.1
Fixed In Version ReSharper Undefined
VsVersion All Versions
  • Create a sample MSTest or xUnit project
  • Run test, clear test result
  • break compiltation and rerun test once again -> PASSED

RSRP-469255: Flaky test JetBrains.Etw.Tests.ControllerApi.EtwControllerApiTest.AttachProfileModeTest

RSRP-468890: Index was outside the bounds of the array.

$
0
0
Reporter Patrick Davis (poodle2000) Patrick Davis (poodle2000)
Created Mar 2, 2018 4:07:43 PM
Updated Apr 13, 2018 12:30:44 PM
Subsystem Smart copy-paste
Assignee Alisa Afonina (alisa.afonina)
Priority Normal
State Submitted
Type Exception
Fix version No Fix versions
Affected versions No Affected versions
Fixed In Version ReSharper Undefined
VsVersion All Versions
ReSharperPlatformVs15 Wave 12 Hive _1a8e4269 — JetBrains ReSharper Ultimate 2018.1 EAP 1 Build 112.0.20180222.102651-eap01

JetBrains ReSharper 2018.1 EAP 1 Build 2018.1.20180222.104120-eap01

Index was outside the bounds of the array.

— EXCEPTION #1/2 [IndexOutOfRangeException]
Message = “Index was outside the bounds of the array.”
ExceptionPath = Root.InnerException
ClassName = System.IndexOutOfRangeException
HResult = COR_E_INDEXOUTOFRANGE=80131508
Source = JetBrains.ReSharper.Feature.Services
StackTraceString = “
 at JetBrains.ReSharper.Feature.Services.Clipboard.CopyPasteAssistManager.CoerceRangeAfterPaste(String pastedText, DocumentRange documentRange)
 at JetBrains.ReSharper.Feature.Services.Clipboard.CopyPasteAssistManager.CoerceRangeAfterPaste(String pastedText, DocumentRange documentRange)
 at JetBrains.ReSharper.Feature.Services.Clipboard.CopyPasteAssistManager.DoPaste(IDataContext context, DelegateExecute nextExecute)
 at JetBrains.ReSharper.Feature.Services.Clipboard.ClipboardHandler.HandleAction(IDataContext context, DelegateExecute nextExecute)
 at JetBrains.ReSharper.Feature.Services.Clipboard.ClipboardActionHandler.Execute(Int32 handlerIndex, IDataContext context, DelegateExecute nextExecute)
 at JetBrains.ReSharper.Feature.Services.Clipboard.ClipboardActionHandler.<>c__DisplayClass5_0.<Execute>b__0()
 at JetBrains.ReSharper.InplaceRefactorings.CutCopyPaste.CopyPasteManager.DoPaste(IDataContext context, DelegateExecute nextExecute)
 at JetBrains.ReSharper.Feature.Services.Clipboard.ClipboardHandler.HandleAction(IDataContext context, DelegateExecute nextExecute)
 at JetBrains.ReSharper.Feature.Services.Clipboard.ClipboardActionHandler.Execute(Int32 handlerIndex, IDataContext context, DelegateExecute nextExecute)
 at JetBrains.ReSharper.Feature.Services.Clipboard.ClipboardActionHandler.Execute(IDataContext context, DelegateExecute nextExecute)
 at JetBrains.Application.UI.ActionsRevised.Handlers.ExececutableActionEvaluator.Execute(IAction action, List`1 allActions, IDataContext dataContext)
 at JetBrains.Application.UI.ActionsRevised.Handlers.ExececutableActionEvaluator.<>c__DisplayClass5_1.<Execute>b__0()
 at JetBrains.ReSharper.Feature.Services.TypingAssist.ActionContext.CallNext()
 at JetBrains.ReSharper.Feature.Services.TypingAssist.TypingAssistManager.ChainedContextBase`2.CallNext()
 at JetBrains.ReSharper.Feature.Services.TypingAssist.TypingAssistManager.Handle[TContext,THandler](TContext context, List`1 handlers, ChainedContextBase`2 chainedContextFactory)
 at JetBrains.ReSharper.Feature.Services.TypingAssist.TypingAssistManager.Act(ITextControl textControl, String actionId, DelegateExecute nextExecute)
 at JetBrains.ReSharper.Feature.Services.TypingAssist.ExternalActionHandler.Execute(IDataContext context, DelegateExecute nextExecute)
 at JetBrains.Application.UI.ActionsRevised.Handlers.ExececutableActionEvaluator.Execute(IAction action, List`1 allActions, IDataContext dataContext)
 at JetBrains.Application.UI.ActionsRevised.Handlers.EvaluatedAction.<ExecuteWithoutRequirements>b__23_0(Lifetime lt)
 at JetBrains.DataFlow.Lifetimes.Using[TRetVal](Func`2 λ)
 at JetBrains.Application.UI.ActionsRevised.Handlers.EvaluatedAction.ExecuteWithoutRequirements()
 at JetBrains.Application.UI.ActionsRevised.Handlers.EvaluatedAction.<>c__DisplayClass21_0.<PrepareRequirementsAsync>b__1()
 at JetBrains.Util.Logging.Logger.Catch(Action action)


— Outer —

— EXCEPTION #2/2 [LoggerException]
Message = “Index was outside the bounds of the array.”
ExceptionPath = Root
ClassName = JetBrains.Util.LoggerException
Data.ManagedThreadName = <NULL>
Data.LastExtension = cs
Data.SccRevisionShell = “<there are no packages matching the criteria>”
Data.HostProductInfo = “JetBrains ReSharper Ultimate 2018.1 EAP 1 Build 112.0.20180222.102651-eap01”
Data.SubProducts.#0 = “JetBrains ReSharper 2018.1 EAP 1 Build 2018.1.20180222.104120-eap01”
Data.SccRevisionEnv = “
Platform\Core\Shell:
    git::refs/heads/wave12-eap1

Platform\VisualStudio:
    git::refs/heads/wave12-eap1::9d28b6e35c395cef932aff004f5d3c2c8e6b14c2

Data.VsVersion = 15.5.27130.2027
InnerException = “Exception #1 at Root.InnerException”
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
 at JetBrains.Util.Logging.Logger.Catch(Action action)
 at JetBrains.Util.Logging.Logger.Catch(Action action)
 at JetBrains.Application.UI.ActionsRevised.Handlers.EvaluatedAction.<>c__DisplayClass21_0.<PrepareRequirementsAsync>b__0()
 at JetBrains.Application.UI.ActionSystem.ActionsRevised.Handlers.RequirementsManager.ExecuteActionAsync(IActionRequirement requirement, Action continueWith, Action failWith, Boolean reSharperIsThinking)
 at JetBrains.Application.UI.ActionsRevised.Handlers.EvaluatedAction.PrepareRequirementsAsync(OuterLifetime lifetime, Func`1 executeWhenRequirementsReady, Action`1 failWith)
 at JetBrains.Application.UI.ActionsRevised.Handlers.EvaluatedAction.Execute()
 at JetBrains.VsIntegration.TextControl.VsTextControlOleCommandTarget.<>c__DisplayClass26_0.<TryDelegateToTypingHandlers_NonTyping>b__0()
 at JetBrains.VsIntegration.TextControl.VsTextControlOleCommandTarget.WithRegisteredDelegateBackToVsHandler(String sCommandName, Action`1 FExecDelegateBackToVs, Action FRun)
 at JetBrains.VsIntegration.TextControl.VsTextControlOleCommandTarget.TryDelegateToTypingHandlers_NonTyping(CommandID commandid, Action`1 FExecDelegateBackToVs)
 at JetBrains.VsIntegration.TextControl.VsTextControlOleCommandTarget.TryDelegateToTypingHandlers(Boolean bIsTyping, CommandID commandid, IntPtr pvaIn, Action`1 FExecDelegateBackToVsClosed)
 at JetBrains.VsIntegration.TextControl.VsTextControlOleCommandTarget.<>c__DisplayClass29_0.<Microsoft.VisualStudio.OLE.Interop.IOleCommandTarget.Exec>b__0()
 at JetBrains.Threading.ReentrancyGuard.Execute(String name, Action action)
 at JetBrains.Threading.ReentrancyGuard.TryExecute(String name, Action action)
 at JetBrains.VsIntegration.TextControl.VsTextControlOleCommandTarget.Microsoft.VisualStudio.OLE.Interop.IOleCommandTarget.Exec(Guid& pguidCmdGroupRef, UInt32 nCmdID, UInt32 nCmdexecopt, IntPtr pvaIn, IntPtr pvaOut)
 at Microsoft.VisualStudio.Editor.Implementation.CommandChainNode.InnerExec(Guid& pguidCmdGroup, UInt32 nCmdID, UInt32 nCmdexecopt, IntPtr pvaIn, IntPtr pvaOut)
 at Microsoft.VisualStudio.Editor.Implementation.CommandChainNode.InnerExec(Guid& pguidCmdGroup, UInt32 nCmdID, UInt32 nCmdexecopt, IntPtr pvaIn, IntPtr pvaOut)
 at Microsoft.VisualStudio.Editor.Implementation.SimpleTextViewWindow.Exec(Guid& pguidCmdGroup, UInt32 nCmdID, UInt32 nCmdexecopt, IntPtr pvaIn, IntPtr pvaOut)
 at Microsoft.VisualStudio.Editor.Implementation.CompoundTextViewWindow.Exec(Guid& pguidCmdGroup, UInt32 nCmdID, UInt32 nCmdexecopt, IntPtr pvaIn, IntPtr pvaOut)
 at Microsoft.VisualStudio.Platform.WindowManagement.DocumentObjectSite.Exec(Guid& pguidCmdGroup, UInt32 nCmdID, UInt32 nCmdexecopt, IntPtr pvaIn, IntPtr pvaOut)
 at Microsoft.VisualStudio.Platform.WindowManagement.WindowFrame.Exec(Guid& pguidCmdGroup, UInt32 nCmdID, UInt32 nCmdexecopt, IntPtr pvaIn, IntPtr pvaOut)

RSRP-469256: Debugging Assistance features require the "Navigation and Search" feature to be enabled

$
0
0
Reporter Manuel Pallier (manuel.pallier) Manuel Pallier (manuel.pallier)
Created Apr 13, 2018 12:40:57 PM
Updated Apr 13, 2018 12:40:57 PM
Subsystem No Subsystem
Assignee Unassigned
Priority Normal
State Submitted
Type Unspecified
Fix version No Fix versions
Affected versions 2018.1
Fixed In Version ReSharper Undefined
VsVersion All Versions

Is it by design that Debugging Assistance features like the inline values display require not only the ReSharper feature "Debugger integration" to be enabled but "Navigation and Search" too? I'd like to use the inline values display but I don't use the navigation features at all, so I'd like to save some performance and memory by disabling that feature.

Tested in 2018.1 EAP 8


RSRP-469257: Failed to submit exception with very big content

$
0
0
Reporter Maltseva Ekaterina (Maltseva.Ekaterina) Maltseva Ekaterina (Maltseva.Ekaterina)
Created Apr 13, 2018 1:14:38 PM
Updated Apr 13, 2018 1:14:38 PM
Subsystem Exception submitter
Assignee Arseny Chernyaev (Arseny.Chernyaev)
Priority Critical
State Submitted
Type Bug
Fix version 2018.1.1
Affected versions No Affected versions
Fixed In Version ReSharper Undefined
VsVersion All Versions
Exception failed to submit this exception
I've got this view
and that's not good


There were non-fatal failures in the Settings subsystem caused by actual settings data. There were 33 exceptions. Entry CodeIssueFilter.IssueTypesToHide index could not be deserialized. This action cannot be executed on the JetPool(S) #1:25 thread. It's only allowed to run on the :1 thread. Component descriptor JetBrains.ReSharper.Feature.Services.Daemon.HighlightingSettingsManagerImpl [Singleton, Corrupted] is corrupted and cannot be accessed

— EXCEPTION #001/102 [ThreadAccessException]
Message = “This action cannot be executed on the JetPool(S) #1:25 thread. It's only allowed to run on the :1 thread.”
ExceptionPath = Root.InnerException.InnerException.Exceptions.#00.InnerException.InnerException
ClassName = JetBrains.Threading.ThreadAccessException
Data.WrongThread = “JetPool(S) #1:25”
Data.DesiredThread = :1
Data.DescriptorType = “JetBrains.Application.Extensibility.PartCatalogTypeComponentDescriptor, JetBrains.Platform.ComponentModel, Version=112.0.0.0, Culture=neutral, PublicKeyToken=1010a0d8d6380325”
Data.State = Null
Data.SerializationOperation = Deserialization
Data.ValueSerializerType = TypeConverterToInvariantString
Data.SerializedValue = _003CConfigurableSeverity_0020Id_003D_0022AccessToStaticMemberViaDerivedType_0022_0020_002F_003E
Data.SerializedValueType = “System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089”
Data.DeserializedValueType = “JetBrains.ReSharper.Daemon.SolutionAnalysis.IIssueType, JetBrains.ReSharper.SolutionAnalysis, Version=112.0.0.0, Culture=neutral, PublicKeyToken=1010a0d8d6380325”
HResult = COR_E_APPLICATION=80131600
Source = JetBrains.Platform.Core
StackTraceString = “
 at JetBrains.Threading.JetDispatcher.AssertAccess()
 at JetBrains.Threading.JetDispatcher.AssertAccess()
 at JetBrains.Application.Components.DispatcherAccessPolicy.AssertModification()
 at JetBrains.Application.Components.CompositeAccessPolicy.AssertModification()
 at JetBrains.Application.Components.ComponentStorage.RegisterDependency[TRequest](TRequest request, IValueResolveContext context)
 at JetBrains.Application.Components.ComponentStorage.ResolveImpl[TRequest](TRequest request, IValueResolveContext context)
 at JetBrains.Application.Components.ComponentStorage.Resolve[TRequest](TRequest request, IValueResolveContext context)
 at JetBrains.Application.Components.ComponentContainer.Resolve[TRequest](TRequest request, IValueResolveContext context)
 at JetBrains.Application.Components.ComponentResolveContext.Resolve[TRequest](TRequest request)
 at JetBrains.Application.Components.SignatureResolution.BindToMethod(MethodBase[] candidates, IValueResolveContext context, Object origin)
 at JetBrains.Application.Components.SignatureResolution.BindToConstructor(Type type, IValueResolveContext context)
 at JetBrains.Application.Extensibility.PartCatalogTypeComponentDescriptor.CreateInstanceOf(Type type, IValueResolveContext context)
 at JetBrains.Application.Extensibility.PartCatalogTypeComponentDescriptor.CreateInstance(IValueResolveContext context)
 at JetBrains.Application.Components.SingletonDescriptor.CreateInstanceChecked(OnError onError, IComponentContainer container)
 at JetBrains.Application.Components.SingletonDescriptor.GetValue()
 at JetBrains.Application.Components.ComponentContainerEx.GetComponent[TInterface](IComponentContainer container)
 at JetBrains.ReSharper.Daemon.SolutionAnalysis.IssueTypeConverter.<>c.<StringToIssueType>b__7_0(XmlElement element)
 at JetBrains.Util.Reflection.TypeConverterUtil.FromStringThruXml[T](String value, Func`2 fromXmlFunc)
 at JetBrains.ReSharper.Daemon.SolutionAnalysis.IssueTypeConverter.StringToIssueType(ITypeDescriptorContext arg1, CultureInfo arg2, String s)
 at JetBrains.Util.Reflection.TypeConverterBase`1.ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, Object value)
 at JetBrains.Reflection.StringConversion.ParseInvariantString(String value, Type type, ILogger logger)
 at JetBrains.Application.Settings.Implementation.SettingsEntryToSettingsStorageSerialization.CoreStorageSerialization.DeserializeStorageKey(SettingsStoreSerializerType serializerType, String valueSerialized, Type typeDeserialized, ILogger logger)
 at JetBrains.Application.Settings.Implementation.SettingsEntryToSettingsStorageSerialization.DeserializeStorageKeyToEntryIndex(SettingsIndexedEntry entry, String subkey, IExceptionThrowingLogger logger)


— Outer —

— EXCEPTION #002/102 [InvalidOperationException]
Message = “Entry CodeIssueFilter.IssueTypesToHide index could not be deserialized.”
ExceptionPath = Root.InnerException.InnerException.Exceptions.#00.InnerException
ClassName = System.InvalidOperationException
Data.EntryKey = CodeInspection/Highlighting/CodeIssueFilter/IssueTypesToHide
InnerException = “Exception #001 at Root.InnerException.InnerException.Exceptions.#00.InnerException.InnerException”
HResult = COR_E_INVALIDOPERATION=80131509

— Outer —

— EXCEPTION #003/102 [LoggerException]
Message = “Entry CodeIssueFilter.IssueTypesToHide index could not be deserialized.”
ExceptionPath = Root.InnerException.InnerException.Exceptions.#00
ClassName = JetBrains.Util.LoggerException
InnerException = “Exception #002 at Root.InnerException.InnerException.Exceptions.#00.InnerException”
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
 at JetBrains.Application.Settings.Implementation.SettingsEntryToSettingsStorageSerialization.DeserializeStorageKeyToEntryIndex(SettingsIndexedEntry entry, String subkey, IExceptionThrowingLogger logger)
 at JetBrains.Application.Settings.Implementation.SettingsEntryToSettingsStorageSerialization.DeserializeStorageKeyToEntryIndex(SettingsIndexedEntry entry, String subkey, IExceptionThrowingLogger logger)
 at JetBrains.Application.Settings.SettingsStoreChangeArgs.SettingsEntryInstance.TryGetIndexValue()
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass7_0.<DiffEntriesList>b__1(SettingsEntryInstance entryChanged)
 at JetBrains.Util.CollectionUtil.ForEach[T](IEnumerable`1 collection, Action`1 action)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffEntriesList(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, IList`1 entriesClean, IList`1 entriesChanged, Dictionary`2 keyIndices, List`1 script)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__2()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__1()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__0()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.WithKeyIndex(SettingsKeyInstance keyinstance, Dictionary`2 keyIndices, Action F, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList_Key(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, SettingsKeyInstance keyClean, SettingsKeyInstance keyChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_1.<DiffKeysList>b__3()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_0.<DiffKeysList>b__2(SettingsKeyInstance keyClean)
 at JetBrains.Util.CollectionUtil.ForEach[T](IEnumerable`1 collection, Action`1 action)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, IList`1 keysClean, IList`1 keysChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__3()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__1()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__0()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.WithKeyIndex(SettingsKeyInstance keyinstance, Dictionary`2 keyIndices, Action F, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList_Key(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, SettingsKeyInstance keyClean, SettingsKeyInstance keyChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_1.<DiffKeysList>b__3()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_0.<DiffKeysList>b__2(SettingsKeyInstance keyClean)
 at JetBrains.Util.CollectionUtil.ForEach[T](IEnumerable`1 collection, Action`1 action)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, IList`1 keysClean, IList`1 keysChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__3()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__1()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__0()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.WithKeyIndex(SettingsKeyInstance keyinstance, Dictionary`2 keyIndices, Action F, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList_Key(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, SettingsKeyInstance keyClean, SettingsKeyInstance keyChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_1.<DiffKeysList>b__3()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_0.<DiffKeysList>b__2(SettingsKeyInstance keyClean)
 at JetBrains.Util.CollectionUtil.ForEach[T](IEnumerable`1 collection, Action`1 action)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, IList`1 keysClean, IList`1 keysChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass3_0.<Emit2>b__0()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.Emit2(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, SettingsStoreChangeArgs snapshotClean, SettingsStoreChangeArgs snapshotChanged, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.Emit(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsModel.<RecalculatePendingChangesCountCore>b__5_1()
 at JetBrains.Util.Threading.SynchronizedLifetime.ExecuteIfNotTerminated[TResult](Func`1 λ)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsModel.<RecalculatePendingChangesCountCore>b__5_0()
 at JetBrains.Util.Threading.SynchronizedLifetime.ExecuteIfNotTerminated[TResult](Func`1 λ)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsModel.RecalculatePendingChangesCountCore()
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsModel.<>c__DisplayClass3_1.<.ctor>b__4()
 at JetBrains.Application.Threading.Tasks.FreeThreadedGroupingEvent.FireInternal()
 at JetBrains.Application.Threading.Tasks.FreeThreadedGroupingEvent.ScheduledFireAction()
 at JetBrains.Application.Threading.Tasks.TaskHost.AccessViolationCatcher(Action action)
 at JetBrains.Application.Threading.Tasks.TaskHost.<>c__DisplayClass33_0.<Create>b__1(Object state)
 at System.Threading.Tasks.Task.InnerInvoke()
 at System.Threading.Tasks.Task.Execute()
 at System.Threading.Tasks.Task.ExecutionContextCallback(Object obj)
 at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
 at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
 at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot)
 at System.Threading.Tasks.Task.ExecuteEntry(Boolean bPreventDoubleExecution)
 at System.Threading.Tasks.TaskScheduler.TryExecuteTask(Task task)
 at JetBrains.Application.Threading.Tasks.Scheduler.JetScheduler.ExecuteTask(Task task)
 at JetBrains.Application.Threading.Tasks.Scheduler.JetSchedulerThread.EnqueueNextTask()
 at JetBrains.Application.Threading.Tasks.Scheduler.JetSchedulerThread.ThreadPoolProc()
 at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
 at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
 at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
 at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
 at System.Threading.ThreadHelper.ThreadStart()



— Next Branch —

— EXCEPTION #004/102 [InvalidOperationException]
Message = “Component descriptor JetBrains.ReSharper.Feature.Services.Daemon.HighlightingSettingsManagerImpl [Singleton, Corrupted] is corrupted and cannot be accessed”
ExceptionPath = Root.InnerException.InnerException.Exceptions.#01.InnerException.InnerException
ClassName = System.InvalidOperationException
Data.SerializationOperation = Deserialization
Data.ValueSerializerType = TypeConverterToInvariantString
Data.SerializedValue = _003CConfigurableSeverity_0020Id_003D_0022AngularHtml_002EBanana_0022_0020_002F_003E
Data.SerializedValueType = “System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089”
Data.DeserializedValueType = “JetBrains.ReSharper.Daemon.SolutionAnalysis.IIssueType, JetBrains.ReSharper.SolutionAnalysis, Version=112.0.0.0, Culture=neutral, PublicKeyToken=1010a0d8d6380325”
HResult = COR_E_INVALIDOPERATION=80131509
Source = JetBrains.Platform.ComponentModel
StackTraceString = “
 at JetBrains.Application.Components.SingletonDescriptor.GetValue()
 at JetBrains.Application.Components.SingletonDescriptor.GetValue()
 at JetBrains.Application.Components.ComponentContainerEx.GetComponent[TInterface](IComponentContainer container)
 at JetBrains.ReSharper.Daemon.SolutionAnalysis.IssueTypeConverter.<>c.<StringToIssueType>b__7_0(XmlElement element)
 at JetBrains.Util.Reflection.TypeConverterUtil.FromStringThruXml[T](String value, Func`2 fromXmlFunc)
 at JetBrains.ReSharper.Daemon.SolutionAnalysis.IssueTypeConverter.StringToIssueType(ITypeDescriptorContext arg1, CultureInfo arg2, String s)
 at JetBrains.Util.Reflection.TypeConverterBase`1.ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, Object value)
 at JetBrains.Reflection.StringConversion.ParseInvariantString(String value, Type type, ILogger logger)
 at JetBrains.Application.Settings.Implementation.SettingsEntryToSettingsStorageSerialization.CoreStorageSerialization.DeserializeStorageKey(SettingsStoreSerializerType serializerType, String valueSerialized, Type typeDeserialized, ILogger logger)
 at JetBrains.Application.Settings.Implementation.SettingsEntryToSettingsStorageSerialization.DeserializeStorageKeyToEntryIndex(SettingsIndexedEntry entry, String subkey, IExceptionThrowingLogger logger)


— Outer —

— EXCEPTION #005/102 [InvalidOperationException]
Message = “Entry CodeIssueFilter.IssueTypesToHide index could not be deserialized.”
ExceptionPath = Root.InnerException.InnerException.Exceptions.#01.InnerException
ClassName = System.InvalidOperationException
Data.EntryKey = CodeInspection/Highlighting/CodeIssueFilter/IssueTypesToHide
InnerException = “Exception #004 at Root.InnerException.InnerException.Exceptions.#01.InnerException.InnerException”
HResult = COR_E_INVALIDOPERATION=80131509

— Outer —

— EXCEPTION #006/102 [LoggerException]
Message = “Entry CodeIssueFilter.IssueTypesToHide index could not be deserialized.”
ExceptionPath = Root.InnerException.InnerException.Exceptions.#01
ClassName = JetBrains.Util.LoggerException
InnerException = “Exception #005 at Root.InnerException.InnerException.Exceptions.#01.InnerException”
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
 at JetBrains.Application.Settings.Implementation.SettingsEntryToSettingsStorageSerialization.DeserializeStorageKeyToEntryIndex(SettingsIndexedEntry entry, String subkey, IExceptionThrowingLogger logger)
 at JetBrains.Application.Settings.Implementation.SettingsEntryToSettingsStorageSerialization.DeserializeStorageKeyToEntryIndex(SettingsIndexedEntry entry, String subkey, IExceptionThrowingLogger logger)
 at JetBrains.Application.Settings.SettingsStoreChangeArgs.SettingsEntryInstance.TryGetIndexValue()
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass7_0.<DiffEntriesList>b__1(SettingsEntryInstance entryChanged)
 at JetBrains.Util.CollectionUtil.ForEach[T](IEnumerable`1 collection, Action`1 action)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffEntriesList(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, IList`1 entriesClean, IList`1 entriesChanged, Dictionary`2 keyIndices, List`1 script)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__2()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__1()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__0()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.WithKeyIndex(SettingsKeyInstance keyinstance, Dictionary`2 keyIndices, Action F, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList_Key(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, SettingsKeyInstance keyClean, SettingsKeyInstance keyChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_1.<DiffKeysList>b__3()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_0.<DiffKeysList>b__2(SettingsKeyInstance keyClean)
 at JetBrains.Util.CollectionUtil.ForEach[T](IEnumerable`1 collection, Action`1 action)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, IList`1 keysClean, IList`1 keysChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__3()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__1()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__0()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.WithKeyIndex(SettingsKeyInstance keyinstance, Dictionary`2 keyIndices, Action F, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList_Key(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, SettingsKeyInstance keyClean, SettingsKeyInstance keyChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_1.<DiffKeysList>b__3()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_0.<DiffKeysList>b__2(SettingsKeyInstance keyClean)
 at JetBrains.Util.CollectionUtil.ForEach[T](IEnumerable`1 collection, Action`1 action)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, IList`1 keysClean, IList`1 keysChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__3()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__1()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__0()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.WithKeyIndex(SettingsKeyInstance keyinstance, Dictionary`2 keyIndices, Action F, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList_Key(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, SettingsKeyInstance keyClean, SettingsKeyInstance keyChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_1.<DiffKeysList>b__3()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_0.<DiffKeysList>b__2(SettingsKeyInstance keyClean)
 at JetBrains.Util.CollectionUtil.ForEach[T](IEnumerable`1 collection, Action`1 action)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, IList`1 keysClean, IList`1 keysChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass3_0.<Emit2>b__0()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.Emit2(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, SettingsStoreChangeArgs snapshotClean, SettingsStoreChangeArgs snapshotChanged, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.Emit(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsModel.<RecalculatePendingChangesCountCore>b__5_1()
 at JetBrains.Util.Threading.SynchronizedLifetime.ExecuteIfNotTerminated[TResult](Func`1 λ)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsModel.<RecalculatePendingChangesCountCore>b__5_0()
 at JetBrains.Util.Threading.SynchronizedLifetime.ExecuteIfNotTerminated[TResult](Func`1 λ)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsModel.RecalculatePendingChangesCountCore()
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsModel.<>c__DisplayClass3_1.<.ctor>b__4()
 at JetBrains.Application.Threading.Tasks.FreeThreadedGroupingEvent.FireInternal()
 at JetBrains.Application.Threading.Tasks.FreeThreadedGroupingEvent.ScheduledFireAction()
 at JetBrains.Application.Threading.Tasks.TaskHost.AccessViolationCatcher(Action action)
 at JetBrains.Application.Threading.Tasks.TaskHost.<>c__DisplayClass33_0.<Create>b__1(Object state)
 at System.Threading.Tasks.Task.InnerInvoke()
 at System.Threading.Tasks.Task.Execute()
 at System.Threading.Tasks.Task.ExecutionContextCallback(Object obj)
 at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
 at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
 at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot)
 at System.Threading.Tasks.Task.ExecuteEntry(Boolean bPreventDoubleExecution)
 at System.Threading.Tasks.TaskScheduler.TryExecuteTask(Task task)
 at JetBrains.Application.Threading.Tasks.Scheduler.JetScheduler.ExecuteTask(Task task)
 at JetBrains.Application.Threading.Tasks.Scheduler.JetSchedulerThread.EnqueueNextTask()
 at JetBrains.Application.Threading.Tasks.Scheduler.JetSchedulerThread.ThreadPoolProc()
 at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
 at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
 at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
 at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
 at System.Threading.ThreadHelper.ThreadStart()



— Next Branch —

— EXCEPTION #007/102 [InvalidOperationException]
Message = “Component descriptor JetBrains.ReSharper.Feature.Services.Daemon.HighlightingSettingsManagerImpl [Singleton, Corrupted] is corrupted and cannot be accessed”
ExceptionPath = Root.InnerException.InnerException.Exceptions.#02.InnerException.InnerException
ClassName = System.InvalidOperationException
Data.SerializationOperation = Deserialization
Data.ValueSerializerType = TypeConverterToInvariantString
Data.SerializedValue = _003CConfigurableSeverity_0020Id_003D_0022AnnotationRedundancyAtValueType_0022_0020_002F_003E
Data.SerializedValueType = “System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089”
Data.DeserializedValueType = “JetBrains.ReSharper.Daemon.SolutionAnalysis.IIssueType, JetBrains.ReSharper.SolutionAnalysis, Version=112.0.0.0, Culture=neutral, PublicKeyToken=1010a0d8d6380325”
HResult = COR_E_INVALIDOPERATION=80131509
Source = JetBrains.Platform.ComponentModel
StackTraceString = “
 at JetBrains.Application.Components.SingletonDescriptor.GetValue()
 at JetBrains.Application.Components.SingletonDescriptor.GetValue()
 at JetBrains.Application.Components.ComponentContainerEx.GetComponent[TInterface](IComponentContainer container)
 at JetBrains.ReSharper.Daemon.SolutionAnalysis.IssueTypeConverter.<>c.<StringToIssueType>b__7_0(XmlElement element)
 at JetBrains.Util.Reflection.TypeConverterUtil.FromStringThruXml[T](String value, Func`2 fromXmlFunc)
 at JetBrains.ReSharper.Daemon.SolutionAnalysis.IssueTypeConverter.StringToIssueType(ITypeDescriptorContext arg1, CultureInfo arg2, String s)
 at JetBrains.Util.Reflection.TypeConverterBase`1.ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, Object value)
 at JetBrains.Reflection.StringConversion.ParseInvariantString(String value, Type type, ILogger logger)
 at JetBrains.Application.Settings.Implementation.SettingsEntryToSettingsStorageSerialization.CoreStorageSerialization.DeserializeStorageKey(SettingsStoreSerializerType serializerType, String valueSerialized, Type typeDeserialized, ILogger logger)
 at JetBrains.Application.Settings.Implementation.SettingsEntryToSettingsStorageSerialization.DeserializeStorageKeyToEntryIndex(SettingsIndexedEntry entry, String subkey, IExceptionThrowingLogger logger)


— Outer —

— EXCEPTION #008/102 [InvalidOperationException]
Message = “Entry CodeIssueFilter.IssueTypesToHide index could not be deserialized.”
ExceptionPath = Root.InnerException.InnerException.Exceptions.#02.InnerException
ClassName = System.InvalidOperationException
Data.EntryKey = CodeInspection/Highlighting/CodeIssueFilter/IssueTypesToHide
InnerException = “Exception #007 at Root.InnerException.InnerException.Exceptions.#02.InnerException.InnerException”
HResult = COR_E_INVALIDOPERATION=80131509

— Outer —

— EXCEPTION #009/102 [LoggerException]
Message = “Entry CodeIssueFilter.IssueTypesToHide index could not be deserialized.”
ExceptionPath = Root.InnerException.InnerException.Exceptions.#02
ClassName = JetBrains.Util.LoggerException
InnerException = “Exception #008 at Root.InnerException.InnerException.Exceptions.#02.InnerException”
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
 at JetBrains.Application.Settings.Implementation.SettingsEntryToSettingsStorageSerialization.DeserializeStorageKeyToEntryIndex(SettingsIndexedEntry entry, String subkey, IExceptionThrowingLogger logger)
 at JetBrains.Application.Settings.Implementation.SettingsEntryToSettingsStorageSerialization.DeserializeStorageKeyToEntryIndex(SettingsIndexedEntry entry, String subkey, IExceptionThrowingLogger logger)
 at JetBrains.Application.Settings.SettingsStoreChangeArgs.SettingsEntryInstance.TryGetIndexValue()
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass7_0.<DiffEntriesList>b__1(SettingsEntryInstance entryChanged)
 at JetBrains.Util.CollectionUtil.ForEach[T](IEnumerable`1 collection, Action`1 action)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffEntriesList(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, IList`1 entriesClean, IList`1 entriesChanged, Dictionary`2 keyIndices, List`1 script)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__2()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__1()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__0()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.WithKeyIndex(SettingsKeyInstance keyinstance, Dictionary`2 keyIndices, Action F, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList_Key(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, SettingsKeyInstance keyClean, SettingsKeyInstance keyChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_1.<DiffKeysList>b__3()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_0.<DiffKeysList>b__2(SettingsKeyInstance keyClean)
 at JetBrains.Util.CollectionUtil.ForEach[T](IEnumerable`1 collection, Action`1 action)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, IList`1 keysClean, IList`1 keysChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__3()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__1()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__0()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.WithKeyIndex(SettingsKeyInstance keyinstance, Dictionary`2 keyIndices, Action F, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList_Key(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, SettingsKeyInstance keyClean, SettingsKeyInstance keyChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_1.<DiffKeysList>b__3()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_0.<DiffKeysList>b__2(SettingsKeyInstance keyClean)
 at JetBrains.Util.CollectionUtil.ForEach[T](IEnumerable`1 collection, Action`1 action)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, IList`1 keysClean, IList`1 keysChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__3()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__1()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__0()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.WithKeyIndex(SettingsKeyInstance keyinstance, Dictionary`2 keyIndices, Action F, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList_Key(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, SettingsKeyInstance keyClean, SettingsKeyInstance keyChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_1.<DiffKeysList>b__3()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_0.<DiffKeysList>b__2(SettingsKeyInstance keyClean)
 at JetBrains.Util.CollectionUtil.ForEach[T](IEnumerable`1 collection, Action`1 action)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, IList`1 keysClean, IList`1 keysChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass3_0.<Emit2>b__0()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.Emit2(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, SettingsStoreChangeArgs snapshotClean, SettingsStoreChangeArgs snapshotChanged, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.Emit(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsModel.<RecalculatePendingChangesCountCore>b__5_1()
 at JetBrains.Util.Threading.SynchronizedLifetime.ExecuteIfNotTerminated[TResult](Func`1 λ)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsModel.<RecalculatePendingChangesCountCore>b__5_0()
 at JetBrains.Util.Threading.SynchronizedLifetime.ExecuteIfNotTerminated[TResult](Func`1 λ)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsModel.RecalculatePendingChangesCountCore()
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsModel.<>c__DisplayClass3_1.<.ctor>b__4()
 at JetBrains.Application.Threading.Tasks.FreeThreadedGroupingEvent.FireInternal()
 at JetBrains.Application.Threading.Tasks.FreeThreadedGroupingEvent.ScheduledFireAction()
 at JetBrains.Application.Threading.Tasks.TaskHost.AccessViolationCatcher(Action action)
 at JetBrains.Application.Threading.Tasks.TaskHost.<>c__DisplayClass33_0.<Create>b__1(Object state)
 at System.Threading.Tasks.Task.InnerInvoke()
 at System.Threading.Tasks.Task.Execute()
 at System.Threading.Tasks.Task.ExecutionContextCallback(Object obj)
 at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
 at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
 at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot)
 at System.Threading.Tasks.Task.ExecuteEntry(Boolean bPreventDoubleExecution)
 at System.Threading.Tasks.TaskScheduler.TryExecuteTask(Task task)
 at JetBrains.Application.Threading.Tasks.Scheduler.JetScheduler.ExecuteTask(Task task)
 at JetBrains.Application.Threading.Tasks.Scheduler.JetSchedulerThread.EnqueueNextTask()
 at JetBrains.Application.Threading.Tasks.Scheduler.JetSchedulerThread.ThreadPoolProc()
 at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
 at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
 at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
 at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
 at System.Threading.ThreadHelper.ThreadStart()



— Next Branch —

— EXCEPTION #010/102 [InvalidOperationException]
Message = “Component descriptor JetBrains.ReSharper.Feature.Services.Daemon.HighlightingSettingsManagerImpl [Singleton, Corrupted] is corrupted and cannot be accessed”
ExceptionPath = Root.InnerException.InnerException.Exceptions.#03.InnerException.InnerException
ClassName = System.InvalidOperationException
Data.SerializationOperation = Deserialization
Data.ValueSerializerType = TypeConverterToInvariantString
Data.SerializedValue = _003CConfigurableSeverity_0020Id_003D_0022AnnotationRedundancyInHierarchy_0022_0020_002F_003E
Data.SerializedValueType = “System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089”
Data.DeserializedValueType = “JetBrains.ReSharper.Daemon.SolutionAnalysis.IIssueType, JetBrains.ReSharper.SolutionAnalysis, Version=112.0.0.0, Culture=neutral, PublicKeyToken=1010a0d8d6380325”
HResult = COR_E_INVALIDOPERATION=80131509
Source = JetBrains.Platform.ComponentModel
StackTraceString = “
 at JetBrains.Application.Components.SingletonDescriptor.GetValue()
 at JetBrains.Application.Components.SingletonDescriptor.GetValue()
 at JetBrains.Application.Components.ComponentContainerEx.GetComponent[TInterface](IComponentContainer container)
 at JetBrains.ReSharper.Daemon.SolutionAnalysis.IssueTypeConverter.<>c.<StringToIssueType>b__7_0(XmlElement element)
 at JetBrains.Util.Reflection.TypeConverterUtil.FromStringThruXml[T](String value, Func`2 fromXmlFunc)
 at JetBrains.ReSharper.Daemon.SolutionAnalysis.IssueTypeConverter.StringToIssueType(ITypeDescriptorContext arg1, CultureInfo arg2, String s)
 at JetBrains.Util.Reflection.TypeConverterBase`1.ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, Object value)
 at JetBrains.Reflection.StringConversion.ParseInvariantString(String value, Type type, ILogger logger)
 at JetBrains.Application.Settings.Implementation.SettingsEntryToSettingsStorageSerialization.CoreStorageSerialization.DeserializeStorageKey(SettingsStoreSerializerType serializerType, String valueSerialized, Type typeDeserialized, ILogger logger)
 at JetBrains.Application.Settings.Implementation.SettingsEntryToSettingsStorageSerialization.DeserializeStorageKeyToEntryIndex(SettingsIndexedEntry entry, String subkey, IExceptionThrowingLogger logger)


— Outer —

— EXCEPTION #011/102 [InvalidOperationException]
Message = “Entry CodeIssueFilter.IssueTypesToHide index could not be deserialized.”
ExceptionPath = Root.InnerException.InnerException.Exceptions.#03.InnerException
ClassName = System.InvalidOperationException
Data.EntryKey = CodeInspection/Highlighting/CodeIssueFilter/IssueTypesToHide
InnerException = “Exception #010 at Root.InnerException.InnerException.Exceptions.#03.InnerException.InnerException”
HResult = COR_E_INVALIDOPERATION=80131509

— Outer —

— EXCEPTION #012/102 [LoggerException]
Message = “Entry CodeIssueFilter.IssueTypesToHide index could not be deserialized.”
ExceptionPath = Root.InnerException.InnerException.Exceptions.#03
ClassName = JetBrains.Util.LoggerException
InnerException = “Exception #011 at Root.InnerException.InnerException.Exceptions.#03.InnerException”
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
 at JetBrains.Application.Settings.Implementation.SettingsEntryToSettingsStorageSerialization.DeserializeStorageKeyToEntryIndex(SettingsIndexedEntry entry, String subkey, IExceptionThrowingLogger logger)
 at JetBrains.Application.Settings.Implementation.SettingsEntryToSettingsStorageSerialization.DeserializeStorageKeyToEntryIndex(SettingsIndexedEntry entry, String subkey, IExceptionThrowingLogger logger)
 at JetBrains.Application.Settings.SettingsStoreChangeArgs.SettingsEntryInstance.TryGetIndexValue()
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass7_0.<DiffEntriesList>b__1(SettingsEntryInstance entryChanged)
 at JetBrains.Util.CollectionUtil.ForEach[T](IEnumerable`1 collection, Action`1 action)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffEntriesList(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, IList`1 entriesClean, IList`1 entriesChanged, Dictionary`2 keyIndices, List`1 script)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__2()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__1()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__0()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.WithKeyIndex(SettingsKeyInstance keyinstance, Dictionary`2 keyIndices, Action F, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList_Key(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, SettingsKeyInstance keyClean, SettingsKeyInstance keyChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_1.<DiffKeysList>b__3()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_0.<DiffKeysList>b__2(SettingsKeyInstance keyClean)
 at JetBrains.Util.CollectionUtil.ForEach[T](IEnumerable`1 collection, Action`1 action)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, IList`1 keysClean, IList`1 keysChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__3()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__1()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__0()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.WithKeyIndex(SettingsKeyInstance keyinstance, Dictionary`2 keyIndices, Action F, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList_Key(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, SettingsKeyInstance keyClean, SettingsKeyInstance keyChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_1.<DiffKeysList>b__3()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_0.<DiffKeysList>b__2(SettingsKeyInstance keyClean)
 at JetBrains.Util.CollectionUtil.ForEach[T](IEnumerable`1 collection, Action`1 action)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, IList`1 keysClean, IList`1 keysChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__3()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__1()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__0()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.WithKeyIndex(SettingsKeyInstance keyinstance, Dictionary`2 keyIndices, Action F, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList_Key(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, SettingsKeyInstance keyClean, SettingsKeyInstance keyChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_1.<DiffKeysList>b__3()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_0.<DiffKeysList>b__2(SettingsKeyInstance keyClean)
 at JetBrains.Util.CollectionUtil.ForEach[T](IEnumerable`1 collection, Action`1 action)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, IList`1 keysClean, IList`1 keysChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass3_0.<Emit2>b__0()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.Emit2(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, SettingsStoreChangeArgs snapshotClean, SettingsStoreChangeArgs snapshotChanged, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.Emit(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsModel.<RecalculatePendingChangesCountCore>b__5_1()
 at JetBrains.Util.Threading.SynchronizedLifetime.ExecuteIfNotTerminated[TResult](Func`1 λ)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsModel.<RecalculatePendingChangesCountCore>b__5_0()
 at JetBrains.Util.Threading.SynchronizedLifetime.ExecuteIfNotTerminated[TResult](Func`1 λ)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsModel.RecalculatePendingChangesCountCore()
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsModel.<>c__DisplayClass3_1.<.ctor>b__4()
 at JetBrains.Application.Threading.Tasks.FreeThreadedGroupingEvent.FireInternal()
 at JetBrains.Application.Threading.Tasks.FreeThreadedGroupingEvent.ScheduledFireAction()
 at JetBrains.Application.Threading.Tasks.TaskHost.AccessViolationCatcher(Action action)
 at JetBrains.Application.Threading.Tasks.TaskHost.<>c__DisplayClass33_0.<Create>b__1(Object state)
 at System.Threading.Tasks.Task.InnerInvoke()
 at System.Threading.Tasks.Task.Execute()
 at System.Threading.Tasks.Task.ExecutionContextCallback(Object obj)
 at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
 at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
 at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot)
 at System.Threading.Tasks.Task.ExecuteEntry(Boolean bPreventDoubleExecution)
 at System.Threading.Tasks.TaskScheduler.TryExecuteTask(Task task)
 at JetBrains.Application.Threading.Tasks.Scheduler.JetScheduler.ExecuteTask(Task task)
 at JetBrains.Application.Threading.Tasks.Scheduler.JetSchedulerThread.EnqueueNextTask()
 at JetBrains.Application.Threading.Tasks.Scheduler.JetSchedulerThread.ThreadPoolProc()
 at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
 at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
 at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
 at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
 at System.Threading.ThreadHelper.ThreadStart()



— Next Branch —

— EXCEPTION #013/102 [InvalidOperationException]
Message = “Component descriptor JetBrains.ReSharper.Feature.Services.Daemon.HighlightingSettingsManagerImpl [Singleton, Corrupted] is corrupted and cannot be accessed”
ExceptionPath = Root.InnerException.InnerException.Exceptions.#04.InnerException.InnerException
ClassName = System.InvalidOperationException
Data.SerializationOperation = Deserialization
Data.ValueSerializerType = TypeConverterToInvariantString
Data.SerializedValue = _003CConfigurableSeverity_0020Id_003D_0022ArgumentsStyleAnonymousFunction_0022_0020_002F_003E
Data.SerializedValueType = “System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089”
Data.DeserializedValueType = “JetBrains.ReSharper.Daemon.SolutionAnalysis.IIssueType, JetBrains.ReSharper.SolutionAnalysis, Version=112.0.0.0, Culture=neutral, PublicKeyToken=1010a0d8d6380325”
HResult = COR_E_INVALIDOPERATION=80131509
Source = JetBrains.Platform.ComponentModel
StackTraceString = “
 at JetBrains.Application.Components.SingletonDescriptor.GetValue()
 at JetBrains.Application.Components.SingletonDescriptor.GetValue()
 at JetBrains.Application.Components.ComponentContainerEx.GetComponent[TInterface](IComponentContainer container)
 at JetBrains.ReSharper.Daemon.SolutionAnalysis.IssueTypeConverter.<>c.<StringToIssueType>b__7_0(XmlElement element)
 at JetBrains.Util.Reflection.TypeConverterUtil.FromStringThruXml[T](String value, Func`2 fromXmlFunc)
 at JetBrains.ReSharper.Daemon.SolutionAnalysis.IssueTypeConverter.StringToIssueType(ITypeDescriptorContext arg1, CultureInfo arg2, String s)
 at JetBrains.Util.Reflection.TypeConverterBase`1.ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, Object value)
 at JetBrains.Reflection.StringConversion.ParseInvariantString(String value, Type type, ILogger logger)
 at JetBrains.Application.Settings.Implementation.SettingsEntryToSettingsStorageSerialization.CoreStorageSerialization.DeserializeStorageKey(SettingsStoreSerializerType serializerType, String valueSerialized, Type typeDeserialized, ILogger logger)
 at JetBrains.Application.Settings.Implementation.SettingsEntryToSettingsStorageSerialization.DeserializeStorageKeyToEntryIndex(SettingsIndexedEntry entry, String subkey, IExceptionThrowingLogger logger)


— Outer —

— EXCEPTION #014/102 [InvalidOperationException]
Message = “Entry CodeIssueFilter.IssueTypesToHide index could not be deserialized.”
ExceptionPath = Root.InnerException.InnerException.Exceptions.#04.InnerException
ClassName = System.InvalidOperationException
Data.EntryKey = CodeInspection/Highlighting/CodeIssueFilter/IssueTypesToHide
InnerException = “Exception #013 at Root.InnerException.InnerException.Exceptions.#04.InnerException.InnerException”
HResult = COR_E_INVALIDOPERATION=80131509

— Outer —

— EXCEPTION #015/102 [LoggerException]
Message = “Entry CodeIssueFilter.IssueTypesToHide index could not be deserialized.”
ExceptionPath = Root.InnerException.InnerException.Exceptions.#04
ClassName = JetBrains.Util.LoggerException
InnerException = “Exception #014 at Root.InnerException.InnerException.Exceptions.#04.InnerException”
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
 at JetBrains.Application.Settings.Implementation.SettingsEntryToSettingsStorageSerialization.DeserializeStorageKeyToEntryIndex(SettingsIndexedEntry entry, String subkey, IExceptionThrowingLogger logger)
 at JetBrains.Application.Settings.Implementation.SettingsEntryToSettingsStorageSerialization.DeserializeStorageKeyToEntryIndex(SettingsIndexedEntry entry, String subkey, IExceptionThrowingLogger logger)
 at JetBrains.Application.Settings.SettingsStoreChangeArgs.SettingsEntryInstance.TryGetIndexValue()
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass7_0.<DiffEntriesList>b__1(SettingsEntryInstance entryChanged)
 at JetBrains.Util.CollectionUtil.ForEach[T](IEnumerable`1 collection, Action`1 action)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffEntriesList(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, IList`1 entriesClean, IList`1 entriesChanged, Dictionary`2 keyIndices, List`1 script)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__2()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__1()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__0()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.WithKeyIndex(SettingsKeyInstance keyinstance, Dictionary`2 keyIndices, Action F, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList_Key(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, SettingsKeyInstance keyClean, SettingsKeyInstance keyChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_1.<DiffKeysList>b__3()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_0.<DiffKeysList>b__2(SettingsKeyInstance keyClean)
 at JetBrains.Util.CollectionUtil.ForEach[T](IEnumerable`1 collection, Action`1 action)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, IList`1 keysClean, IList`1 keysChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__3()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__1()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__0()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.WithKeyIndex(SettingsKeyInstance keyinstance, Dictionary`2 keyIndices, Action F, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList_Key(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, SettingsKeyInstance keyClean, SettingsKeyInstance keyChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_1.<DiffKeysList>b__3()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_0.<DiffKeysList>b__2(SettingsKeyInstance keyClean)
 at JetBrains.Util.CollectionUtil.ForEach[T](IEnumerable`1 collection, Action`1 action)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, IList`1 keysClean, IList`1 keysChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__3()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__1()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__0()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.WithKeyIndex(SettingsKeyInstance keyinstance, Dictionary`2 keyIndices, Action F, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList_Key(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, SettingsKeyInstance keyClean, SettingsKeyInstance keyChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_1.<DiffKeysList>b__3()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_0.<DiffKeysList>b__2(SettingsKeyInstance keyClean)
 at JetBrains.Util.CollectionUtil.ForEach[T](IEnumerable`1 collection, Action`1 action)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, IList`1 keysClean, IList`1 keysChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass3_0.<Emit2>b__0()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.Emit2(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, SettingsStoreChangeArgs snapshotClean, SettingsStoreChangeArgs snapshotChanged, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.Emit(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsModel.<RecalculatePendingChangesCountCore>b__5_1()
 at JetBrains.Util.Threading.SynchronizedLifetime.ExecuteIfNotTerminated[TResult](Func`1 λ)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsModel.<RecalculatePendingChangesCountCore>b__5_0()
 at JetBrains.Util.Threading.SynchronizedLifetime.ExecuteIfNotTerminated[TResult](Func`1 λ)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsModel.RecalculatePendingChangesCountCore()
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsModel.<>c__DisplayClass3_1.<.ctor>b__4()
 at JetBrains.Application.Threading.Tasks.FreeThreadedGroupingEvent.FireInternal()
 at JetBrains.Application.Threading.Tasks.FreeThreadedGroupingEvent.ScheduledFireAction()
 at JetBrains.Application.Threading.Tasks.TaskHost.AccessViolationCatcher(Action action)
 at JetBrains.Application.Threading.Tasks.TaskHost.<>c__DisplayClass33_0.<Create>b__1(Object state)
 at System.Threading.Tasks.Task.InnerInvoke()
 at System.Threading.Tasks.Task.Execute()
 at System.Threading.Tasks.Task.ExecutionContextCallback(Object obj)
 at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
 at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
 at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot)
 at System.Threading.Tasks.Task.ExecuteEntry(Boolean bPreventDoubleExecution)
 at System.Threading.Tasks.TaskScheduler.TryExecuteTask(Task task)
 at JetBrains.Application.Threading.Tasks.Scheduler.JetScheduler.ExecuteTask(Task task)
 at JetBrains.Application.Threading.Tasks.Scheduler.JetSchedulerThread.EnqueueNextTask()
 at JetBrains.Application.Threading.Tasks.Scheduler.JetSchedulerThread.ThreadPoolProc()
 at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
 at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
 at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
 at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
 at System.Threading.ThreadHelper.ThreadStart()



— Next Branch —

— EXCEPTION #016/102 [InvalidOperationException]
Message = “Component descriptor JetBrains.ReSharper.Feature.Services.Daemon.HighlightingSettingsManagerImpl [Singleton, Corrupted] is corrupted and cannot be accessed”
ExceptionPath = Root.InnerException.InnerException.Exceptions.#05.InnerException.InnerException
ClassName = System.InvalidOperationException
Data.SerializationOperation = Deserialization
Data.ValueSerializerType = TypeConverterToInvariantString
Data.SerializedValue = _003CConfigurableSeverity_0020Id_003D_0022ArgumentsStyleLiteral_0022_0020_002F_003E
Data.SerializedValueType = “System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089”
Data.DeserializedValueType = “JetBrains.ReSharper.Daemon.SolutionAnalysis.IIssueType, JetBrains.ReSharper.SolutionAnalysis, Version=112.0.0.0, Culture=neutral, PublicKeyToken=1010a0d8d6380325”
HResult = COR_E_INVALIDOPERATION=80131509
Source = JetBrains.Platform.ComponentModel
StackTraceString = “
 at JetBrains.Application.Components.SingletonDescriptor.GetValue()
 at JetBrains.Application.Components.SingletonDescriptor.GetValue()
 at JetBrains.Application.Components.ComponentContainerEx.GetComponent[TInterface](IComponentContainer container)
 at JetBrains.ReSharper.Daemon.SolutionAnalysis.IssueTypeConverter.<>c.<StringToIssueType>b__7_0(XmlElement element)
 at JetBrains.Util.Reflection.TypeConverterUtil.FromStringThruXml[T](String value, Func`2 fromXmlFunc)
 at JetBrains.ReSharper.Daemon.SolutionAnalysis.IssueTypeConverter.StringToIssueType(ITypeDescriptorContext arg1, CultureInfo arg2, String s)
 at JetBrains.Util.Reflection.TypeConverterBase`1.ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, Object value)
 at JetBrains.Reflection.StringConversion.ParseInvariantString(String value, Type type, ILogger logger)
 at JetBrains.Application.Settings.Implementation.SettingsEntryToSettingsStorageSerialization.CoreStorageSerialization.DeserializeStorageKey(SettingsStoreSerializerType serializerType, String valueSerialized, Type typeDeserialized, ILogger logger)
 at JetBrains.Application.Settings.Implementation.SettingsEntryToSettingsStorageSerialization.DeserializeStorageKeyToEntryIndex(SettingsIndexedEntry entry, String subkey, IExceptionThrowingLogger logger)


— Outer —

— EXCEPTION #017/102 [InvalidOperationException]
Message = “Entry CodeIssueFilter.IssueTypesToHide index could not be deserialized.”
ExceptionPath = Root.InnerException.InnerException.Exceptions.#05.InnerException
ClassName = System.InvalidOperationException
Data.EntryKey = CodeInspection/Highlighting/CodeIssueFilter/IssueTypesToHide
InnerException = “Exception #016 at Root.InnerException.InnerException.Exceptions.#05.InnerException.InnerException”
HResult = COR_E_INVALIDOPERATION=80131509

— Outer —

— EXCEPTION #018/102 [LoggerException]
Message = “Entry CodeIssueFilter.IssueTypesToHide index could not be deserialized.”
ExceptionPath = Root.InnerException.InnerException.Exceptions.#05
ClassName = JetBrains.Util.LoggerException
InnerException = “Exception #017 at Root.InnerException.InnerException.Exceptions.#05.InnerException”
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
 at JetBrains.Application.Settings.Implementation.SettingsEntryToSettingsStorageSerialization.DeserializeStorageKeyToEntryIndex(SettingsIndexedEntry entry, String subkey, IExceptionThrowingLogger logger)
 at JetBrains.Application.Settings.Implementation.SettingsEntryToSettingsStorageSerialization.DeserializeStorageKeyToEntryIndex(SettingsIndexedEntry entry, String subkey, IExceptionThrowingLogger logger)
 at JetBrains.Application.Settings.SettingsStoreChangeArgs.SettingsEntryInstance.TryGetIndexValue()
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass7_0.<DiffEntriesList>b__1(SettingsEntryInstance entryChanged)
 at JetBrains.Util.CollectionUtil.ForEach[T](IEnumerable`1 collection, Action`1 action)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffEntriesList(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, IList`1 entriesClean, IList`1 entriesChanged, Dictionary`2 keyIndices, List`1 script)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__2()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__1()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__0()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.WithKeyIndex(SettingsKeyInstance keyinstance, Dictionary`2 keyIndices, Action F, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList_Key(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, SettingsKeyInstance keyClean, SettingsKeyInstance keyChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_1.<DiffKeysList>b__3()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_0.<DiffKeysList>b__2(SettingsKeyInstance keyClean)
 at JetBrains.Util.CollectionUtil.ForEach[T](IEnumerable`1 collection, Action`1 action)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, IList`1 keysClean, IList`1 keysChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__3()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__1()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__0()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.WithKeyIndex(SettingsKeyInstance keyinstance, Dictionary`2 keyIndices, Action F, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList_Key(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, SettingsKeyInstance keyClean, SettingsKeyInstance keyChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_1.<DiffKeysList>b__3()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_0.<DiffKeysList>b__2(SettingsKeyInstance keyClean)
 at JetBrains.Util.CollectionUtil.ForEach[T](IEnumerable`1 collection, Action`1 action)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, IList`1 keysClean, IList`1 keysChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__3()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__1()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__0()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.WithKeyIndex(SettingsKeyInstance keyinstance, Dictionary`2 keyIndices, Action F, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList_Key(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, SettingsKeyInstance keyClean, SettingsKeyInstance keyChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_1.<DiffKeysList>b__3()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_0.<DiffKeysList>b__2(SettingsKeyInstance keyClean)
 at JetBrains.Util.CollectionUtil.ForEach[T](IEnumerable`1 collection, Action`1 action)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, IList`1 keysClean, IList`1 keysChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass3_0.<Emit2>b__0()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.Emit2(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, SettingsStoreChangeArgs snapshotClean, SettingsStoreChangeArgs snapshotChanged, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.Emit(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsModel.<RecalculatePendingChangesCountCore>b__5_1()
 at JetBrains.Util.Threading.SynchronizedLifetime.ExecuteIfNotTerminated[TResult](Func`1 λ)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsModel.<RecalculatePendingChangesCountCore>b__5_0()
 at JetBrains.Util.Threading.SynchronizedLifetime.ExecuteIfNotTerminated[TResult](Func`1 λ)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsModel.RecalculatePendingChangesCountCore()
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsModel.<>c__DisplayClass3_1.<.ctor>b__4()
 at JetBrains.Application.Threading.Tasks.FreeThreadedGroupingEvent.FireInternal()
 at JetBrains.Application.Threading.Tasks.FreeThreadedGroupingEvent.ScheduledFireAction()
 at JetBrains.Application.Threading.Tasks.TaskHost.AccessViolationCatcher(Action action)
 at JetBrains.Application.Threading.Tasks.TaskHost.<>c__DisplayClass33_0.<Create>b__1(Object state)
 at System.Threading.Tasks.Task.InnerInvoke()
 at System.Threading.Tasks.Task.Execute()
 at System.Threading.Tasks.Task.ExecutionContextCallback(Object obj)
 at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
 at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
 at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot)
 at System.Threading.Tasks.Task.ExecuteEntry(Boolean bPreventDoubleExecution)
 at System.Threading.Tasks.TaskScheduler.TryExecuteTask(Task task)
 at JetBrains.Application.Threading.Tasks.Scheduler.JetScheduler.ExecuteTask(Task task)
 at JetBrains.Application.Threading.Tasks.Scheduler.JetSchedulerThread.EnqueueNextTask()
 at JetBrains.Application.Threading.Tasks.Scheduler.JetSchedulerThread.ThreadPoolProc()
 at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
 at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
 at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
 at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
 at System.Threading.ThreadHelper.ThreadStart()



— Next Branch —

— EXCEPTION #019/102 [InvalidOperationException]
Message = “Component descriptor JetBrains.ReSharper.Feature.Services.Daemon.HighlightingSettingsManagerImpl [Singleton, Corrupted] is corrupted and cannot be accessed”
ExceptionPath = Root.InnerException.InnerException.Exceptions.#06.InnerException.InnerException
ClassName = System.InvalidOperationException
Data.SerializationOperation = Deserialization
Data.ValueSerializerType = TypeConverterToInvariantString
Data.SerializedValue = _003CConfigurableSeverity_0020Id_003D_0022ArgumentsStyleNamedExpression_0022_0020_002F_003E
Data.SerializedValueType = “System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089”
Data.DeserializedValueType = “JetBrains.ReSharper.Daemon.SolutionAnalysis.IIssueType, JetBrains.ReSharper.SolutionAnalysis, Version=112.0.0.0, Culture=neutral, PublicKeyToken=1010a0d8d6380325”
HResult = COR_E_INVALIDOPERATION=80131509
Source = JetBrains.Platform.ComponentModel
StackTraceString = “
 at JetBrains.Application.Components.SingletonDescriptor.GetValue()
 at JetBrains.Application.Components.SingletonDescriptor.GetValue()
 at JetBrains.Application.Components.ComponentContainerEx.GetComponent[TInterface](IComponentContainer container)
 at JetBrains.ReSharper.Daemon.SolutionAnalysis.IssueTypeConverter.<>c.<StringToIssueType>b__7_0(XmlElement element)
 at JetBrains.Util.Reflection.TypeConverterUtil.FromStringThruXml[T](String value, Func`2 fromXmlFunc)
 at JetBrains.ReSharper.Daemon.SolutionAnalysis.IssueTypeConverter.StringToIssueType(ITypeDescriptorContext arg1, CultureInfo arg2, String s)
 at JetBrains.Util.Reflection.TypeConverterBase`1.ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, Object value)
 at JetBrains.Reflection.StringConversion.ParseInvariantString(String value, Type type, ILogger logger)
 at JetBrains.Application.Settings.Implementation.SettingsEntryToSettingsStorageSerialization.CoreStorageSerialization.DeserializeStorageKey(SettingsStoreSerializerType serializerType, String valueSerialized, Type typeDeserialized, ILogger logger)
 at JetBrains.Application.Settings.Implementation.SettingsEntryToSettingsStorageSerialization.DeserializeStorageKeyToEntryIndex(SettingsIndexedEntry entry, String subkey, IExceptionThrowingLogger logger)


— Outer —

— EXCEPTION #020/102 [InvalidOperationException]
Message = “Entry CodeIssueFilter.IssueTypesToHide index could not be deserialized.”
ExceptionPath = Root.InnerException.InnerException.Exceptions.#06.InnerException
ClassName = System.InvalidOperationException
Data.EntryKey = CodeInspection/Highlighting/CodeIssueFilter/IssueTypesToHide
InnerException = “Exception #019 at Root.InnerException.InnerException.Exceptions.#06.InnerException.InnerException”
HResult = COR_E_INVALIDOPERATION=80131509

— Outer —

— EXCEPTION #021/102 [LoggerException]
Message = “Entry CodeIssueFilter.IssueTypesToHide index could not be deserialized.”
ExceptionPath = Root.InnerException.InnerException.Exceptions.#06
ClassName = JetBrains.Util.LoggerException
InnerException = “Exception #020 at Root.InnerException.InnerException.Exceptions.#06.InnerException”
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
 at JetBrains.Application.Settings.Implementation.SettingsEntryToSettingsStorageSerialization.DeserializeStorageKeyToEntryIndex(SettingsIndexedEntry entry, String subkey, IExceptionThrowingLogger logger)
 at JetBrains.Application.Settings.Implementation.SettingsEntryToSettingsStorageSerialization.DeserializeStorageKeyToEntryIndex(SettingsIndexedEntry entry, String subkey, IExceptionThrowingLogger logger)
 at JetBrains.Application.Settings.SettingsStoreChangeArgs.SettingsEntryInstance.TryGetIndexValue()
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass7_0.<DiffEntriesList>b__1(SettingsEntryInstance entryChanged)
 at JetBrains.Util.CollectionUtil.ForEach[T](IEnumerable`1 collection, Action`1 action)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffEntriesList(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, IList`1 entriesClean, IList`1 entriesChanged, Dictionary`2 keyIndices, List`1 script)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__2()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__1()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__0()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.WithKeyIndex(SettingsKeyInstance keyinstance, Dictionary`2 keyIndices, Action F, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList_Key(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, SettingsKeyInstance keyClean, SettingsKeyInstance keyChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_1.<DiffKeysList>b__3()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_0.<DiffKeysList>b__2(SettingsKeyInstance keyClean)
 at JetBrains.Util.CollectionUtil.ForEach[T](IEnumerable`1 collection, Action`1 action)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, IList`1 keysClean, IList`1 keysChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__3()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__1()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__0()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.WithKeyIndex(SettingsKeyInstance keyinstance, Dictionary`2 keyIndices, Action F, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList_Key(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, SettingsKeyInstance keyClean, SettingsKeyInstance keyChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_1.<DiffKeysList>b__3()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_0.<DiffKeysList>b__2(SettingsKeyInstance keyClean)
 at JetBrains.Util.CollectionUtil.ForEach[T](IEnumerable`1 collection, Action`1 action)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, IList`1 keysClean, IList`1 keysChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__3()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__1()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__0()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.WithKeyIndex(SettingsKeyInstance keyinstance, Dictionary`2 keyIndices, Action F, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList_Key(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, SettingsKeyInstance keyClean, SettingsKeyInstance keyChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_1.<DiffKeysList>b__3()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_0.<DiffKeysList>b__2(SettingsKeyInstance keyClean)
 at JetBrains.Util.CollectionUtil.ForEach[T](IEnumerable`1 collection, Action`1 action)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, IList`1 keysClean, IList`1 keysChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass3_0.<Emit2>b__0()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.Emit2(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, SettingsStoreChangeArgs snapshotClean, SettingsStoreChangeArgs snapshotChanged, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.Emit(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsModel.<RecalculatePendingChangesCountCore>b__5_1()
 at JetBrains.Util.Threading.SynchronizedLifetime.ExecuteIfNotTerminated[TResult](Func`1 λ)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsModel.<RecalculatePendingChangesCountCore>b__5_0()
 at JetBrains.Util.Threading.SynchronizedLifetime.ExecuteIfNotTerminated[TResult](Func`1 λ)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsModel.RecalculatePendingChangesCountCore()
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsModel.<>c__DisplayClass3_1.<.ctor>b__4()
 at JetBrains.Application.Threading.Tasks.FreeThreadedGroupingEvent.FireInternal()
 at JetBrains.Application.Threading.Tasks.FreeThreadedGroupingEvent.ScheduledFireAction()
 at JetBrains.Application.Threading.Tasks.TaskHost.AccessViolationCatcher(Action action)
 at JetBrains.Application.Threading.Tasks.TaskHost.<>c__DisplayClass33_0.<Create>b__1(Object state)
 at System.Threading.Tasks.Task.InnerInvoke()
 at System.Threading.Tasks.Task.Execute()
 at System.Threading.Tasks.Task.ExecutionContextCallback(Object obj)
 at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
 at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
 at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot)
 at System.Threading.Tasks.Task.ExecuteEntry(Boolean bPreventDoubleExecution)
 at System.Threading.Tasks.TaskScheduler.TryExecuteTask(Task task)
 at JetBrains.Application.Threading.Tasks.Scheduler.JetScheduler.ExecuteTask(Task task)
 at JetBrains.Application.Threading.Tasks.Scheduler.JetSchedulerThread.EnqueueNextTask()
 at JetBrains.Application.Threading.Tasks.Scheduler.JetSchedulerThread.ThreadPoolProc()
 at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
 at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
 at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
 at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
 at System.Threading.ThreadHelper.ThreadStart()



— Next Branch —

— EXCEPTION #022/102 [InvalidOperationException]
Message = “Component descriptor JetBrains.ReSharper.Feature.Services.Daemon.HighlightingSettingsManagerImpl [Singleton, Corrupted] is corrupted and cannot be accessed”
ExceptionPath = Root.InnerException.InnerException.Exceptions.#07.InnerException.InnerException
ClassName = System.InvalidOperationException
Data.SerializationOperation = Deserialization
Data.ValueSerializerType = TypeConverterToInvariantString
Data.SerializedValue = _003CConfigurableSeverity_0020Id_003D_0022ArgumentsStyleOther_0022_0020_002F_003E
Data.SerializedValueType = “System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089”
Data.DeserializedValueType = “JetBrains.ReSharper.Daemon.SolutionAnalysis.IIssueType, JetBrains.ReSharper.SolutionAnalysis, Version=112.0.0.0, Culture=neutral, PublicKeyToken=1010a0d8d6380325”
HResult = COR_E_INVALIDOPERATION=80131509
Source = JetBrains.Platform.ComponentModel
StackTraceString = “
 at JetBrains.Application.Components.SingletonDescriptor.GetValue()
 at JetBrains.Application.Components.SingletonDescriptor.GetValue()
 at JetBrains.Application.Components.ComponentContainerEx.GetComponent[TInterface](IComponentContainer container)
 at JetBrains.ReSharper.Daemon.SolutionAnalysis.IssueTypeConverter.<>c.<StringToIssueType>b__7_0(XmlElement element)
 at JetBrains.Util.Reflection.TypeConverterUtil.FromStringThruXml[T](String value, Func`2 fromXmlFunc)
 at JetBrains.ReSharper.Daemon.SolutionAnalysis.IssueTypeConverter.StringToIssueType(ITypeDescriptorContext arg1, CultureInfo arg2, String s)
 at JetBrains.Util.Reflection.TypeConverterBase`1.ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, Object value)
 at JetBrains.Reflection.StringConversion.ParseInvariantString(String value, Type type, ILogger logger)
 at JetBrains.Application.Settings.Implementation.SettingsEntryToSettingsStorageSerialization.CoreStorageSerialization.DeserializeStorageKey(SettingsStoreSerializerType serializerType, String valueSerialized, Type typeDeserialized, ILogger logger)
 at JetBrains.Application.Settings.Implementation.SettingsEntryToSettingsStorageSerialization.DeserializeStorageKeyToEntryIndex(SettingsIndexedEntry entry, String subkey, IExceptionThrowingLogger logger)


— Outer —

— EXCEPTION #023/102 [InvalidOperationException]
Message = “Entry CodeIssueFilter.IssueTypesToHide index could not be deserialized.”
ExceptionPath = Root.InnerException.InnerException.Exceptions.#07.InnerException
ClassName = System.InvalidOperationException
Data.EntryKey = CodeInspection/Highlighting/CodeIssueFilter/IssueTypesToHide
InnerException = “Exception #022 at Root.InnerException.InnerException.Exceptions.#07.InnerException.InnerException”
HResult = COR_E_INVALIDOPERATION=80131509

— Outer —

— EXCEPTION #024/102 [LoggerException]
Message = “Entry CodeIssueFilter.IssueTypesToHide index could not be deserialized.”
ExceptionPath = Root.InnerException.InnerException.Exceptions.#07
ClassName = JetBrains.Util.LoggerException
InnerException = “Exception #023 at Root.InnerException.InnerException.Exceptions.#07.InnerException”
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
 at JetBrains.Application.Settings.Implementation.SettingsEntryToSettingsStorageSerialization.DeserializeStorageKeyToEntryIndex(SettingsIndexedEntry entry, String subkey, IExceptionThrowingLogger logger)
 at JetBrains.Application.Settings.Implementation.SettingsEntryToSettingsStorageSerialization.DeserializeStorageKeyToEntryIndex(SettingsIndexedEntry entry, String subkey, IExceptionThrowingLogger logger)
 at JetBrains.Application.Settings.SettingsStoreChangeArgs.SettingsEntryInstance.TryGetIndexValue()
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass7_0.<DiffEntriesList>b__1(SettingsEntryInstance entryChanged)
 at JetBrains.Util.CollectionUtil.ForEach[T](IEnumerable`1 collection, Action`1 action)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffEntriesList(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, IList`1 entriesClean, IList`1 entriesChanged, Dictionary`2 keyIndices, List`1 script)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__2()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__1()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__0()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.WithKeyIndex(SettingsKeyInstance keyinstance, Dictionary`2 keyIndices, Action F, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList_Key(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, SettingsKeyInstance keyClean, SettingsKeyInstance keyChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_1.<DiffKeysList>b__3()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_0.<DiffKeysList>b__2(SettingsKeyInstance keyClean)
 at JetBrains.Util.CollectionUtil.ForEach[T](IEnumerable`1 collection, Action`1 action)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, IList`1 keysClean, IList`1 keysChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__3()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__1()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__0()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.WithKeyIndex(SettingsKeyInstance keyinstance, Dictionary`2 keyIndices, Action F, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList_Key(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, SettingsKeyInstance keyClean, SettingsKeyInstance keyChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_1.<DiffKeysList>b__3()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_0.<DiffKeysList>b__2(SettingsKeyInstance keyClean)
 at JetBrains.Util.CollectionUtil.ForEach[T](IEnumerable`1 collection, Action`1 action)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, IList`1 keysClean, IList`1 keysChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__3()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__1()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__0()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.WithKeyIndex(SettingsKeyInstance keyinstance, Dictionary`2 keyIndices, Action F, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList_Key(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, SettingsKeyInstance keyClean, SettingsKeyInstance keyChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_1.<DiffKeysList>b__3()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_0.<DiffKeysList>b__2(SettingsKeyInstance keyClean)
 at JetBrains.Util.CollectionUtil.ForEach[T](IEnumerable`1 collection, Action`1 action)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, IList`1 keysClean, IList`1 keysChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass3_0.<Emit2>b__0()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.Emit2(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, SettingsStoreChangeArgs snapshotClean, SettingsStoreChangeArgs snapshotChanged, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.Emit(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsModel.<RecalculatePendingChangesCountCore>b__5_1()
 at JetBrains.Util.Threading.SynchronizedLifetime.ExecuteIfNotTerminated[TResult](Func`1 λ)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsModel.<RecalculatePendingChangesCountCore>b__5_0()
 at JetBrains.Util.Threading.SynchronizedLifetime.ExecuteIfNotTerminated[TResult](Func`1 λ)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsModel.RecalculatePendingChangesCountCore()
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsModel.<>c__DisplayClass3_1.<.ctor>b__4()
 at JetBrains.Application.Threading.Tasks.FreeThreadedGroupingEvent.FireInternal()
 at JetBrains.Application.Threading.Tasks.FreeThreadedGroupingEvent.ScheduledFireAction()
 at JetBrains.Application.Threading.Tasks.TaskHost.AccessViolationCatcher(Action action)
 at JetBrains.Application.Threading.Tasks.TaskHost.<>c__DisplayClass33_0.<Create>b__1(Object state)
 at System.Threading.Tasks.Task.InnerInvoke()
 at System.Threading.Tasks.Task.Execute()
 at System.Threading.Tasks.Task.ExecutionContextCallback(Object obj)
 at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
 at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
 at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot)
 at System.Threading.Tasks.Task.ExecuteEntry(Boolean bPreventDoubleExecution)
 at System.Threading.Tasks.TaskScheduler.TryExecuteTask(Task task)
 at JetBrains.Application.Threading.Tasks.Scheduler.JetScheduler.ExecuteTask(Task task)
 at JetBrains.Application.Threading.Tasks.Scheduler.JetSchedulerThread.EnqueueNextTask()
 at JetBrains.Application.Threading.Tasks.Scheduler.JetSchedulerThread.ThreadPoolProc()
 at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
 at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
 at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
 at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
 at System.Threading.ThreadHelper.ThreadStart()



— Next Branch —

— EXCEPTION #025/102 [InvalidOperationException]
Message = “Component descriptor JetBrains.ReSharper.Feature.Services.Daemon.HighlightingSettingsManagerImpl [Singleton, Corrupted] is corrupted and cannot be accessed”
ExceptionPath = Root.InnerException.InnerException.Exceptions.#08.InnerException.InnerException
ClassName = System.InvalidOperationException
Data.SerializationOperation = Deserialization
Data.ValueSerializerType = TypeConverterToInvariantString
Data.SerializedValue = _003CConfigurableSeverity_0020Id_003D_0022ArgumentsStyleStringLiteral_0022_0020_002F_003E
Data.SerializedValueType = “System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089”
Data.DeserializedValueType = “JetBrains.ReSharper.Daemon.SolutionAnalysis.IIssueType, JetBrains.ReSharper.SolutionAnalysis, Version=112.0.0.0, Culture=neutral, PublicKeyToken=1010a0d8d6380325”
HResult = COR_E_INVALIDOPERATION=80131509
Source = JetBrains.Platform.ComponentModel
StackTraceString = “
 at JetBrains.Application.Components.SingletonDescriptor.GetValue()
 at JetBrains.Application.Components.SingletonDescriptor.GetValue()
 at JetBrains.Application.Components.ComponentContainerEx.GetComponent[TInterface](IComponentContainer container)
 at JetBrains.ReSharper.Daemon.SolutionAnalysis.IssueTypeConverter.<>c.<StringToIssueType>b__7_0(XmlElement element)
 at JetBrains.Util.Reflection.TypeConverterUtil.FromStringThruXml[T](String value, Func`2 fromXmlFunc)
 at JetBrains.ReSharper.Daemon.SolutionAnalysis.IssueTypeConverter.StringToIssueType(ITypeDescriptorContext arg1, CultureInfo arg2, String s)
 at JetBrains.Util.Reflection.TypeConverterBase`1.ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, Object value)
 at JetBrains.Reflection.StringConversion.ParseInvariantString(String value, Type type, ILogger logger)
 at JetBrains.Application.Settings.Implementation.SettingsEntryToSettingsStorageSerialization.CoreStorageSerialization.DeserializeStorageKey(SettingsStoreSerializerType serializerType, String valueSerialized, Type typeDeserialized, ILogger logger)
 at JetBrains.Application.Settings.Implementation.SettingsEntryToSettingsStorageSerialization.DeserializeStorageKeyToEntryIndex(SettingsIndexedEntry entry, String subkey, IExceptionThrowingLogger logger)


— Outer —

— EXCEPTION #026/102 [InvalidOperationException]
Message = “Entry CodeIssueFilter.IssueTypesToHide index could not be deserialized.”
ExceptionPath = Root.InnerException.InnerException.Exceptions.#08.InnerException
ClassName = System.InvalidOperationException
Data.EntryKey = CodeInspection/Highlighting/CodeIssueFilter/IssueTypesToHide
InnerException = “Exception #025 at Root.InnerException.InnerException.Exceptions.#08.InnerException.InnerException”
HResult = COR_E_INVALIDOPERATION=80131509

— Outer —

— EXCEPTION #027/102 [LoggerException]
Message = “Entry CodeIssueFilter.IssueTypesToHide index could not be deserialized.”
ExceptionPath = Root.InnerException.InnerException.Exceptions.#08
ClassName = JetBrains.Util.LoggerException
InnerException = “Exception #026 at Root.InnerException.InnerException.Exceptions.#08.InnerException”
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
 at JetBrains.Application.Settings.Implementation.SettingsEntryToSettingsStorageSerialization.DeserializeStorageKeyToEntryIndex(SettingsIndexedEntry entry, String subkey, IExceptionThrowingLogger logger)
 at JetBrains.Application.Settings.Implementation.SettingsEntryToSettingsStorageSerialization.DeserializeStorageKeyToEntryIndex(SettingsIndexedEntry entry, String subkey, IExceptionThrowingLogger logger)
 at JetBrains.Application.Settings.SettingsStoreChangeArgs.SettingsEntryInstance.TryGetIndexValue()
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass7_0.<DiffEntriesList>b__1(SettingsEntryInstance entryChanged)
 at JetBrains.Util.CollectionUtil.ForEach[T](IEnumerable`1 collection, Action`1 action)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffEntriesList(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, IList`1 entriesClean, IList`1 entriesChanged, Dictionary`2 keyIndices, List`1 script)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__2()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__1()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__0()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.WithKeyIndex(SettingsKeyInstance keyinstance, Dictionary`2 keyIndices, Action F, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList_Key(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, SettingsKeyInstance keyClean, SettingsKeyInstance keyChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_1.<DiffKeysList>b__3()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_0.<DiffKeysList>b__2(SettingsKeyInstance keyClean)
 at JetBrains.Util.CollectionUtil.ForEach[T](IEnumerable`1 collection, Action`1 action)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, IList`1 keysClean, IList`1 keysChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__3()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__1()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__0()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.WithKeyIndex(SettingsKeyInstance keyinstance, Dictionary`2 keyIndices, Action F, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList_Key(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, SettingsKeyInstance keyClean, SettingsKeyInstance keyChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_1.<DiffKeysList>b__3()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_0.<DiffKeysList>b__2(SettingsKeyInstance keyClean)
 at JetBrains.Util.CollectionUtil.ForEach[T](IEnumerable`1 collection, Action`1 action)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, IList`1 keysClean, IList`1 keysChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__3()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__1()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__0()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.WithKeyIndex(SettingsKeyInstance keyinstance, Dictionary`2 keyIndices, Action F, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList_Key(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, SettingsKeyInstance keyClean, SettingsKeyInstance keyChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_1.<DiffKeysList>b__3()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_0.<DiffKeysList>b__2(SettingsKeyInstance keyClean)
 at JetBrains.Util.CollectionUtil.ForEach[T](IEnumerable`1 collection, Action`1 action)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, IList`1 keysClean, IList`1 keysChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass3_0.<Emit2>b__0()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.Emit2(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, SettingsStoreChangeArgs snapshotClean, SettingsStoreChangeArgs snapshotChanged, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.Emit(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsModel.<RecalculatePendingChangesCountCore>b__5_1()
 at JetBrains.Util.Threading.SynchronizedLifetime.ExecuteIfNotTerminated[TResult](Func`1 λ)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsModel.<RecalculatePendingChangesCountCore>b__5_0()
 at JetBrains.Util.Threading.SynchronizedLifetime.ExecuteIfNotTerminated[TResult](Func`1 λ)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsModel.RecalculatePendingChangesCountCore()
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsModel.<>c__DisplayClass3_1.<.ctor>b__4()
 at JetBrains.Application.Threading.Tasks.FreeThreadedGroupingEvent.FireInternal()
 at JetBrains.Application.Threading.Tasks.FreeThreadedGroupingEvent.ScheduledFireAction()
 at JetBrains.Application.Threading.Tasks.TaskHost.AccessViolationCatcher(Action action)
 at JetBrains.Application.Threading.Tasks.TaskHost.<>c__DisplayClass33_0.<Create>b__1(Object state)
 at System.Threading.Tasks.Task.InnerInvoke()
 at System.Threading.Tasks.Task.Execute()
 at System.Threading.Tasks.Task.ExecutionContextCallback(Object obj)
 at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
 at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
 at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot)
 at System.Threading.Tasks.Task.ExecuteEntry(Boolean bPreventDoubleExecution)
 at System.Threading.Tasks.TaskScheduler.TryExecuteTask(Task task)
 at JetBrains.Application.Threading.Tasks.Scheduler.JetScheduler.ExecuteTask(Task task)
 at JetBrains.Application.Threading.Tasks.Scheduler.JetSchedulerThread.EnqueueNextTask()
 at JetBrains.Application.Threading.Tasks.Scheduler.JetSchedulerThread.ThreadPoolProc()
 at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
 at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
 at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
 at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
 at System.Threading.ThreadHelper.ThreadStart()



— Next Branch —

— EXCEPTION #028/102 [InvalidOperationException]
Message = “Component descriptor JetBrains.ReSharper.Feature.Services.Daemon.HighlightingSettingsManagerImpl [Singleton, Corrupted] is corrupted and cannot be accessed”
ExceptionPath = Root.InnerException.InnerException.Exceptions.#09.InnerException.InnerException
ClassName = System.InvalidOperationException
Data.SerializationOperation = Deserialization
Data.ValueSerializerType = TypeConverterToInvariantString
Data.SerializedValue = _003CConfigurableSeverity_0020Id_003D_0022ArrangeAccessorOwnerBody_0022_0020_002F_003E
Data.SerializedValueType = “System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089”
Data.DeserializedValueType = “JetBrains.ReSharper.Daemon.SolutionAnalysis.IIssueType, JetBrains.ReSharper.SolutionAnalysis, Version=112.0.0.0, Culture=neutral, PublicKeyToken=1010a0d8d6380325”
HResult = COR_E_INVALIDOPERATION=80131509
Source = JetBrains.Platform.ComponentModel
StackTraceString = “
 at JetBrains.Application.Components.SingletonDescriptor.GetValue()
 at JetBrains.Application.Components.SingletonDescriptor.GetValue()
 at JetBrains.Application.Components.ComponentContainerEx.GetComponent[TInterface](IComponentContainer container)
 at JetBrains.ReSharper.Daemon.SolutionAnalysis.IssueTypeConverter.<>c.<StringToIssueType>b__7_0(XmlElement element)
 at JetBrains.Util.Reflection.TypeConverterUtil.FromStringThruXml[T](String value, Func`2 fromXmlFunc)
 at JetBrains.ReSharper.Daemon.SolutionAnalysis.IssueTypeConverter.StringToIssueType(ITypeDescriptorContext arg1, CultureInfo arg2, String s)
 at JetBrains.Util.Reflection.TypeConverterBase`1.ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, Object value)
 at JetBrains.Reflection.StringConversion.ParseInvariantString(String value, Type type, ILogger logger)
 at JetBrains.Application.Settings.Implementation.SettingsEntryToSettingsStorageSerialization.CoreStorageSerialization.DeserializeStorageKey(SettingsStoreSerializerType serializerType, String valueSerialized, Type typeDeserialized, ILogger logger)
 at JetBrains.Application.Settings.Implementation.SettingsEntryToSettingsStorageSerialization.DeserializeStorageKeyToEntryIndex(SettingsIndexedEntry entry, String subkey, IExceptionThrowingLogger logger)


— Outer —

— EXCEPTION #029/102 [InvalidOperationException]
Message = “Entry CodeIssueFilter.IssueTypesToHide index could not be deserialized.”
ExceptionPath = Root.InnerException.InnerException.Exceptions.#09.InnerException
ClassName = System.InvalidOperationException
Data.EntryKey = CodeInspection/Highlighting/CodeIssueFilter/IssueTypesToHide
InnerException = “Exception #028 at Root.InnerException.InnerException.Exceptions.#09.InnerException.InnerException”
HResult = COR_E_INVALIDOPERATION=80131509

— Outer —

— EXCEPTION #030/102 [LoggerException]
Message = “Entry CodeIssueFilter.IssueTypesToHide index could not be deserialized.”
ExceptionPath = Root.InnerException.InnerException.Exceptions.#09
ClassName = JetBrains.Util.LoggerException
InnerException = “Exception #029 at Root.InnerException.InnerException.Exceptions.#09.InnerException”
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
 at JetBrains.Application.Settings.Implementation.SettingsEntryToSettingsStorageSerialization.DeserializeStorageKeyToEntryIndex(SettingsIndexedEntry entry, String subkey, IExceptionThrowingLogger logger)
 at JetBrains.Application.Settings.Implementation.SettingsEntryToSettingsStorageSerialization.DeserializeStorageKeyToEntryIndex(SettingsIndexedEntry entry, String subkey, IExceptionThrowingLogger logger)
 at JetBrains.Application.Settings.SettingsStoreChangeArgs.SettingsEntryInstance.TryGetIndexValue()
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass7_0.<DiffEntriesList>b__1(SettingsEntryInstance entryChanged)
 at JetBrains.Util.CollectionUtil.ForEach[T](IEnumerable`1 collection, Action`1 action)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffEntriesList(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, IList`1 entriesClean, IList`1 entriesChanged, Dictionary`2 keyIndices, List`1 script)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__2()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__1()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__0()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.WithKeyIndex(SettingsKeyInstance keyinstance, Dictionary`2 keyIndices, Action F, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList_Key(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, SettingsKeyInstance keyClean, SettingsKeyInstance keyChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_1.<DiffKeysList>b__3()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_0.<DiffKeysList>b__2(SettingsKeyInstance keyClean)
 at JetBrains.Util.CollectionUtil.ForEach[T](IEnumerable`1 collection, Action`1 action)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, IList`1 keysClean, IList`1 keysChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__3()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__1()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__0()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.WithKeyIndex(SettingsKeyInstance keyinstance, Dictionary`2 keyIndices, Action F, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList_Key(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, SettingsKeyInstance keyClean, SettingsKeyInstance keyChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_1.<DiffKeysList>b__3()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_0.<DiffKeysList>b__2(SettingsKeyInstance keyClean)
 at JetBrains.Util.CollectionUtil.ForEach[T](IEnumerable`1 collection, Action`1 action)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, IList`1 keysClean, IList`1 keysChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__3()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__1()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__0()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.WithKeyIndex(SettingsKeyInstance keyinstance, Dictionary`2 keyIndices, Action F, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList_Key(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, SettingsKeyInstance keyClean, SettingsKeyInstance keyChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_1.<DiffKeysList>b__3()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_0.<DiffKeysList>b__2(SettingsKeyInstance keyClean)
 at JetBrains.Util.CollectionUtil.ForEach[T](IEnumerable`1 collection, Action`1 action)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, IList`1 keysClean, IList`1 keysChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass3_0.<Emit2>b__0()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.Emit2(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, SettingsStoreChangeArgs snapshotClean, SettingsStoreChangeArgs snapshotChanged, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.Emit(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsModel.<RecalculatePendingChangesCountCore>b__5_1()
 at JetBrains.Util.Threading.SynchronizedLifetime.ExecuteIfNotTerminated[TResult](Func`1 λ)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsModel.<RecalculatePendingChangesCountCore>b__5_0()
 at JetBrains.Util.Threading.SynchronizedLifetime.ExecuteIfNotTerminated[TResult](Func`1 λ)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsModel.RecalculatePendingChangesCountCore()
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsModel.<>c__DisplayClass3_1.<.ctor>b__4()
 at JetBrains.Application.Threading.Tasks.FreeThreadedGroupingEvent.FireInternal()
 at JetBrains.Application.Threading.Tasks.FreeThreadedGroupingEvent.ScheduledFireAction()
 at JetBrains.Application.Threading.Tasks.TaskHost.AccessViolationCatcher(Action action)
 at JetBrains.Application.Threading.Tasks.TaskHost.<>c__DisplayClass33_0.<Create>b__1(Object state)
 at System.Threading.Tasks.Task.InnerInvoke()
 at System.Threading.Tasks.Task.Execute()
 at System.Threading.Tasks.Task.ExecutionContextCallback(Object obj)
 at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
 at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
 at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot)
 at System.Threading.Tasks.Task.ExecuteEntry(Boolean bPreventDoubleExecution)
 at System.Threading.Tasks.TaskScheduler.TryExecuteTask(Task task)
 at JetBrains.Application.Threading.Tasks.Scheduler.JetScheduler.ExecuteTask(Task task)
 at JetBrains.Application.Threading.Tasks.Scheduler.JetSchedulerThread.EnqueueNextTask()
 at JetBrains.Application.Threading.Tasks.Scheduler.JetSchedulerThread.ThreadPoolProc()
 at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
 at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
 at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
 at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
 at System.Threading.ThreadHelper.ThreadStart()



— Next Branch —

— EXCEPTION #031/102 [InvalidOperationException]
Message = “Component descriptor JetBrains.ReSharper.Feature.Services.Daemon.HighlightingSettingsManagerImpl [Singleton, Corrupted] is corrupted and cannot be accessed”
ExceptionPath = Root.InnerException.InnerException.Exceptions.#10.InnerException.InnerException
ClassName = System.InvalidOperationException
Data.SerializationOperation = Deserialization
Data.ValueSerializerType = TypeConverterToInvariantString
Data.SerializedValue = _003CConfigurableSeverity_0020Id_003D_0022ArrangeAttributes_0022_0020_002F_003E
Data.SerializedValueType = “System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089”
Data.DeserializedValueType = “JetBrains.ReSharper.Daemon.SolutionAnalysis.IIssueType, JetBrains.ReSharper.SolutionAnalysis, Version=112.0.0.0, Culture=neutral, PublicKeyToken=1010a0d8d6380325”
HResult = COR_E_INVALIDOPERATION=80131509
Source = JetBrains.Platform.ComponentModel
StackTraceString = “
 at JetBrains.Application.Components.SingletonDescriptor.GetValue()
 at JetBrains.Application.Components.SingletonDescriptor.GetValue()
 at JetBrains.Application.Components.ComponentContainerEx.GetComponent[TInterface](IComponentContainer container)
 at JetBrains.ReSharper.Daemon.SolutionAnalysis.IssueTypeConverter.<>c.<StringToIssueType>b__7_0(XmlElement element)
 at JetBrains.Util.Reflection.TypeConverterUtil.FromStringThruXml[T](String value, Func`2 fromXmlFunc)
 at JetBrains.ReSharper.Daemon.SolutionAnalysis.IssueTypeConverter.StringToIssueType(ITypeDescriptorContext arg1, CultureInfo arg2, String s)
 at JetBrains.Util.Reflection.TypeConverterBase`1.ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, Object value)
 at JetBrains.Reflection.StringConversion.ParseInvariantString(String value, Type type, ILogger logger)
 at JetBrains.Application.Settings.Implementation.SettingsEntryToSettingsStorageSerialization.CoreStorageSerialization.DeserializeStorageKey(SettingsStoreSerializerType serializerType, String valueSerialized, Type typeDeserialized, ILogger logger)
 at JetBrains.Application.Settings.Implementation.SettingsEntryToSettingsStorageSerialization.DeserializeStorageKeyToEntryIndex(SettingsIndexedEntry entry, String subkey, IExceptionThrowingLogger logger)


— Outer —

— EXCEPTION #032/102 [InvalidOperationException]
Message = “Entry CodeIssueFilter.IssueTypesToHide index could not be deserialized.”
ExceptionPath = Root.InnerException.InnerException.Exceptions.#10.InnerException
ClassName = System.InvalidOperationException
Data.EntryKey = CodeInspection/Highlighting/CodeIssueFilter/IssueTypesToHide
InnerException = “Exception #031 at Root.InnerException.InnerException.Exceptions.#10.InnerException.InnerException”
HResult = COR_E_INVALIDOPERATION=80131509

— Outer —

— EXCEPTION #033/102 [LoggerException]
Message = “Entry CodeIssueFilter.IssueTypesToHide index could not be deserialized.”
ExceptionPath = Root.InnerException.InnerException.Exceptions.#10
ClassName = JetBrains.Util.LoggerException
InnerException = “Exception #032 at Root.InnerException.InnerException.Exceptions.#10.InnerException”
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
 at JetBrains.Application.Settings.Implementation.SettingsEntryToSettingsStorageSerialization.DeserializeStorageKeyToEntryIndex(SettingsIndexedEntry entry, String subkey, IExceptionThrowingLogger logger)
 at JetBrains.Application.Settings.Implementation.SettingsEntryToSettingsStorageSerialization.DeserializeStorageKeyToEntryIndex(SettingsIndexedEntry entry, String subkey, IExceptionThrowingLogger logger)
 at JetBrains.Application.Settings.SettingsStoreChangeArgs.SettingsEntryInstance.TryGetIndexValue()
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass7_0.<DiffEntriesList>b__1(SettingsEntryInstance entryChanged)
 at JetBrains.Util.CollectionUtil.ForEach[T](IEnumerable`1 collection, Action`1 action)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffEntriesList(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, IList`1 entriesClean, IList`1 entriesChanged, Dictionary`2 keyIndices, List`1 script)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__2()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__1()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__0()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.WithKeyIndex(SettingsKeyInstance keyinstance, Dictionary`2 keyIndices, Action F, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList_Key(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, SettingsKeyInstance keyClean, SettingsKeyInstance keyChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_1.<DiffKeysList>b__3()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_0.<DiffKeysList>b__2(SettingsKeyInstance keyClean)
 at JetBrains.Util.CollectionUtil.ForEach[T](IEnumerable`1 collection, Action`1 action)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, IList`1 keysClean, IList`1 keysChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__3()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__1()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__0()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.WithKeyIndex(SettingsKeyInstance keyinstance, Dictionary`2 keyIndices, Action F, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList_Key(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, SettingsKeyInstance keyClean, SettingsKeyInstance keyChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_1.<DiffKeysList>b__3()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_0.<DiffKeysList>b__2(SettingsKeyInstance keyClean)
 at JetBrains.Util.CollectionUtil.ForEach[T](IEnumerable`1 collection, Action`1 action)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, IList`1 keysClean, IList`1 keysChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__3()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__1()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__0()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.WithKeyIndex(SettingsKeyInstance keyinstance, Dictionary`2 keyIndices, Action F, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList_Key(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, SettingsKeyInstance keyClean, SettingsKeyInstance keyChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_1.<DiffKeysList>b__3()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_0.<DiffKeysList>b__2(SettingsKeyInstance keyClean)
 at JetBrains.Util.CollectionUtil.ForEach[T](IEnumerable`1 collection, Action`1 action)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, IList`1 keysClean, IList`1 keysChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass3_0.<Emit2>b__0()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.Emit2(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, SettingsStoreChangeArgs snapshotClean, SettingsStoreChangeArgs snapshotChanged, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.Emit(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsModel.<RecalculatePendingChangesCountCore>b__5_1()
 at JetBrains.Util.Threading.SynchronizedLifetime.ExecuteIfNotTerminated[TResult](Func`1 λ)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsModel.<RecalculatePendingChangesCountCore>b__5_0()
 at JetBrains.Util.Threading.SynchronizedLifetime.ExecuteIfNotTerminated[TResult](Func`1 λ)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsModel.RecalculatePendingChangesCountCore()
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsModel.<>c__DisplayClass3_1.<.ctor>b__4()
 at JetBrains.Application.Threading.Tasks.FreeThreadedGroupingEvent.FireInternal()
 at JetBrains.Application.Threading.Tasks.FreeThreadedGroupingEvent.ScheduledFireAction()
 at JetBrains.Application.Threading.Tasks.TaskHost.AccessViolationCatcher(Action action)
 at JetBrains.Application.Threading.Tasks.TaskHost.<>c__DisplayClass33_0.<Create>b__1(Object state)
 at System.Threading.Tasks.Task.InnerInvoke()
 at System.Threading.Tasks.Task.Execute()
 at System.Threading.Tasks.Task.ExecutionContextCallback(Object obj)
 at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
 at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
 at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot)
 at System.Threading.Tasks.Task.ExecuteEntry(Boolean bPreventDoubleExecution)
 at System.Threading.Tasks.TaskScheduler.TryExecuteTask(Task task)
 at JetBrains.Application.Threading.Tasks.Scheduler.JetScheduler.ExecuteTask(Task task)
 at JetBrains.Application.Threading.Tasks.Scheduler.JetSchedulerThread.EnqueueNextTask()
 at JetBrains.Application.Threading.Tasks.Scheduler.JetSchedulerThread.ThreadPoolProc()
 at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
 at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
 at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
 at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
 at System.Threading.ThreadHelper.ThreadStart()



— Next Branch —

— EXCEPTION #034/102 [InvalidOperationException]
Message = “Component descriptor JetBrains.ReSharper.Feature.Services.Daemon.HighlightingSettingsManagerImpl [Singleton, Corrupted] is corrupted and cannot be accessed”
ExceptionPath = Root.InnerException.InnerException.Exceptions.#11.InnerException.InnerException
ClassName = System.InvalidOperationException
Data.SerializationOperation = Deserialization
Data.ValueSerializerType = TypeConverterToInvariantString
Data.SerializedValue = _003CConfigurableSeverity_0020Id_003D_0022ArrangeConstructorOrDestructorBody_0022_0020_002F_003E
Data.SerializedValueType = “System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089”
Data.DeserializedValueType = “JetBrains.ReSharper.Daemon.SolutionAnalysis.IIssueType, JetBrains.ReSharper.SolutionAnalysis, Version=112.0.0.0, Culture=neutral, PublicKeyToken=1010a0d8d6380325”
HResult = COR_E_INVALIDOPERATION=80131509
Source = JetBrains.Platform.ComponentModel
StackTraceString = “
 at JetBrains.Application.Components.SingletonDescriptor.GetValue()
 at JetBrains.Application.Components.SingletonDescriptor.GetValue()
 at JetBrains.Application.Components.ComponentContainerEx.GetComponent[TInterface](IComponentContainer container)
 at JetBrains.ReSharper.Daemon.SolutionAnalysis.IssueTypeConverter.<>c.<StringToIssueType>b__7_0(XmlElement element)
 at JetBrains.Util.Reflection.TypeConverterUtil.FromStringThruXml[T](String value, Func`2 fromXmlFunc)
 at JetBrains.ReSharper.Daemon.SolutionAnalysis.IssueTypeConverter.StringToIssueType(ITypeDescriptorContext arg1, CultureInfo arg2, String s)
 at JetBrains.Util.Reflection.TypeConverterBase`1.ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, Object value)
 at JetBrains.Reflection.StringConversion.ParseInvariantString(String value, Type type, ILogger logger)
 at JetBrains.Application.Settings.Implementation.SettingsEntryToSettingsStorageSerialization.CoreStorageSerialization.DeserializeStorageKey(SettingsStoreSerializerType serializerType, String valueSerialized, Type typeDeserialized, ILogger logger)
 at JetBrains.Application.Settings.Implementation.SettingsEntryToSettingsStorageSerialization.DeserializeStorageKeyToEntryIndex(SettingsIndexedEntry entry, String subkey, IExceptionThrowingLogger logger)


— Outer —

— EXCEPTION #035/102 [InvalidOperationException]
Message = “Entry CodeIssueFilter.IssueTypesToHide index could not be deserialized.”
ExceptionPath = Root.InnerException.InnerException.Exceptions.#11.InnerException
ClassName = System.InvalidOperationException
Data.EntryKey = CodeInspection/Highlighting/CodeIssueFilter/IssueTypesToHide
InnerException = “Exception #034 at Root.InnerException.InnerException.Exceptions.#11.InnerException.InnerException”
HResult = COR_E_INVALIDOPERATION=80131509

— Outer —

— EXCEPTION #036/102 [LoggerException]
Message = “Entry CodeIssueFilter.IssueTypesToHide index could not be deserialized.”
ExceptionPath = Root.InnerException.InnerException.Exceptions.#11
ClassName = JetBrains.Util.LoggerException
InnerException = “Exception #035 at Root.InnerException.InnerException.Exceptions.#11.InnerException”
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
 at JetBrains.Application.Settings.Implementation.SettingsEntryToSettingsStorageSerialization.DeserializeStorageKeyToEntryIndex(SettingsIndexedEntry entry, String subkey, IExceptionThrowingLogger logger)
 at JetBrains.Application.Settings.Implementation.SettingsEntryToSettingsStorageSerialization.DeserializeStorageKeyToEntryIndex(SettingsIndexedEntry entry, String subkey, IExceptionThrowingLogger logger)
 at JetBrains.Application.Settings.SettingsStoreChangeArgs.SettingsEntryInstance.TryGetIndexValue()
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass7_0.<DiffEntriesList>b__1(SettingsEntryInstance entryChanged)
 at JetBrains.Util.CollectionUtil.ForEach[T](IEnumerable`1 collection, Action`1 action)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffEntriesList(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, IList`1 entriesClean, IList`1 entriesChanged, Dictionary`2 keyIndices, List`1 script)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__2()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__1()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__0()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.WithKeyIndex(SettingsKeyInstance keyinstance, Dictionary`2 keyIndices, Action F, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList_Key(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, SettingsKeyInstance keyClean, SettingsKeyInstance keyChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_1.<DiffKeysList>b__3()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_0.<DiffKeysList>b__2(SettingsKeyInstance keyClean)
 at JetBrains.Util.CollectionUtil.ForEach[T](IEnumerable`1 collection, Action`1 action)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, IList`1 keysClean, IList`1 keysChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__3()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__1()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__0()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.WithKeyIndex(SettingsKeyInstance keyinstance, Dictionary`2 keyIndices, Action F, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList_Key(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, SettingsKeyInstance keyClean, SettingsKeyInstance keyChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_1.<DiffKeysList>b__3()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_0.<DiffKeysList>b__2(SettingsKeyInstance keyClean)
 at JetBrains.Util.CollectionUtil.ForEach[T](IEnumerable`1 collection, Action`1 action)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, IList`1 keysClean, IList`1 keysChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__3()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__1()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__0()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.WithKeyIndex(SettingsKeyInstance keyinstance, Dictionary`2 keyIndices, Action F, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList_Key(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, SettingsKeyInstance keyClean, SettingsKeyInstance keyChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_1.<DiffKeysList>b__3()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_0.<DiffKeysList>b__2(SettingsKeyInstance keyClean)
 at JetBrains.Util.CollectionUtil.ForEach[T](IEnumerable`1 collection, Action`1 action)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, IList`1 keysClean, IList`1 keysChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass3_0.<Emit2>b__0()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.Emit2(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, SettingsStoreChangeArgs snapshotClean, SettingsStoreChangeArgs snapshotChanged, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.Emit(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsModel.<RecalculatePendingChangesCountCore>b__5_1()
 at JetBrains.Util.Threading.SynchronizedLifetime.ExecuteIfNotTerminated[TResult](Func`1 λ)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsModel.<RecalculatePendingChangesCountCore>b__5_0()
 at JetBrains.Util.Threading.SynchronizedLifetime.ExecuteIfNotTerminated[TResult](Func`1 λ)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsModel.RecalculatePendingChangesCountCore()
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsModel.<>c__DisplayClass3_1.<.ctor>b__4()
 at JetBrains.Application.Threading.Tasks.FreeThreadedGroupingEvent.FireInternal()
 at JetBrains.Application.Threading.Tasks.FreeThreadedGroupingEvent.ScheduledFireAction()
 at JetBrains.Application.Threading.Tasks.TaskHost.AccessViolationCatcher(Action action)
 at JetBrains.Application.Threading.Tasks.TaskHost.<>c__DisplayClass33_0.<Create>b__1(Object state)
 at System.Threading.Tasks.Task.InnerInvoke()
 at System.Threading.Tasks.Task.Execute()
 at System.Threading.Tasks.Task.ExecutionContextCallback(Object obj)
 at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
 at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
 at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot)
 at System.Threading.Tasks.Task.ExecuteEntry(Boolean bPreventDoubleExecution)
 at System.Threading.Tasks.TaskScheduler.TryExecuteTask(Task task)
 at JetBrains.Application.Threading.Tasks.Scheduler.JetScheduler.ExecuteTask(Task task)
 at JetBrains.Application.Threading.Tasks.Scheduler.JetSchedulerThread.EnqueueNextTask()
 at JetBrains.Application.Threading.Tasks.Scheduler.JetSchedulerThread.ThreadPoolProc()
 at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
 at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
 at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
 at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
 at System.Threading.ThreadHelper.ThreadStart()



— Next Branch —

— EXCEPTION #037/102 [InvalidOperationException]
Message = “Component descriptor JetBrains.ReSharper.Feature.Services.Daemon.HighlightingSettingsManagerImpl [Singleton, Corrupted] is corrupted and cannot be accessed”
ExceptionPath = Root.InnerException.InnerException.Exceptions.#12.InnerException.InnerException
ClassName = System.InvalidOperationException
Data.SerializationOperation = Deserialization
Data.ValueSerializerType = TypeConverterToInvariantString
Data.SerializedValue = _003CConfigurableSeverity_0020Id_003D_0022ArrangeLocalFunctionBody_0022_0020_002F_003E
Data.SerializedValueType = “System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089”
Data.DeserializedValueType = “JetBrains.ReSharper.Daemon.SolutionAnalysis.IIssueType, JetBrains.ReSharper.SolutionAnalysis, Version=112.0.0.0, Culture=neutral, PublicKeyToken=1010a0d8d6380325”
HResult = COR_E_INVALIDOPERATION=80131509
Source = JetBrains.Platform.ComponentModel
StackTraceString = “
 at JetBrains.Application.Components.SingletonDescriptor.GetValue()
 at JetBrains.Application.Components.SingletonDescriptor.GetValue()
 at JetBrains.Application.Components.ComponentContainerEx.GetComponent[TInterface](IComponentContainer container)
 at JetBrains.ReSharper.Daemon.SolutionAnalysis.IssueTypeConverter.<>c.<StringToIssueType>b__7_0(XmlElement element)
 at JetBrains.Util.Reflection.TypeConverterUtil.FromStringThruXml[T](String value, Func`2 fromXmlFunc)
 at JetBrains.ReSharper.Daemon.SolutionAnalysis.IssueTypeConverter.StringToIssueType(ITypeDescriptorContext arg1, CultureInfo arg2, String s)
 at JetBrains.Util.Reflection.TypeConverterBase`1.ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, Object value)
 at JetBrains.Reflection.StringConversion.ParseInvariantString(String value, Type type, ILogger logger)
 at JetBrains.Application.Settings.Implementation.SettingsEntryToSettingsStorageSerialization.CoreStorageSerialization.DeserializeStorageKey(SettingsStoreSerializerType serializerType, String valueSerialized, Type typeDeserialized, ILogger logger)
 at JetBrains.Application.Settings.Implementation.SettingsEntryToSettingsStorageSerialization.DeserializeStorageKeyToEntryIndex(SettingsIndexedEntry entry, String subkey, IExceptionThrowingLogger logger)


— Outer —

— EXCEPTION #038/102 [InvalidOperationException]
Message = “Entry CodeIssueFilter.IssueTypesToHide index could not be deserialized.”
ExceptionPath = Root.InnerException.InnerException.Exceptions.#12.InnerException
ClassName = System.InvalidOperationException
Data.EntryKey = CodeInspection/Highlighting/CodeIssueFilter/IssueTypesToHide
InnerException = “Exception #037 at Root.InnerException.InnerException.Exceptions.#12.InnerException.InnerException”
HResult = COR_E_INVALIDOPERATION=80131509

— Outer —

— EXCEPTION #039/102 [LoggerException]
Message = “Entry CodeIssueFilter.IssueTypesToHide index could not be deserialized.”
ExceptionPath = Root.InnerException.InnerException.Exceptions.#12
ClassName = JetBrains.Util.LoggerException
InnerException = “Exception #038 at Root.InnerException.InnerException.Exceptions.#12.InnerException”
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
 at JetBrains.Application.Settings.Implementation.SettingsEntryToSettingsStorageSerialization.DeserializeStorageKeyToEntryIndex(SettingsIndexedEntry entry, String subkey, IExceptionThrowingLogger logger)
 at JetBrains.Application.Settings.Implementation.SettingsEntryToSettingsStorageSerialization.DeserializeStorageKeyToEntryIndex(SettingsIndexedEntry entry, String subkey, IExceptionThrowingLogger logger)
 at JetBrains.Application.Settings.SettingsStoreChangeArgs.SettingsEntryInstance.TryGetIndexValue()
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass7_0.<DiffEntriesList>b__1(SettingsEntryInstance entryChanged)
 at JetBrains.Util.CollectionUtil.ForEach[T](IEnumerable`1 collection, Action`1 action)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffEntriesList(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, IList`1 entriesClean, IList`1 entriesChanged, Dictionary`2 keyIndices, List`1 script)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__2()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__1()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__0()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.WithKeyIndex(SettingsKeyInstance keyinstance, Dictionary`2 keyIndices, Action F, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList_Key(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, SettingsKeyInstance keyClean, SettingsKeyInstance keyChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_1.<DiffKeysList>b__3()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_0.<DiffKeysList>b__2(SettingsKeyInstance keyClean)
 at JetBrains.Util.CollectionUtil.ForEach[T](IEnumerable`1 collection, Action`1 action)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, IList`1 keysClean, IList`1 keysChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__3()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__1()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__0()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.WithKeyIndex(SettingsKeyInstance keyinstance, Dictionary`2 keyIndices, Action F, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList_Key(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, SettingsKeyInstance keyClean, SettingsKeyInstance keyChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_1.<DiffKeysList>b__3()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_0.<DiffKeysList>b__2(SettingsKeyInstance keyClean)
 at JetBrains.Util.CollectionUtil.ForEach[T](IEnumerable`1 collection, Action`1 action)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, IList`1 keysClean, IList`1 keysChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__3()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__1()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__0()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.WithKeyIndex(SettingsKeyInstance keyinstance, Dictionary`2 keyIndices, Action F, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList_Key(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, SettingsKeyInstance keyClean, SettingsKeyInstance keyChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_1.<DiffKeysList>b__3()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_0.<DiffKeysList>b__2(SettingsKeyInstance keyClean)
 at JetBrains.Util.CollectionUtil.ForEach[T](IEnumerable`1 collection, Action`1 action)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, IList`1 keysClean, IList`1 keysChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass3_0.<Emit2>b__0()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.Emit2(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, SettingsStoreChangeArgs snapshotClean, SettingsStoreChangeArgs snapshotChanged, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.Emit(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsModel.<RecalculatePendingChangesCountCore>b__5_1()
 at JetBrains.Util.Threading.SynchronizedLifetime.ExecuteIfNotTerminated[TResult](Func`1 λ)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsModel.<RecalculatePendingChangesCountCore>b__5_0()
 at JetBrains.Util.Threading.SynchronizedLifetime.ExecuteIfNotTerminated[TResult](Func`1 λ)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsModel.RecalculatePendingChangesCountCore()
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsModel.<>c__DisplayClass3_1.<.ctor>b__4()
 at JetBrains.Application.Threading.Tasks.FreeThreadedGroupingEvent.FireInternal()
 at JetBrains.Application.Threading.Tasks.FreeThreadedGroupingEvent.ScheduledFireAction()
 at JetBrains.Application.Threading.Tasks.TaskHost.AccessViolationCatcher(Action action)
 at JetBrains.Application.Threading.Tasks.TaskHost.<>c__DisplayClass33_0.<Create>b__1(Object state)
 at System.Threading.Tasks.Task.InnerInvoke()
 at System.Threading.Tasks.Task.Execute()
 at System.Threading.Tasks.Task.ExecutionContextCallback(Object obj)
 at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
 at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
 at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot)
 at System.Threading.Tasks.Task.ExecuteEntry(Boolean bPreventDoubleExecution)
 at System.Threading.Tasks.TaskScheduler.TryExecuteTask(Task task)
 at JetBrains.Application.Threading.Tasks.Scheduler.JetScheduler.ExecuteTask(Task task)
 at JetBrains.Application.Threading.Tasks.Scheduler.JetSchedulerThread.EnqueueNextTask()
 at JetBrains.Application.Threading.Tasks.Scheduler.JetSchedulerThread.ThreadPoolProc()
 at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
 at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
 at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
 at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
 at System.Threading.ThreadHelper.ThreadStart()



— Next Branch —

— EXCEPTION #040/102 [InvalidOperationException]
Message = “Component descriptor JetBrains.ReSharper.Feature.Services.Daemon.HighlightingSettingsManagerImpl [Singleton, Corrupted] is corrupted and cannot be accessed”
ExceptionPath = Root.InnerException.InnerException.Exceptions.#13.InnerException.InnerException
ClassName = System.InvalidOperationException
Data.SerializationOperation = Deserialization
Data.ValueSerializerType = TypeConverterToInvariantString
Data.SerializedValue = _003CConfigurableSeverity_0020Id_003D_0022ArrangeMethodOrOperatorBody_0022_0020_002F_003E
Data.SerializedValueType = “System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089”
Data.DeserializedValueType = “JetBrains.ReSharper.Daemon.SolutionAnalysis.IIssueType, JetBrains.ReSharper.SolutionAnalysis, Version=112.0.0.0, Culture=neutral, PublicKeyToken=1010a0d8d6380325”
HResult = COR_E_INVALIDOPERATION=80131509
Source = JetBrains.Platform.ComponentModel
StackTraceString = “
 at JetBrains.Application.Components.SingletonDescriptor.GetValue()
 at JetBrains.Application.Components.SingletonDescriptor.GetValue()
 at JetBrains.Application.Components.ComponentContainerEx.GetComponent[TInterface](IComponentContainer container)
 at JetBrains.ReSharper.Daemon.SolutionAnalysis.IssueTypeConverter.<>c.<StringToIssueType>b__7_0(XmlElement element)
 at JetBrains.Util.Reflection.TypeConverterUtil.FromStringThruXml[T](String value, Func`2 fromXmlFunc)
 at JetBrains.ReSharper.Daemon.SolutionAnalysis.IssueTypeConverter.StringToIssueType(ITypeDescriptorContext arg1, CultureInfo arg2, String s)
 at JetBrains.Util.Reflection.TypeConverterBase`1.ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, Object value)
 at JetBrains.Reflection.StringConversion.ParseInvariantString(String value, Type type, ILogger logger)
 at JetBrains.Application.Settings.Implementation.SettingsEntryToSettingsStorageSerialization.CoreStorageSerialization.DeserializeStorageKey(SettingsStoreSerializerType serializerType, String valueSerialized, Type typeDeserialized, ILogger logger)
 at JetBrains.Application.Settings.Implementation.SettingsEntryToSettingsStorageSerialization.DeserializeStorageKeyToEntryIndex(SettingsIndexedEntry entry, String subkey, IExceptionThrowingLogger logger)


— Outer —

— EXCEPTION #041/102 [InvalidOperationException]
Message = “Entry CodeIssueFilter.IssueTypesToHide index could not be deserialized.”
ExceptionPath = Root.InnerException.InnerException.Exceptions.#13.InnerException
ClassName = System.InvalidOperationException
Data.EntryKey = CodeInspection/Highlighting/CodeIssueFilter/IssueTypesToHide
InnerException = “Exception #040 at Root.InnerException.InnerException.Exceptions.#13.InnerException.InnerException”
HResult = COR_E_INVALIDOPERATION=80131509

— Outer —

— EXCEPTION #042/102 [LoggerException]
Message = “Entry CodeIssueFilter.IssueTypesToHide index could not be deserialized.”
ExceptionPath = Root.InnerException.InnerException.Exceptions.#13
ClassName = JetBrains.Util.LoggerException
InnerException = “Exception #041 at Root.InnerException.InnerException.Exceptions.#13.InnerException”
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
 at JetBrains.Application.Settings.Implementation.SettingsEntryToSettingsStorageSerialization.DeserializeStorageKeyToEntryIndex(SettingsIndexedEntry entry, String subkey, IExceptionThrowingLogger logger)
 at JetBrains.Application.Settings.Implementation.SettingsEntryToSettingsStorageSerialization.DeserializeStorageKeyToEntryIndex(SettingsIndexedEntry entry, String subkey, IExceptionThrowingLogger logger)
 at JetBrains.Application.Settings.SettingsStoreChangeArgs.SettingsEntryInstance.TryGetIndexValue()
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass7_0.<DiffEntriesList>b__1(SettingsEntryInstance entryChanged)
 at JetBrains.Util.CollectionUtil.ForEach[T](IEnumerable`1 collection, Action`1 action)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffEntriesList(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, IList`1 entriesClean, IList`1 entriesChanged, Dictionary`2 keyIndices, List`1 script)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__2()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__1()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__0()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.WithKeyIndex(SettingsKeyInstance keyinstance, Dictionary`2 keyIndices, Action F, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList_Key(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, SettingsKeyInstance keyClean, SettingsKeyInstance keyChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_1.<DiffKeysList>b__3()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_0.<DiffKeysList>b__2(SettingsKeyInstance keyClean)
 at JetBrains.Util.CollectionUtil.ForEach[T](IEnumerable`1 collection, Action`1 action)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, IList`1 keysClean, IList`1 keysChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__3()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__1()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__0()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.WithKeyIndex(SettingsKeyInstance keyinstance, Dictionary`2 keyIndices, Action F, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList_Key(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, SettingsKeyInstance keyClean, SettingsKeyInstance keyChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_1.<DiffKeysList>b__3()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_0.<DiffKeysList>b__2(SettingsKeyInstance keyClean)
 at JetBrains.Util.CollectionUtil.ForEach[T](IEnumerable`1 collection, Action`1 action)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, IList`1 keysClean, IList`1 keysChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__3()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__1()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__0()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.WithKeyIndex(SettingsKeyInstance keyinstance, Dictionary`2 keyIndices, Action F, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList_Key(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, SettingsKeyInstance keyClean, SettingsKeyInstance keyChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_1.<DiffKeysList>b__3()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_0.<DiffKeysList>b__2(SettingsKeyInstance keyClean)
 at JetBrains.Util.CollectionUtil.ForEach[T](IEnumerable`1 collection, Action`1 action)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, IList`1 keysClean, IList`1 keysChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass3_0.<Emit2>b__0()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.Emit2(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, SettingsStoreChangeArgs snapshotClean, SettingsStoreChangeArgs snapshotChanged, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.Emit(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsModel.<RecalculatePendingChangesCountCore>b__5_1()
 at JetBrains.Util.Threading.SynchronizedLifetime.ExecuteIfNotTerminated[TResult](Func`1 λ)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsModel.<RecalculatePendingChangesCountCore>b__5_0()
 at JetBrains.Util.Threading.SynchronizedLifetime.ExecuteIfNotTerminated[TResult](Func`1 λ)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsModel.RecalculatePendingChangesCountCore()
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsModel.<>c__DisplayClass3_1.<.ctor>b__4()
 at JetBrains.Application.Threading.Tasks.FreeThreadedGroupingEvent.FireInternal()
 at JetBrains.Application.Threading.Tasks.FreeThreadedGroupingEvent.ScheduledFireAction()
 at JetBrains.Application.Threading.Tasks.TaskHost.AccessViolationCatcher(Action action)
 at JetBrains.Application.Threading.Tasks.TaskHost.<>c__DisplayClass33_0.<Create>b__1(Object state)
 at System.Threading.Tasks.Task.InnerInvoke()
 at System.Threading.Tasks.Task.Execute()
 at System.Threading.Tasks.Task.ExecutionContextCallback(Object obj)
 at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
 at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
 at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot)
 at System.Threading.Tasks.Task.ExecuteEntry(Boolean bPreventDoubleExecution)
 at System.Threading.Tasks.TaskScheduler.TryExecuteTask(Task task)
 at JetBrains.Application.Threading.Tasks.Scheduler.JetScheduler.ExecuteTask(Task task)
 at JetBrains.Application.Threading.Tasks.Scheduler.JetSchedulerThread.EnqueueNextTask()
 at JetBrains.Application.Threading.Tasks.Scheduler.JetSchedulerThread.ThreadPoolProc()
 at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
 at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
 at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
 at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
 at System.Threading.ThreadHelper.ThreadStart()



— Next Branch —

— EXCEPTION #043/102 [InvalidOperationException]
Message = “Component descriptor JetBrains.ReSharper.Feature.Services.Daemon.HighlightingSettingsManagerImpl [Singleton, Corrupted] is corrupted and cannot be accessed”
ExceptionPath = Root.InnerException.InnerException.Exceptions.#14.InnerException.InnerException
ClassName = System.InvalidOperationException
Data.SerializationOperation = Deserialization
Data.ValueSerializerType = TypeConverterToInvariantString
Data.SerializedValue = _003CConfigurableSeverity_0020Id_003D_0022ArrangeMissingParentheses_0022_0020_002F_003E
Data.SerializedValueType = “System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089”
Data.DeserializedValueType = “JetBrains.ReSharper.Daemon.SolutionAnalysis.IIssueType, JetBrains.ReSharper.SolutionAnalysis, Version=112.0.0.0, Culture=neutral, PublicKeyToken=1010a0d8d6380325”
HResult = COR_E_INVALIDOPERATION=80131509
Source = JetBrains.Platform.ComponentModel
StackTraceString = “
 at JetBrains.Application.Components.SingletonDescriptor.GetValue()
 at JetBrains.Application.Components.SingletonDescriptor.GetValue()
 at JetBrains.Application.Components.ComponentContainerEx.GetComponent[TInterface](IComponentContainer container)
 at JetBrains.ReSharper.Daemon.SolutionAnalysis.IssueTypeConverter.<>c.<StringToIssueType>b__7_0(XmlElement element)
 at JetBrains.Util.Reflection.TypeConverterUtil.FromStringThruXml[T](String value, Func`2 fromXmlFunc)
 at JetBrains.ReSharper.Daemon.SolutionAnalysis.IssueTypeConverter.StringToIssueType(ITypeDescriptorContext arg1, CultureInfo arg2, String s)
 at JetBrains.Util.Reflection.TypeConverterBase`1.ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, Object value)
 at JetBrains.Reflection.StringConversion.ParseInvariantString(String value, Type type, ILogger logger)
 at JetBrains.Application.Settings.Implementation.SettingsEntryToSettingsStorageSerialization.CoreStorageSerialization.DeserializeStorageKey(SettingsStoreSerializerType serializerType, String valueSerialized, Type typeDeserialized, ILogger logger)
 at JetBrains.Application.Settings.Implementation.SettingsEntryToSettingsStorageSerialization.DeserializeStorageKeyToEntryIndex(SettingsIndexedEntry entry, String subkey, IExceptionThrowingLogger logger)


— Outer —

— EXCEPTION #044/102 [InvalidOperationException]
Message = “Entry CodeIssueFilter.IssueTypesToHide index could not be deserialized.”
ExceptionPath = Root.InnerException.InnerException.Exceptions.#14.InnerException
ClassName = System.InvalidOperationException
Data.EntryKey = CodeInspection/Highlighting/CodeIssueFilter/IssueTypesToHide
InnerException = “Exception #043 at Root.InnerException.InnerException.Exceptions.#14.InnerException.InnerException”
HResult = COR_E_INVALIDOPERATION=80131509

— Outer —

— EXCEPTION #045/102 [LoggerException]
Message = “Entry CodeIssueFilter.IssueTypesToHide index could not be deserialized.”
ExceptionPath = Root.InnerException.InnerException.Exceptions.#14
ClassName = JetBrains.Util.LoggerException
InnerException = “Exception #044 at Root.InnerException.InnerException.Exceptions.#14.InnerException”
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
 at JetBrains.Application.Settings.Implementation.SettingsEntryToSettingsStorageSerialization.DeserializeStorageKeyToEntryIndex(SettingsIndexedEntry entry, String subkey, IExceptionThrowingLogger logger)
 at JetBrains.Application.Settings.Implementation.SettingsEntryToSettingsStorageSerialization.DeserializeStorageKeyToEntryIndex(SettingsIndexedEntry entry, String subkey, IExceptionThrowingLogger logger)
 at JetBrains.Application.Settings.SettingsStoreChangeArgs.SettingsEntryInstance.TryGetIndexValue()
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass7_0.<DiffEntriesList>b__1(SettingsEntryInstance entryChanged)
 at JetBrains.Util.CollectionUtil.ForEach[T](IEnumerable`1 collection, Action`1 action)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffEntriesList(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, IList`1 entriesClean, IList`1 entriesChanged, Dictionary`2 keyIndices, List`1 script)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__2()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__1()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__0()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.WithKeyIndex(SettingsKeyInstance keyinstance, Dictionary`2 keyIndices, Action F, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList_Key(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, SettingsKeyInstance keyClean, SettingsKeyInstance keyChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_1.<DiffKeysList>b__3()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_0.<DiffKeysList>b__2(SettingsKeyInstance keyClean)
 at JetBrains.Util.CollectionUtil.ForEach[T](IEnumerable`1 collection, Action`1 action)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, IList`1 keysClean, IList`1 keysChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__3()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__1()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__0()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.WithKeyIndex(SettingsKeyInstance keyinstance, Dictionary`2 keyIndices, Action F, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList_Key(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, SettingsKeyInstance keyClean, SettingsKeyInstance keyChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_1.<DiffKeysList>b__3()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_0.<DiffKeysList>b__2(SettingsKeyInstance keyClean)
 at JetBrains.Util.CollectionUtil.ForEach[T](IEnumerable`1 collection, Action`1 action)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, IList`1 keysClean, IList`1 keysChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__3()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__1()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__0()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.WithKeyIndex(SettingsKeyInstance keyinstance, Dictionary`2 keyIndices, Action F, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList_Key(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, SettingsKeyInstance keyClean, SettingsKeyInstance keyChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_1.<DiffKeysList>b__3()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_0.<DiffKeysList>b__2(SettingsKeyInstance keyClean)
 at JetBrains.Util.CollectionUtil.ForEach[T](IEnumerable`1 collection, Action`1 action)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, IList`1 keysClean, IList`1 keysChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass3_0.<Emit2>b__0()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.Emit2(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, SettingsStoreChangeArgs snapshotClean, SettingsStoreChangeArgs snapshotChanged, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.Emit(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsModel.<RecalculatePendingChangesCountCore>b__5_1()
 at JetBrains.Util.Threading.SynchronizedLifetime.ExecuteIfNotTerminated[TResult](Func`1 λ)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsModel.<RecalculatePendingChangesCountCore>b__5_0()
 at JetBrains.Util.Threading.SynchronizedLifetime.ExecuteIfNotTerminated[TResult](Func`1 λ)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsModel.RecalculatePendingChangesCountCore()
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsModel.<>c__DisplayClass3_1.<.ctor>b__4()
 at JetBrains.Application.Threading.Tasks.FreeThreadedGroupingEvent.FireInternal()
 at JetBrains.Application.Threading.Tasks.FreeThreadedGroupingEvent.ScheduledFireAction()
 at JetBrains.Application.Threading.Tasks.TaskHost.AccessViolationCatcher(Action action)
 at JetBrains.Application.Threading.Tasks.TaskHost.<>c__DisplayClass33_0.<Create>b__1(Object state)
 at System.Threading.Tasks.Task.InnerInvoke()
 at System.Threading.Tasks.Task.Execute()
 at System.Threading.Tasks.Task.ExecutionContextCallback(Object obj)
 at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
 at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
 at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot)
 at System.Threading.Tasks.Task.ExecuteEntry(Boolean bPreventDoubleExecution)
 at System.Threading.Tasks.TaskScheduler.TryExecuteTask(Task task)
 at JetBrains.Application.Threading.Tasks.Scheduler.JetScheduler.ExecuteTask(Task task)
 at JetBrains.Application.Threading.Tasks.Scheduler.JetSchedulerThread.EnqueueNextTask()
 at JetBrains.Application.Threading.Tasks.Scheduler.JetSchedulerThread.ThreadPoolProc()
 at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
 at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
 at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
 at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
 at System.Threading.ThreadHelper.ThreadStart()



— Next Branch —

— EXCEPTION #046/102 [InvalidOperationException]
Message = “Component descriptor JetBrains.ReSharper.Feature.Services.Daemon.HighlightingSettingsManagerImpl [Singleton, Corrupted] is corrupted and cannot be accessed”
ExceptionPath = Root.InnerException.InnerException.Exceptions.#15.InnerException.InnerException
ClassName = System.InvalidOperationException
Data.SerializationOperation = Deserialization
Data.ValueSerializerType = TypeConverterToInvariantString
Data.SerializedValue = _003CConfigurableSeverity_0020Id_003D_0022ArrangeModifiersOrder_0022_0020_002F_003E
Data.SerializedValueType = “System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089”
Data.DeserializedValueType = “JetBrains.ReSharper.Daemon.SolutionAnalysis.IIssueType, JetBrains.ReSharper.SolutionAnalysis, Version=112.0.0.0, Culture=neutral, PublicKeyToken=1010a0d8d6380325”
HResult = COR_E_INVALIDOPERATION=80131509
Source = JetBrains.Platform.ComponentModel
StackTraceString = “
 at JetBrains.Application.Components.SingletonDescriptor.GetValue()
 at JetBrains.Application.Components.SingletonDescriptor.GetValue()
 at JetBrains.Application.Components.ComponentContainerEx.GetComponent[TInterface](IComponentContainer container)
 at JetBrains.ReSharper.Daemon.SolutionAnalysis.IssueTypeConverter.<>c.<StringToIssueType>b__7_0(XmlElement element)
 at JetBrains.Util.Reflection.TypeConverterUtil.FromStringThruXml[T](String value, Func`2 fromXmlFunc)
 at JetBrains.ReSharper.Daemon.SolutionAnalysis.IssueTypeConverter.StringToIssueType(ITypeDescriptorContext arg1, CultureInfo arg2, String s)
 at JetBrains.Util.Reflection.TypeConverterBase`1.ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, Object value)
 at JetBrains.Reflection.StringConversion.ParseInvariantString(String value, Type type, ILogger logger)
 at JetBrains.Application.Settings.Implementation.SettingsEntryToSettingsStorageSerialization.CoreStorageSerialization.DeserializeStorageKey(SettingsStoreSerializerType serializerType, String valueSerialized, Type typeDeserialized, ILogger logger)
 at JetBrains.Application.Settings.Implementation.SettingsEntryToSettingsStorageSerialization.DeserializeStorageKeyToEntryIndex(SettingsIndexedEntry entry, String subkey, IExceptionThrowingLogger logger)


— Outer —

— EXCEPTION #047/102 [InvalidOperationException]
Message = “Entry CodeIssueFilter.IssueTypesToHide index could not be deserialized.”
ExceptionPath = Root.InnerException.InnerException.Exceptions.#15.InnerException
ClassName = System.InvalidOperationException
Data.EntryKey = CodeInspection/Highlighting/CodeIssueFilter/IssueTypesToHide
InnerException = “Exception #046 at Root.InnerException.InnerException.Exceptions.#15.InnerException.InnerException”
HResult = COR_E_INVALIDOPERATION=80131509

— Outer —

— EXCEPTION #048/102 [LoggerException]
Message = “Entry CodeIssueFilter.IssueTypesToHide index could not be deserialized.”
ExceptionPath = Root.InnerException.InnerException.Exceptions.#15
ClassName = JetBrains.Util.LoggerException
InnerException = “Exception #047 at Root.InnerException.InnerException.Exceptions.#15.InnerException”
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
 at JetBrains.Application.Settings.Implementation.SettingsEntryToSettingsStorageSerialization.DeserializeStorageKeyToEntryIndex(SettingsIndexedEntry entry, String subkey, IExceptionThrowingLogger logger)
 at JetBrains.Application.Settings.Implementation.SettingsEntryToSettingsStorageSerialization.DeserializeStorageKeyToEntryIndex(SettingsIndexedEntry entry, String subkey, IExceptionThrowingLogger logger)
 at JetBrains.Application.Settings.SettingsStoreChangeArgs.SettingsEntryInstance.TryGetIndexValue()
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass7_0.<DiffEntriesList>b__1(SettingsEntryInstance entryChanged)
 at JetBrains.Util.CollectionUtil.ForEach[T](IEnumerable`1 collection, Action`1 action)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffEntriesList(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, IList`1 entriesClean, IList`1 entriesChanged, Dictionary`2 keyIndices, List`1 script)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__2()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__1()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__0()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.WithKeyIndex(SettingsKeyInstance keyinstance, Dictionary`2 keyIndices, Action F, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList_Key(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, SettingsKeyInstance keyClean, SettingsKeyInstance keyChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_1.<DiffKeysList>b__3()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_0.<DiffKeysList>b__2(SettingsKeyInstance keyClean)
 at JetBrains.Util.CollectionUtil.ForEach[T](IEnumerable`1 collection, Action`1 action)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, IList`1 keysClean, IList`1 keysChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__3()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__1()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__0()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.WithKeyIndex(SettingsKeyInstance keyinstance, Dictionary`2 keyIndices, Action F, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList_Key(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, SettingsKeyInstance keyClean, SettingsKeyInstance keyChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_1.<DiffKeysList>b__3()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_0.<DiffKeysList>b__2(SettingsKeyInstance keyClean)
 at JetBrains.Util.CollectionUtil.ForEach[T](IEnumerable`1 collection, Action`1 action)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, IList`1 keysClean, IList`1 keysChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__3()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__1()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__0()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.WithKeyIndex(SettingsKeyInstance keyinstance, Dictionary`2 keyIndices, Action F, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList_Key(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, SettingsKeyInstance keyClean, SettingsKeyInstance keyChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_1.<DiffKeysList>b__3()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_0.<DiffKeysList>b__2(SettingsKeyInstance keyClean)
 at JetBrains.Util.CollectionUtil.ForEach[T](IEnumerable`1 collection, Action`1 action)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, IList`1 keysClean, IList`1 keysChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass3_0.<Emit2>b__0()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.Emit2(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, SettingsStoreChangeArgs snapshotClean, SettingsStoreChangeArgs snapshotChanged, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.Emit(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsModel.<RecalculatePendingChangesCountCore>b__5_1()
 at JetBrains.Util.Threading.SynchronizedLifetime.ExecuteIfNotTerminated[TResult](Func`1 λ)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsModel.<RecalculatePendingChangesCountCore>b__5_0()
 at JetBrains.Util.Threading.SynchronizedLifetime.ExecuteIfNotTerminated[TResult](Func`1 λ)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsModel.RecalculatePendingChangesCountCore()
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsModel.<>c__DisplayClass3_1.<.ctor>b__4()
 at JetBrains.Application.Threading.Tasks.FreeThreadedGroupingEvent.FireInternal()
 at JetBrains.Application.Threading.Tasks.FreeThreadedGroupingEvent.ScheduledFireAction()
 at JetBrains.Application.Threading.Tasks.TaskHost.AccessViolationCatcher(Action action)
 at JetBrains.Application.Threading.Tasks.TaskHost.<>c__DisplayClass33_0.<Create>b__1(Object state)
 at System.Threading.Tasks.Task.InnerInvoke()
 at System.Threading.Tasks.Task.Execute()
 at System.Threading.Tasks.Task.ExecutionContextCallback(Object obj)
 at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
 at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
 at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot)
 at System.Threading.Tasks.Task.ExecuteEntry(Boolean bPreventDoubleExecution)
 at System.Threading.Tasks.TaskScheduler.TryExecuteTask(Task task)
 at JetBrains.Application.Threading.Tasks.Scheduler.JetScheduler.ExecuteTask(Task task)
 at JetBrains.Application.Threading.Tasks.Scheduler.JetSchedulerThread.EnqueueNextTask()
 at JetBrains.Application.Threading.Tasks.Scheduler.JetSchedulerThread.ThreadPoolProc()
 at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
 at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
 at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
 at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
 at System.Threading.ThreadHelper.ThreadStart()



— Next Branch —

— EXCEPTION #049/102 [InvalidOperationException]
Message = “Component descriptor JetBrains.ReSharper.Feature.Services.Daemon.HighlightingSettingsManagerImpl [Singleton, Corrupted] is corrupted and cannot be accessed”
ExceptionPath = Root.InnerException.InnerException.Exceptions.#16.InnerException.InnerException
ClassName = System.InvalidOperationException
Data.SerializationOperation = Deserialization
Data.ValueSerializerType = TypeConverterToInvariantString
Data.SerializedValue = _003CConfigurableSeverity_0020Id_003D_0022ArrangeRedundantParentheses_0022_0020_002F_003E
Data.SerializedValueType = “System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089”
Data.DeserializedValueType = “JetBrains.ReSharper.Daemon.SolutionAnalysis.IIssueType, JetBrains.ReSharper.SolutionAnalysis, Version=112.0.0.0, Culture=neutral, PublicKeyToken=1010a0d8d6380325”
HResult = COR_E_INVALIDOPERATION=80131509
Source = JetBrains.Platform.ComponentModel
StackTraceString = “
 at JetBrains.Application.Components.SingletonDescriptor.GetValue()
 at JetBrains.Application.Components.SingletonDescriptor.GetValue()
 at JetBrains.Application.Components.ComponentContainerEx.GetComponent[TInterface](IComponentContainer container)
 at JetBrains.ReSharper.Daemon.SolutionAnalysis.IssueTypeConverter.<>c.<StringToIssueType>b__7_0(XmlElement element)
 at JetBrains.Util.Reflection.TypeConverterUtil.FromStringThruXml[T](String value, Func`2 fromXmlFunc)
 at JetBrains.ReSharper.Daemon.SolutionAnalysis.IssueTypeConverter.StringToIssueType(ITypeDescriptorContext arg1, CultureInfo arg2, String s)
 at JetBrains.Util.Reflection.TypeConverterBase`1.ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, Object value)
 at JetBrains.Reflection.StringConversion.ParseInvariantString(String value, Type type, ILogger logger)
 at JetBrains.Application.Settings.Implementation.SettingsEntryToSettingsStorageSerialization.CoreStorageSerialization.DeserializeStorageKey(SettingsStoreSerializerType serializerType, String valueSerialized, Type typeDeserialized, ILogger logger)
 at JetBrains.Application.Settings.Implementation.SettingsEntryToSettingsStorageSerialization.DeserializeStorageKeyToEntryIndex(SettingsIndexedEntry entry, String subkey, IExceptionThrowingLogger logger)


— Outer —

— EXCEPTION #050/102 [InvalidOperationException]
Message = “Entry CodeIssueFilter.IssueTypesToHide index could not be deserialized.”
ExceptionPath = Root.InnerException.InnerException.Exceptions.#16.InnerException
ClassName = System.InvalidOperationException
Data.EntryKey = CodeInspection/Highlighting/CodeIssueFilter/IssueTypesToHide
InnerException = “Exception #049 at Root.InnerException.InnerException.Exceptions.#16.InnerException.InnerException”
HResult = COR_E_INVALIDOPERATION=80131509

— Outer —

— EXCEPTION #051/102 [LoggerException]
Message = “Entry CodeIssueFilter.IssueTypesToHide index could not be deserialized.”
ExceptionPath = Root.InnerException.InnerException.Exceptions.#16
ClassName = JetBrains.Util.LoggerException
InnerException = “Exception #050 at Root.InnerException.InnerException.Exceptions.#16.InnerException”
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
 at JetBrains.Application.Settings.Implementation.SettingsEntryToSettingsStorageSerialization.DeserializeStorageKeyToEntryIndex(SettingsIndexedEntry entry, String subkey, IExceptionThrowingLogger logger)
 at JetBrains.Application.Settings.Implementation.SettingsEntryToSettingsStorageSerialization.DeserializeStorageKeyToEntryIndex(SettingsIndexedEntry entry, String subkey, IExceptionThrowingLogger logger)
 at JetBrains.Application.Settings.SettingsStoreChangeArgs.SettingsEntryInstance.TryGetIndexValue()
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass7_0.<DiffEntriesList>b__1(SettingsEntryInstance entryChanged)
 at JetBrains.Util.CollectionUtil.ForEach[T](IEnumerable`1 collection, Action`1 action)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffEntriesList(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, IList`1 entriesClean, IList`1 entriesChanged, Dictionary`2 keyIndices, List`1 script)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__2()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__1()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__0()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.WithKeyIndex(SettingsKeyInstance keyinstance, Dictionary`2 keyIndices, Action F, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList_Key(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, SettingsKeyInstance keyClean, SettingsKeyInstance keyChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_1.<DiffKeysList>b__3()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_0.<DiffKeysList>b__2(SettingsKeyInstance keyClean)
 at JetBrains.Util.CollectionUtil.ForEach[T](IEnumerable`1 collection, Action`1 action)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, IList`1 keysClean, IList`1 keysChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__3()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__1()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__0()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.WithKeyIndex(SettingsKeyInstance keyinstance, Dictionary`2 keyIndices, Action F, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList_Key(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, SettingsKeyInstance keyClean, SettingsKeyInstance keyChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_1.<DiffKeysList>b__3()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_0.<DiffKeysList>b__2(SettingsKeyInstance keyClean)
 at JetBrains.Util.CollectionUtil.ForEach[T](IEnumerable`1 collection, Action`1 action)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, IList`1 keysClean, IList`1 keysChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__3()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__1()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__0()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.WithKeyIndex(SettingsKeyInstance keyinstance, Dictionary`2 keyIndices, Action F, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList_Key(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, SettingsKeyInstance keyClean, SettingsKeyInstance keyChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_1.<DiffKeysList>b__3()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_0.<DiffKeysList>b__2(SettingsKeyInstance keyClean)
 at JetBrains.Util.CollectionUtil.ForEach[T](IEnumerable`1 collection, Action`1 action)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, IList`1 keysClean, IList`1 keysChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass3_0.<Emit2>b__0()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.Emit2(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, SettingsStoreChangeArgs snapshotClean, SettingsStoreChangeArgs snapshotChanged, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.Emit(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsModel.<RecalculatePendingChangesCountCore>b__5_1()
 at JetBrains.Util.Threading.SynchronizedLifetime.ExecuteIfNotTerminated[TResult](Func`1 λ)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsModel.<RecalculatePendingChangesCountCore>b__5_0()
 at JetBrains.Util.Threading.SynchronizedLifetime.ExecuteIfNotTerminated[TResult](Func`1 λ)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsModel.RecalculatePendingChangesCountCore()
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsModel.<>c__DisplayClass3_1.<.ctor>b__4()
 at JetBrains.Application.Threading.Tasks.FreeThreadedGroupingEvent.FireInternal()
 at JetBrains.Application.Threading.Tasks.FreeThreadedGroupingEvent.ScheduledFireAction()
 at JetBrains.Application.Threading.Tasks.TaskHost.AccessViolationCatcher(Action action)
 at JetBrains.Application.Threading.Tasks.TaskHost.<>c__DisplayClass33_0.<Create>b__1(Object state)
 at System.Threading.Tasks.Task.InnerInvoke()
 at System.Threading.Tasks.Task.Execute()
 at System.Threading.Tasks.Task.ExecutionContextCallback(Object obj)
 at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
 at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
 at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot)
 at System.Threading.Tasks.Task.ExecuteEntry(Boolean bPreventDoubleExecution)
 at System.Threading.Tasks.TaskScheduler.TryExecuteTask(Task task)
 at JetBrains.Application.Threading.Tasks.Scheduler.JetScheduler.ExecuteTask(Task task)
 at JetBrains.Application.Threading.Tasks.Scheduler.JetSchedulerThread.EnqueueNextTask()
 at JetBrains.Application.Threading.Tasks.Scheduler.JetSchedulerThread.ThreadPoolProc()
 at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
 at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
 at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
 at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
 at System.Threading.ThreadHelper.ThreadStart()



— Next Branch —

— EXCEPTION #052/102 [InvalidOperationException]
Message = “Component descriptor JetBrains.ReSharper.Feature.Services.Daemon.HighlightingSettingsManagerImpl [Singleton, Corrupted] is corrupted and cannot be accessed”
ExceptionPath = Root.InnerException.InnerException.Exceptions.#17.InnerException.InnerException
ClassName = System.InvalidOperationException
Data.SerializationOperation = Deserialization
Data.ValueSerializerType = TypeConverterToInvariantString
Data.SerializedValue = _003CConfigurableSeverity_0020Id_003D_0022ArrangeStaticMemberQualifier_0022_0020_002F_003E
Data.SerializedValueType = “System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089”
Data.DeserializedValueType = “JetBrains.ReSharper.Daemon.SolutionAnalysis.IIssueType, JetBrains.ReSharper.SolutionAnalysis, Version=112.0.0.0, Culture=neutral, PublicKeyToken=1010a0d8d6380325”
HResult = COR_E_INVALIDOPERATION=80131509
Source = JetBrains.Platform.ComponentModel
StackTraceString = “
 at JetBrains.Application.Components.SingletonDescriptor.GetValue()
 at JetBrains.Application.Components.SingletonDescriptor.GetValue()
 at JetBrains.Application.Components.ComponentContainerEx.GetComponent[TInterface](IComponentContainer container)
 at JetBrains.ReSharper.Daemon.SolutionAnalysis.IssueTypeConverter.<>c.<StringToIssueType>b__7_0(XmlElement element)
 at JetBrains.Util.Reflection.TypeConverterUtil.FromStringThruXml[T](String value, Func`2 fromXmlFunc)
 at JetBrains.ReSharper.Daemon.SolutionAnalysis.IssueTypeConverter.StringToIssueType(ITypeDescriptorContext arg1, CultureInfo arg2, String s)
 at JetBrains.Util.Reflection.TypeConverterBase`1.ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, Object value)
 at JetBrains.Reflection.StringConversion.ParseInvariantString(String value, Type type, ILogger logger)
 at JetBrains.Application.Settings.Implementation.SettingsEntryToSettingsStorageSerialization.CoreStorageSerialization.DeserializeStorageKey(SettingsStoreSerializerType serializerType, String valueSerialized, Type typeDeserialized, ILogger logger)
 at JetBrains.Application.Settings.Implementation.SettingsEntryToSettingsStorageSerialization.DeserializeStorageKeyToEntryIndex(SettingsIndexedEntry entry, String subkey, IExceptionThrowingLogger logger)


— Outer —

— EXCEPTION #053/102 [InvalidOperationException]
Message = “Entry CodeIssueFilter.IssueTypesToHide index could not be deserialized.”
ExceptionPath = Root.InnerException.InnerException.Exceptions.#17.InnerException
ClassName = System.InvalidOperationException
Data.EntryKey = CodeInspection/Highlighting/CodeIssueFilter/IssueTypesToHide
InnerException = “Exception #052 at Root.InnerException.InnerException.Exceptions.#17.InnerException.InnerException”
HResult = COR_E_INVALIDOPERATION=80131509

— Outer —

— EXCEPTION #054/102 [LoggerException]
Message = “Entry CodeIssueFilter.IssueTypesToHide index could not be deserialized.”
ExceptionPath = Root.InnerException.InnerException.Exceptions.#17
ClassName = JetBrains.Util.LoggerException
InnerException = “Exception #053 at Root.InnerException.InnerException.Exceptions.#17.InnerException”
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
 at JetBrains.Application.Settings.Implementation.SettingsEntryToSettingsStorageSerialization.DeserializeStorageKeyToEntryIndex(SettingsIndexedEntry entry, String subkey, IExceptionThrowingLogger logger)
 at JetBrains.Application.Settings.Implementation.SettingsEntryToSettingsStorageSerialization.DeserializeStorageKeyToEntryIndex(SettingsIndexedEntry entry, String subkey, IExceptionThrowingLogger logger)
 at JetBrains.Application.Settings.SettingsStoreChangeArgs.SettingsEntryInstance.TryGetIndexValue()
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass7_0.<DiffEntriesList>b__1(SettingsEntryInstance entryChanged)
 at JetBrains.Util.CollectionUtil.ForEach[T](IEnumerable`1 collection, Action`1 action)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffEntriesList(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, IList`1 entriesClean, IList`1 entriesChanged, Dictionary`2 keyIndices, List`1 script)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__2()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__1()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__0()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.WithKeyIndex(SettingsKeyInstance keyinstance, Dictionary`2 keyIndices, Action F, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList_Key(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, SettingsKeyInstance keyClean, SettingsKeyInstance keyChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_1.<DiffKeysList>b__3()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_0.<DiffKeysList>b__2(SettingsKeyInstance keyClean)
 at JetBrains.Util.CollectionUtil.ForEach[T](IEnumerable`1 collection, Action`1 action)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, IList`1 keysClean, IList`1 keysChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__3()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__1()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__0()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.WithKeyIndex(SettingsKeyInstance keyinstance, Dictionary`2 keyIndices, Action F, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList_Key(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, SettingsKeyInstance keyClean, SettingsKeyInstance keyChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_1.<DiffKeysList>b__3()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_0.<DiffKeysList>b__2(SettingsKeyInstance keyClean)
 at JetBrains.Util.CollectionUtil.ForEach[T](IEnumerable`1 collection, Action`1 action)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, IList`1 keysClean, IList`1 keysChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__3()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__1()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__0()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.WithKeyIndex(SettingsKeyInstance keyinstance, Dictionary`2 keyIndices, Action F, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList_Key(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, SettingsKeyInstance keyClean, SettingsKeyInstance keyChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_1.<DiffKeysList>b__3()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_0.<DiffKeysList>b__2(SettingsKeyInstance keyClean)
 at JetBrains.Util.CollectionUtil.ForEach[T](IEnumerable`1 collection, Action`1 action)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, IList`1 keysClean, IList`1 keysChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass3_0.<Emit2>b__0()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.Emit2(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, SettingsStoreChangeArgs snapshotClean, SettingsStoreChangeArgs snapshotChanged, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.Emit(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsModel.<RecalculatePendingChangesCountCore>b__5_1()
 at JetBrains.Util.Threading.SynchronizedLifetime.ExecuteIfNotTerminated[TResult](Func`1 λ)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsModel.<RecalculatePendingChangesCountCore>b__5_0()
 at JetBrains.Util.Threading.SynchronizedLifetime.ExecuteIfNotTerminated[TResult](Func`1 λ)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsModel.RecalculatePendingChangesCountCore()
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsModel.<>c__DisplayClass3_1.<.ctor>b__4()
 at JetBrains.Application.Threading.Tasks.FreeThreadedGroupingEvent.FireInternal()
 at JetBrains.Application.Threading.Tasks.FreeThreadedGroupingEvent.ScheduledFireAction()
 at JetBrains.Application.Threading.Tasks.TaskHost.AccessViolationCatcher(Action action)
 at JetBrains.Application.Threading.Tasks.TaskHost.<>c__DisplayClass33_0.<Create>b__1(Object state)
 at System.Threading.Tasks.Task.InnerInvoke()
 at System.Threading.Tasks.Task.Execute()
 at System.Threading.Tasks.Task.ExecutionContextCallback(Object obj)
 at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
 at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
 at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot)
 at System.Threading.Tasks.Task.ExecuteEntry(Boolean bPreventDoubleExecution)
 at System.Threading.Tasks.TaskScheduler.TryExecuteTask(Task task)
 at JetBrains.Application.Threading.Tasks.Scheduler.JetScheduler.ExecuteTask(Task task)
 at JetBrains.Application.Threading.Tasks.Scheduler.JetSchedulerThread.EnqueueNextTask()
 at JetBrains.Application.Threading.Tasks.Scheduler.JetSchedulerThread.ThreadPoolProc()
 at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
 at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
 at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
 at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
 at System.Threading.ThreadHelper.ThreadStart()



— Next Branch —

— EXCEPTION #055/102 [InvalidOperationException]
Message = “Component descriptor JetBrains.ReSharper.Feature.Services.Daemon.HighlightingSettingsManagerImpl [Singleton, Corrupted] is corrupted and cannot be accessed”
ExceptionPath = Root.InnerException.InnerException.Exceptions.#18.InnerException.InnerException
ClassName = System.InvalidOperationException
Data.SerializationOperation = Deserialization
Data.ValueSerializerType = TypeConverterToInvariantString
Data.SerializedValue = _003CConfigurableSeverity_0020Id_003D_0022ArrangeThisQualifier_0022_0020_002F_003E
Data.SerializedValueType = “System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089”
Data.DeserializedValueType = “JetBrains.ReSharper.Daemon.SolutionAnalysis.IIssueType, JetBrains.ReSharper.SolutionAnalysis, Version=112.0.0.0, Culture=neutral, PublicKeyToken=1010a0d8d6380325”
HResult = COR_E_INVALIDOPERATION=80131509
Source = JetBrains.Platform.ComponentModel
StackTraceString = “
 at JetBrains.Application.Components.SingletonDescriptor.GetValue()
 at JetBrains.Application.Components.SingletonDescriptor.GetValue()
 at JetBrains.Application.Components.ComponentContainerEx.GetComponent[TInterface](IComponentContainer container)
 at JetBrains.ReSharper.Daemon.SolutionAnalysis.IssueTypeConverter.<>c.<StringToIssueType>b__7_0(XmlElement element)
 at JetBrains.Util.Reflection.TypeConverterUtil.FromStringThruXml[T](String value, Func`2 fromXmlFunc)
 at JetBrains.ReSharper.Daemon.SolutionAnalysis.IssueTypeConverter.StringToIssueType(ITypeDescriptorContext arg1, CultureInfo arg2, String s)
 at JetBrains.Util.Reflection.TypeConverterBase`1.ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, Object value)
 at JetBrains.Reflection.StringConversion.ParseInvariantString(String value, Type type, ILogger logger)
 at JetBrains.Application.Settings.Implementation.SettingsEntryToSettingsStorageSerialization.CoreStorageSerialization.DeserializeStorageKey(SettingsStoreSerializerType serializerType, String valueSerialized, Type typeDeserialized, ILogger logger)
 at JetBrains.Application.Settings.Implementation.SettingsEntryToSettingsStorageSerialization.DeserializeStorageKeyToEntryIndex(SettingsIndexedEntry entry, String subkey, IExceptionThrowingLogger logger)


— Outer —

— EXCEPTION #056/102 [InvalidOperationException]
Message = “Entry CodeIssueFilter.IssueTypesToHide index could not be deserialized.”
ExceptionPath = Root.InnerException.InnerException.Exceptions.#18.InnerException
ClassName = System.InvalidOperationException
Data.EntryKey = CodeInspection/Highlighting/CodeIssueFilter/IssueTypesToHide
InnerException = “Exception #055 at Root.InnerException.InnerException.Exceptions.#18.InnerException.InnerException”
HResult = COR_E_INVALIDOPERATION=80131509

— Outer —

— EXCEPTION #057/102 [LoggerException]
Message = “Entry CodeIssueFilter.IssueTypesToHide index could not be deserialized.”
ExceptionPath = Root.InnerException.InnerException.Exceptions.#18
ClassName = JetBrains.Util.LoggerException
InnerException = “Exception #056 at Root.InnerException.InnerException.Exceptions.#18.InnerException”
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
 at JetBrains.Application.Settings.Implementation.SettingsEntryToSettingsStorageSerialization.DeserializeStorageKeyToEntryIndex(SettingsIndexedEntry entry, String subkey, IExceptionThrowingLogger logger)
 at JetBrains.Application.Settings.Implementation.SettingsEntryToSettingsStorageSerialization.DeserializeStorageKeyToEntryIndex(SettingsIndexedEntry entry, String subkey, IExceptionThrowingLogger logger)
 at JetBrains.Application.Settings.SettingsStoreChangeArgs.SettingsEntryInstance.TryGetIndexValue()
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass7_0.<DiffEntriesList>b__1(SettingsEntryInstance entryChanged)
 at JetBrains.Util.CollectionUtil.ForEach[T](IEnumerable`1 collection, Action`1 action)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffEntriesList(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, IList`1 entriesClean, IList`1 entriesChanged, Dictionary`2 keyIndices, List`1 script)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__2()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__1()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__0()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.WithKeyIndex(SettingsKeyInstance keyinstance, Dictionary`2 keyIndices, Action F, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList_Key(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, SettingsKeyInstance keyClean, SettingsKeyInstance keyChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_1.<DiffKeysList>b__3()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_0.<DiffKeysList>b__2(SettingsKeyInstance keyClean)
 at JetBrains.Util.CollectionUtil.ForEach[T](IEnumerable`1 collection, Action`1 action)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, IList`1 keysClean, IList`1 keysChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__3()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__1()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__0()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.WithKeyIndex(SettingsKeyInstance keyinstance, Dictionary`2 keyIndices, Action F, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList_Key(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, SettingsKeyInstance keyClean, SettingsKeyInstance keyChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_1.<DiffKeysList>b__3()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_0.<DiffKeysList>b__2(SettingsKeyInstance keyClean)
 at JetBrains.Util.CollectionUtil.ForEach[T](IEnumerable`1 collection, Action`1 action)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, IList`1 keysClean, IList`1 keysChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__3()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__1()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__0()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.WithKeyIndex(SettingsKeyInstance keyinstance, Dictionary`2 keyIndices, Action F, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList_Key(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, SettingsKeyInstance keyClean, SettingsKeyInstance keyChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_1.<DiffKeysList>b__3()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_0.<DiffKeysList>b__2(SettingsKeyInstance keyClean)
 at JetBrains.Util.CollectionUtil.ForEach[T](IEnumerable`1 collection, Action`1 action)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, IList`1 keysClean, IList`1 keysChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass3_0.<Emit2>b__0()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.Emit2(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, SettingsStoreChangeArgs snapshotClean, SettingsStoreChangeArgs snapshotChanged, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.Emit(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsModel.<RecalculatePendingChangesCountCore>b__5_1()
 at JetBrains.Util.Threading.SynchronizedLifetime.ExecuteIfNotTerminated[TResult](Func`1 λ)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsModel.<RecalculatePendingChangesCountCore>b__5_0()
 at JetBrains.Util.Threading.SynchronizedLifetime.ExecuteIfNotTerminated[TResult](Func`1 λ)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsModel.RecalculatePendingChangesCountCore()
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsModel.<>c__DisplayClass3_1.<.ctor>b__4()
 at JetBrains.Application.Threading.Tasks.FreeThreadedGroupingEvent.FireInternal()
 at JetBrains.Application.Threading.Tasks.FreeThreadedGroupingEvent.ScheduledFireAction()
 at JetBrains.Application.Threading.Tasks.TaskHost.AccessViolationCatcher(Action action)
 at JetBrains.Application.Threading.Tasks.TaskHost.<>c__DisplayClass33_0.<Create>b__1(Object state)
 at System.Threading.Tasks.Task.InnerInvoke()
 at System.Threading.Tasks.Task.Execute()
 at System.Threading.Tasks.Task.ExecutionContextCallback(Object obj)
 at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
 at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
 at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot)
 at System.Threading.Tasks.Task.ExecuteEntry(Boolean bPreventDoubleExecution)
 at System.Threading.Tasks.TaskScheduler.TryExecuteTask(Task task)
 at JetBrains.Application.Threading.Tasks.Scheduler.JetScheduler.ExecuteTask(Task task)
 at JetBrains.Application.Threading.Tasks.Scheduler.JetSchedulerThread.EnqueueNextTask()
 at JetBrains.Application.Threading.Tasks.Scheduler.JetSchedulerThread.ThreadPoolProc()
 at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
 at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
 at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
 at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
 at System.Threading.ThreadHelper.ThreadStart()



— Next Branch —

— EXCEPTION #058/102 [InvalidOperationException]
Message = “Component descriptor JetBrains.ReSharper.Feature.Services.Daemon.HighlightingSettingsManagerImpl [Singleton, Corrupted] is corrupted and cannot be accessed”
ExceptionPath = Root.InnerException.InnerException.Exceptions.#19.InnerException.InnerException
ClassName = System.InvalidOperationException
Data.SerializationOperation = Deserialization
Data.ValueSerializerType = TypeConverterToInvariantString
Data.SerializedValue = _003CConfigurableSeverity_0020Id_003D_0022ArrangeTypeMemberModifiers_0022_0020_002F_003E
Data.SerializedValueType = “System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089”
Data.DeserializedValueType = “JetBrains.ReSharper.Daemon.SolutionAnalysis.IIssueType, JetBrains.ReSharper.SolutionAnalysis, Version=112.0.0.0, Culture=neutral, PublicKeyToken=1010a0d8d6380325”
HResult = COR_E_INVALIDOPERATION=80131509
Source = JetBrains.Platform.ComponentModel
StackTraceString = “
 at JetBrains.Application.Components.SingletonDescriptor.GetValue()
 at JetBrains.Application.Components.SingletonDescriptor.GetValue()
 at JetBrains.Application.Components.ComponentContainerEx.GetComponent[TInterface](IComponentContainer container)
 at JetBrains.ReSharper.Daemon.SolutionAnalysis.IssueTypeConverter.<>c.<StringToIssueType>b__7_0(XmlElement element)
 at JetBrains.Util.Reflection.TypeConverterUtil.FromStringThruXml[T](String value, Func`2 fromXmlFunc)
 at JetBrains.ReSharper.Daemon.SolutionAnalysis.IssueTypeConverter.StringToIssueType(ITypeDescriptorContext arg1, CultureInfo arg2, String s)
 at JetBrains.Util.Reflection.TypeConverterBase`1.ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, Object value)
 at JetBrains.Reflection.StringConversion.ParseInvariantString(String value, Type type, ILogger logger)
 at JetBrains.Application.Settings.Implementation.SettingsEntryToSettingsStorageSerialization.CoreStorageSerialization.DeserializeStorageKey(SettingsStoreSerializerType serializerType, String valueSerialized, Type typeDeserialized, ILogger logger)
 at JetBrains.Application.Settings.Implementation.SettingsEntryToSettingsStorageSerialization.DeserializeStorageKeyToEntryIndex(SettingsIndexedEntry entry, String subkey, IExceptionThrowingLogger logger)


— Outer —

— EXCEPTION #059/102 [InvalidOperationException]
Message = “Entry CodeIssueFilter.IssueTypesToHide index could not be deserialized.”
ExceptionPath = Root.InnerException.InnerException.Exceptions.#19.InnerException
ClassName = System.InvalidOperationException
Data.EntryKey = CodeInspection/Highlighting/CodeIssueFilter/IssueTypesToHide
InnerException = “Exception #058 at Root.InnerException.InnerException.Exceptions.#19.InnerException.InnerException”
HResult = COR_E_INVALIDOPERATION=80131509

— Outer —

— EXCEPTION #060/102 [LoggerException]
Message = “Entry CodeIssueFilter.IssueTypesToHide index could not be deserialized.”
ExceptionPath = Root.InnerException.InnerException.Exceptions.#19
ClassName = JetBrains.Util.LoggerException
InnerException = “Exception #059 at Root.InnerException.InnerException.Exceptions.#19.InnerException”
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
 at JetBrains.Application.Settings.Implementation.SettingsEntryToSettingsStorageSerialization.DeserializeStorageKeyToEntryIndex(SettingsIndexedEntry entry, String subkey, IExceptionThrowingLogger logger)
 at JetBrains.Application.Settings.Implementation.SettingsEntryToSettingsStorageSerialization.DeserializeStorageKeyToEntryIndex(SettingsIndexedEntry entry, String subkey, IExceptionThrowingLogger logger)
 at JetBrains.Application.Settings.SettingsStoreChangeArgs.SettingsEntryInstance.TryGetIndexValue()
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass7_0.<DiffEntriesList>b__1(SettingsEntryInstance entryChanged)
 at JetBrains.Util.CollectionUtil.ForEach[T](IEnumerable`1 collection, Action`1 action)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffEntriesList(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, IList`1 entriesClean, IList`1 entriesChanged, Dictionary`2 keyIndices, List`1 script)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__2()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__1()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__0()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.WithKeyIndex(SettingsKeyInstance keyinstance, Dictionary`2 keyIndices, Action F, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList_Key(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, SettingsKeyInstance keyClean, SettingsKeyInstance keyChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_1.<DiffKeysList>b__3()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_0.<DiffKeysList>b__2(SettingsKeyInstance keyClean)
 at JetBrains.Util.CollectionUtil.ForEach[T](IEnumerable`1 collection, Action`1 action)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, IList`1 keysClean, IList`1 keysChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__3()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__1()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__0()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.WithKeyIndex(SettingsKeyInstance keyinstance, Dictionary`2 keyIndices, Action F, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList_Key(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, SettingsKeyInstance keyClean, SettingsKeyInstance keyChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_1.<DiffKeysList>b__3()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_0.<DiffKeysList>b__2(SettingsKeyInstance keyClean)
 at JetBrains.Util.CollectionUtil.ForEach[T](IEnumerable`1 collection, Action`1 action)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, IList`1 keysClean, IList`1 keysChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__3()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__1()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__0()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.WithKeyIndex(SettingsKeyInstance keyinstance, Dictionary`2 keyIndices, Action F, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList_Key(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, SettingsKeyInstance keyClean, SettingsKeyInstance keyChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_1.<DiffKeysList>b__3()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_0.<DiffKeysList>b__2(SettingsKeyInstance keyClean)
 at JetBrains.Util.CollectionUtil.ForEach[T](IEnumerable`1 collection, Action`1 action)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, IList`1 keysClean, IList`1 keysChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass3_0.<Emit2>b__0()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.Emit2(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, SettingsStoreChangeArgs snapshotClean, SettingsStoreChangeArgs snapshotChanged, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.Emit(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsModel.<RecalculatePendingChangesCountCore>b__5_1()
 at JetBrains.Util.Threading.SynchronizedLifetime.ExecuteIfNotTerminated[TResult](Func`1 λ)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsModel.<RecalculatePendingChangesCountCore>b__5_0()
 at JetBrains.Util.Threading.SynchronizedLifetime.ExecuteIfNotTerminated[TResult](Func`1 λ)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsModel.RecalculatePendingChangesCountCore()
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsModel.<>c__DisplayClass3_1.<.ctor>b__4()
 at JetBrains.Application.Threading.Tasks.FreeThreadedGroupingEvent.FireInternal()
 at JetBrains.Application.Threading.Tasks.FreeThreadedGroupingEvent.ScheduledFireAction()
 at JetBrains.Application.Threading.Tasks.TaskHost.AccessViolationCatcher(Action action)
 at JetBrains.Application.Threading.Tasks.TaskHost.<>c__DisplayClass33_0.<Create>b__1(Object state)
 at System.Threading.Tasks.Task.InnerInvoke()
 at System.Threading.Tasks.Task.Execute()
 at System.Threading.Tasks.Task.ExecutionContextCallback(Object obj)
 at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
 at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
 at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot)
 at System.Threading.Tasks.Task.ExecuteEntry(Boolean bPreventDoubleExecution)
 at System.Threading.Tasks.TaskScheduler.TryExecuteTask(Task task)
 at JetBrains.Application.Threading.Tasks.Scheduler.JetScheduler.ExecuteTask(Task task)
 at JetBrains.Application.Threading.Tasks.Scheduler.JetSchedulerThread.EnqueueNextTask()
 at JetBrains.Application.Threading.Tasks.Scheduler.JetSchedulerThread.ThreadPoolProc()
 at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
 at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
 at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
 at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
 at System.Threading.ThreadHelper.ThreadStart()



— Next Branch —

— EXCEPTION #061/102 [InvalidOperationException]
Message = “Component descriptor JetBrains.ReSharper.Feature.Services.Daemon.HighlightingSettingsManagerImpl [Singleton, Corrupted] is corrupted and cannot be accessed”
ExceptionPath = Root.InnerException.InnerException.Exceptions.#20.InnerException.InnerException
ClassName = System.InvalidOperationException
Data.SerializationOperation = Deserialization
Data.ValueSerializerType = TypeConverterToInvariantString
Data.SerializedValue = _003CConfigurableSeverity_0020Id_003D_0022ArrangeTypeModifiers_0022_0020_002F_003E
Data.SerializedValueType = “System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089”
Data.DeserializedValueType = “JetBrains.ReSharper.Daemon.SolutionAnalysis.IIssueType, JetBrains.ReSharper.SolutionAnalysis, Version=112.0.0.0, Culture=neutral, PublicKeyToken=1010a0d8d6380325”
HResult = COR_E_INVALIDOPERATION=80131509
Source = JetBrains.Platform.ComponentModel
StackTraceString = “
 at JetBrains.Application.Components.SingletonDescriptor.GetValue()
 at JetBrains.Application.Components.SingletonDescriptor.GetValue()
 at JetBrains.Application.Components.ComponentContainerEx.GetComponent[TInterface](IComponentContainer container)
 at JetBrains.ReSharper.Daemon.SolutionAnalysis.IssueTypeConverter.<>c.<StringToIssueType>b__7_0(XmlElement element)
 at JetBrains.Util.Reflection.TypeConverterUtil.FromStringThruXml[T](String value, Func`2 fromXmlFunc)
 at JetBrains.ReSharper.Daemon.SolutionAnalysis.IssueTypeConverter.StringToIssueType(ITypeDescriptorContext arg1, CultureInfo arg2, String s)
 at JetBrains.Util.Reflection.TypeConverterBase`1.ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, Object value)
 at JetBrains.Reflection.StringConversion.ParseInvariantString(String value, Type type, ILogger logger)
 at JetBrains.Application.Settings.Implementation.SettingsEntryToSettingsStorageSerialization.CoreStorageSerialization.DeserializeStorageKey(SettingsStoreSerializerType serializerType, String valueSerialized, Type typeDeserialized, ILogger logger)
 at JetBrains.Application.Settings.Implementation.SettingsEntryToSettingsStorageSerialization.DeserializeStorageKeyToEntryIndex(SettingsIndexedEntry entry, String subkey, IExceptionThrowingLogger logger)


— Outer —

— EXCEPTION #062/102 [InvalidOperationException]
Message = “Entry CodeIssueFilter.IssueTypesToHide index could not be deserialized.”
ExceptionPath = Root.InnerException.InnerException.Exceptions.#20.InnerException
ClassName = System.InvalidOperationException
Data.EntryKey = CodeInspection/Highlighting/CodeIssueFilter/IssueTypesToHide
InnerException = “Exception #061 at Root.InnerException.InnerException.Exceptions.#20.InnerException.InnerException”
HResult = COR_E_INVALIDOPERATION=80131509

— Outer —

— EXCEPTION #063/102 [LoggerException]
Message = “Entry CodeIssueFilter.IssueTypesToHide index could not be deserialized.”
ExceptionPath = Root.InnerException.InnerException.Exceptions.#20
ClassName = JetBrains.Util.LoggerException
InnerException = “Exception #062 at Root.InnerException.InnerException.Exceptions.#20.InnerException”
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
 at JetBrains.Application.Settings.Implementation.SettingsEntryToSettingsStorageSerialization.DeserializeStorageKeyToEntryIndex(SettingsIndexedEntry entry, String subkey, IExceptionThrowingLogger logger)
 at JetBrains.Application.Settings.Implementation.SettingsEntryToSettingsStorageSerialization.DeserializeStorageKeyToEntryIndex(SettingsIndexedEntry entry, String subkey, IExceptionThrowingLogger logger)
 at JetBrains.Application.Settings.SettingsStoreChangeArgs.SettingsEntryInstance.TryGetIndexValue()
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass7_0.<DiffEntriesList>b__1(SettingsEntryInstance entryChanged)
 at JetBrains.Util.CollectionUtil.ForEach[T](IEnumerable`1 collection, Action`1 action)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffEntriesList(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, IList`1 entriesClean, IList`1 entriesChanged, Dictionary`2 keyIndices, List`1 script)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__2()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__1()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__0()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.WithKeyIndex(SettingsKeyInstance keyinstance, Dictionary`2 keyIndices, Action F, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList_Key(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, SettingsKeyInstance keyClean, SettingsKeyInstance keyChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_1.<DiffKeysList>b__3()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_0.<DiffKeysList>b__2(SettingsKeyInstance keyClean)
 at JetBrains.Util.CollectionUtil.ForEach[T](IEnumerable`1 collection, Action`1 action)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, IList`1 keysClean, IList`1 keysChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__3()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__1()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__0()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.WithKeyIndex(SettingsKeyInstance keyinstance, Dictionary`2 keyIndices, Action F, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList_Key(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, SettingsKeyInstance keyClean, SettingsKeyInstance keyChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_1.<DiffKeysList>b__3()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_0.<DiffKeysList>b__2(SettingsKeyInstance keyClean)
 at JetBrains.Util.CollectionUtil.ForEach[T](IEnumerable`1 collection, Action`1 action)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, IList`1 keysClean, IList`1 keysChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__3()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__1()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__0()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.WithKeyIndex(SettingsKeyInstance keyinstance, Dictionary`2 keyIndices, Action F, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList_Key(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, SettingsKeyInstance keyClean, SettingsKeyInstance keyChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_1.<DiffKeysList>b__3()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_0.<DiffKeysList>b__2(SettingsKeyInstance keyClean)
 at JetBrains.Util.CollectionUtil.ForEach[T](IEnumerable`1 collection, Action`1 action)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, IList`1 keysClean, IList`1 keysChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass3_0.<Emit2>b__0()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.Emit2(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, SettingsStoreChangeArgs snapshotClean, SettingsStoreChangeArgs snapshotChanged, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.Emit(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsModel.<RecalculatePendingChangesCountCore>b__5_1()
 at JetBrains.Util.Threading.SynchronizedLifetime.ExecuteIfNotTerminated[TResult](Func`1 λ)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsModel.<RecalculatePendingChangesCountCore>b__5_0()
 at JetBrains.Util.Threading.SynchronizedLifetime.ExecuteIfNotTerminated[TResult](Func`1 λ)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsModel.RecalculatePendingChangesCountCore()
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsModel.<>c__DisplayClass3_1.<.ctor>b__4()
 at JetBrains.Application.Threading.Tasks.FreeThreadedGroupingEvent.FireInternal()
 at JetBrains.Application.Threading.Tasks.FreeThreadedGroupingEvent.ScheduledFireAction()
 at JetBrains.Application.Threading.Tasks.TaskHost.AccessViolationCatcher(Action action)
 at JetBrains.Application.Threading.Tasks.TaskHost.<>c__DisplayClass33_0.<Create>b__1(Object state)
 at System.Threading.Tasks.Task.InnerInvoke()
 at System.Threading.Tasks.Task.Execute()
 at System.Threading.Tasks.Task.ExecutionContextCallback(Object obj)
 at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
 at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
 at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot)
 at System.Threading.Tasks.Task.ExecuteEntry(Boolean bPreventDoubleExecution)
 at System.Threading.Tasks.TaskScheduler.TryExecuteTask(Task task)
 at JetBrains.Application.Threading.Tasks.Scheduler.JetScheduler.ExecuteTask(Task task)
 at JetBrains.Application.Threading.Tasks.Scheduler.JetSchedulerThread.EnqueueNextTask()
 at JetBrains.Application.Threading.Tasks.Scheduler.JetSchedulerThread.ThreadPoolProc()
 at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
 at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
 at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
 at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
 at System.Threading.ThreadHelper.ThreadStart()



— Next Branch —

— EXCEPTION #064/102 [InvalidOperationException]
Message = “Component descriptor JetBrains.ReSharper.Feature.Services.Daemon.HighlightingSettingsManagerImpl [Singleton, Corrupted] is corrupted and cannot be accessed”
ExceptionPath = Root.InnerException.InnerException.Exceptions.#21.InnerException.InnerException
ClassName = System.InvalidOperationException
Data.SerializationOperation = Deserialization
Data.ValueSerializerType = TypeConverterToInvariantString
Data.SerializedValue = _003CConfigurableSeverity_0020Id_003D_0022ArrangeVarKeywordsInDecontructingDeclaration_0022_0020_002F_003E
Data.SerializedValueType = “System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089”
Data.DeserializedValueType = “JetBrains.ReSharper.Daemon.SolutionAnalysis.IIssueType, JetBrains.ReSharper.SolutionAnalysis, Version=112.0.0.0, Culture=neutral, PublicKeyToken=1010a0d8d6380325”
HResult = COR_E_INVALIDOPERATION=80131509
Source = JetBrains.Platform.ComponentModel
StackTraceString = “
 at JetBrains.Application.Components.SingletonDescriptor.GetValue()
 at JetBrains.Application.Components.SingletonDescriptor.GetValue()
 at JetBrains.Application.Components.ComponentContainerEx.GetComponent[TInterface](IComponentContainer container)
 at JetBrains.ReSharper.Daemon.SolutionAnalysis.IssueTypeConverter.<>c.<StringToIssueType>b__7_0(XmlElement element)
 at JetBrains.Util.Reflection.TypeConverterUtil.FromStringThruXml[T](String value, Func`2 fromXmlFunc)
 at JetBrains.ReSharper.Daemon.SolutionAnalysis.IssueTypeConverter.StringToIssueType(ITypeDescriptorContext arg1, CultureInfo arg2, String s)
 at JetBrains.Util.Reflection.TypeConverterBase`1.ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, Object value)
 at JetBrains.Reflection.StringConversion.ParseInvariantString(String value, Type type, ILogger logger)
 at JetBrains.Application.Settings.Implementation.SettingsEntryToSettingsStorageSerialization.CoreStorageSerialization.DeserializeStorageKey(SettingsStoreSerializerType serializerType, String valueSerialized, Type typeDeserialized, ILogger logger)
 at JetBrains.Application.Settings.Implementation.SettingsEntryToSettingsStorageSerialization.DeserializeStorageKeyToEntryIndex(SettingsIndexedEntry entry, String subkey, IExceptionThrowingLogger logger)


— Outer —

— EXCEPTION #065/102 [InvalidOperationException]
Message = “Entry CodeIssueFilter.IssueTypesToHide index could not be deserialized.”
ExceptionPath = Root.InnerException.InnerException.Exceptions.#21.InnerException
ClassName = System.InvalidOperationException
Data.EntryKey = CodeInspection/Highlighting/CodeIssueFilter/IssueTypesToHide
InnerException = “Exception #064 at Root.InnerException.InnerException.Exceptions.#21.InnerException.InnerException”
HResult = COR_E_INVALIDOPERATION=80131509

— Outer —

— EXCEPTION #066/102 [LoggerException]
Message = “Entry CodeIssueFilter.IssueTypesToHide index could not be deserialized.”
ExceptionPath = Root.InnerException.InnerException.Exceptions.#21
ClassName = JetBrains.Util.LoggerException
InnerException = “Exception #065 at Root.InnerException.InnerException.Exceptions.#21.InnerException”
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
 at JetBrains.Application.Settings.Implementation.SettingsEntryToSettingsStorageSerialization.DeserializeStorageKeyToEntryIndex(SettingsIndexedEntry entry, String subkey, IExceptionThrowingLogger logger)
 at JetBrains.Application.Settings.Implementation.SettingsEntryToSettingsStorageSerialization.DeserializeStorageKeyToEntryIndex(SettingsIndexedEntry entry, String subkey, IExceptionThrowingLogger logger)
 at JetBrains.Application.Settings.SettingsStoreChangeArgs.SettingsEntryInstance.TryGetIndexValue()
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass7_0.<DiffEntriesList>b__1(SettingsEntryInstance entryChanged)
 at JetBrains.Util.CollectionUtil.ForEach[T](IEnumerable`1 collection, Action`1 action)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffEntriesList(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, IList`1 entriesClean, IList`1 entriesChanged, Dictionary`2 keyIndices, List`1 script)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__2()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__1()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__0()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.WithKeyIndex(SettingsKeyInstance keyinstance, Dictionary`2 keyIndices, Action F, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList_Key(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, SettingsKeyInstance keyClean, SettingsKeyInstance keyChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_1.<DiffKeysList>b__3()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_0.<DiffKeysList>b__2(SettingsKeyInstance keyClean)
 at JetBrains.Util.CollectionUtil.ForEach[T](IEnumerable`1 collection, Action`1 action)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, IList`1 keysClean, IList`1 keysChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__3()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__1()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__0()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.WithKeyIndex(SettingsKeyInstance keyinstance, Dictionary`2 keyIndices, Action F, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList_Key(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, SettingsKeyInstance keyClean, SettingsKeyInstance keyChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_1.<DiffKeysList>b__3()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_0.<DiffKeysList>b__2(SettingsKeyInstance keyClean)
 at JetBrains.Util.CollectionUtil.ForEach[T](IEnumerable`1 collection, Action`1 action)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, IList`1 keysClean, IList`1 keysChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__3()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__1()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__0()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.WithKeyIndex(SettingsKeyInstance keyinstance, Dictionary`2 keyIndices, Action F, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList_Key(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, SettingsKeyInstance keyClean, SettingsKeyInstance keyChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_1.<DiffKeysList>b__3()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_0.<DiffKeysList>b__2(SettingsKeyInstance keyClean)
 at JetBrains.Util.CollectionUtil.ForEach[T](IEnumerable`1 collection, Action`1 action)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, IList`1 keysClean, IList`1 keysChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass3_0.<Emit2>b__0()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.Emit2(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, SettingsStoreChangeArgs snapshotClean, SettingsStoreChangeArgs snapshotChanged, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.Emit(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsModel.<RecalculatePendingChangesCountCore>b__5_1()
 at JetBrains.Util.Threading.SynchronizedLifetime.ExecuteIfNotTerminated[TResult](Func`1 λ)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsModel.<RecalculatePendingChangesCountCore>b__5_0()
 at JetBrains.Util.Threading.SynchronizedLifetime.ExecuteIfNotTerminated[TResult](Func`1 λ)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsModel.RecalculatePendingChangesCountCore()
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsModel.<>c__DisplayClass3_1.<.ctor>b__4()
 at JetBrains.Application.Threading.Tasks.FreeThreadedGroupingEvent.FireInternal()
 at JetBrains.Application.Threading.Tasks.FreeThreadedGroupingEvent.ScheduledFireAction()
 at JetBrains.Application.Threading.Tasks.TaskHost.AccessViolationCatcher(Action action)
 at JetBrains.Application.Threading.Tasks.TaskHost.<>c__DisplayClass33_0.<Create>b__1(Object state)
 at System.Threading.Tasks.Task.InnerInvoke()
 at System.Threading.Tasks.Task.Execute()
 at System.Threading.Tasks.Task.ExecutionContextCallback(Object obj)
 at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
 at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
 at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot)
 at System.Threading.Tasks.Task.ExecuteEntry(Boolean bPreventDoubleExecution)
 at System.Threading.Tasks.TaskScheduler.TryExecuteTask(Task task)
 at JetBrains.Application.Threading.Tasks.Scheduler.JetScheduler.ExecuteTask(Task task)
 at JetBrains.Application.Threading.Tasks.Scheduler.JetSchedulerThread.EnqueueNextTask()
 at JetBrains.Application.Threading.Tasks.Scheduler.JetSchedulerThread.ThreadPoolProc()
 at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
 at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
 at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
 at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
 at System.Threading.ThreadHelper.ThreadStart()



— Next Branch —

— EXCEPTION #067/102 [InvalidOperationException]
Message = “Component descriptor JetBrains.ReSharper.Feature.Services.Daemon.HighlightingSettingsManagerImpl [Singleton, Corrupted] is corrupted and cannot be accessed”
ExceptionPath = Root.InnerException.InnerException.Exceptions.#22.InnerException.InnerException
ClassName = System.InvalidOperationException
Data.SerializationOperation = Deserialization
Data.ValueSerializerType = TypeConverterToInvariantString
Data.SerializedValue = _003CConfigurableSeverity_0020Id_003D_0022Asp_002EContentPlaceholderNotResolved_0022_0020_002F_003E
Data.SerializedValueType = “System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089”
Data.DeserializedValueType = “JetBrains.ReSharper.Daemon.SolutionAnalysis.IIssueType, JetBrains.ReSharper.SolutionAnalysis, Version=112.0.0.0, Culture=neutral, PublicKeyToken=1010a0d8d6380325”
HResult = COR_E_INVALIDOPERATION=80131509
Source = JetBrains.Platform.ComponentModel
StackTraceString = “
 at JetBrains.Application.Components.SingletonDescriptor.GetValue()
 at JetBrains.Application.Components.SingletonDescriptor.GetValue()
 at JetBrains.Application.Components.ComponentContainerEx.GetComponent[TInterface](IComponentContainer container)
 at JetBrains.ReSharper.Daemon.SolutionAnalysis.IssueTypeConverter.<>c.<StringToIssueType>b__7_0(XmlElement element)
 at JetBrains.Util.Reflection.TypeConverterUtil.FromStringThruXml[T](String value, Func`2 fromXmlFunc)
 at JetBrains.ReSharper.Daemon.SolutionAnalysis.IssueTypeConverter.StringToIssueType(ITypeDescriptorContext arg1, CultureInfo arg2, String s)
 at JetBrains.Util.Reflection.TypeConverterBase`1.ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, Object value)
 at JetBrains.Reflection.StringConversion.ParseInvariantString(String value, Type type, ILogger logger)
 at JetBrains.Application.Settings.Implementation.SettingsEntryToSettingsStorageSerialization.CoreStorageSerialization.DeserializeStorageKey(SettingsStoreSerializerType serializerType, String valueSerialized, Type typeDeserialized, ILogger logger)
 at JetBrains.Application.Settings.Implementation.SettingsEntryToSettingsStorageSerialization.DeserializeStorageKeyToEntryIndex(SettingsIndexedEntry entry, String subkey, IExceptionThrowingLogger logger)


— Outer —

— EXCEPTION #068/102 [InvalidOperationException]
Message = “Entry CodeIssueFilter.IssueTypesToHide index could not be deserialized.”
ExceptionPath = Root.InnerException.InnerException.Exceptions.#22.InnerException
ClassName = System.InvalidOperationException
Data.EntryKey = CodeInspection/Highlighting/CodeIssueFilter/IssueTypesToHide
InnerException = “Exception #067 at Root.InnerException.InnerException.Exceptions.#22.InnerException.InnerException”
HResult = COR_E_INVALIDOPERATION=80131509

— Outer —

— EXCEPTION #069/102 [LoggerException]
Message = “Entry CodeIssueFilter.IssueTypesToHide index could not be deserialized.”
ExceptionPath = Root.InnerException.InnerException.Exceptions.#22
ClassName = JetBrains.Util.LoggerException
InnerException = “Exception #068 at Root.InnerException.InnerException.Exceptions.#22.InnerException”
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
 at JetBrains.Application.Settings.Implementation.SettingsEntryToSettingsStorageSerialization.DeserializeStorageKeyToEntryIndex(SettingsIndexedEntry entry, String subkey, IExceptionThrowingLogger logger)
 at JetBrains.Application.Settings.Implementation.SettingsEntryToSettingsStorageSerialization.DeserializeStorageKeyToEntryIndex(SettingsIndexedEntry entry, String subkey, IExceptionThrowingLogger logger)
 at JetBrains.Application.Settings.SettingsStoreChangeArgs.SettingsEntryInstance.TryGetIndexValue()
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass7_0.<DiffEntriesList>b__1(SettingsEntryInstance entryChanged)
 at JetBrains.Util.CollectionUtil.ForEach[T](IEnumerable`1 collection, Action`1 action)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffEntriesList(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, IList`1 entriesClean, IList`1 entriesChanged, Dictionary`2 keyIndices, List`1 script)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__2()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__1()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__0()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.WithKeyIndex(SettingsKeyInstance keyinstance, Dictionary`2 keyIndices, Action F, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList_Key(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, SettingsKeyInstance keyClean, SettingsKeyInstance keyChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_1.<DiffKeysList>b__3()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_0.<DiffKeysList>b__2(SettingsKeyInstance keyClean)
 at JetBrains.Util.CollectionUtil.ForEach[T](IEnumerable`1 collection, Action`1 action)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, IList`1 keysClean, IList`1 keysChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__3()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__1()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__0()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.WithKeyIndex(SettingsKeyInstance keyinstance, Dictionary`2 keyIndices, Action F, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList_Key(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, SettingsKeyInstance keyClean, SettingsKeyInstance keyChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_1.<DiffKeysList>b__3()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_0.<DiffKeysList>b__2(SettingsKeyInstance keyClean)
 at JetBrains.Util.CollectionUtil.ForEach[T](IEnumerable`1 collection, Action`1 action)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, IList`1 keysClean, IList`1 keysChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__3()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__1()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__0()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.WithKeyIndex(SettingsKeyInstance keyinstance, Dictionary`2 keyIndices, Action F, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList_Key(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, SettingsKeyInstance keyClean, SettingsKeyInstance keyChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_1.<DiffKeysList>b__3()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_0.<DiffKeysList>b__2(SettingsKeyInstance keyClean)
 at JetBrains.Util.CollectionUtil.ForEach[T](IEnumerable`1 collection, Action`1 action)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, IList`1 keysClean, IList`1 keysChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass3_0.<Emit2>b__0()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.Emit2(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, SettingsStoreChangeArgs snapshotClean, SettingsStoreChangeArgs snapshotChanged, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.Emit(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsModel.<RecalculatePendingChangesCountCore>b__5_1()
 at JetBrains.Util.Threading.SynchronizedLifetime.ExecuteIfNotTerminated[TResult](Func`1 λ)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsModel.<RecalculatePendingChangesCountCore>b__5_0()
 at JetBrains.Util.Threading.SynchronizedLifetime.ExecuteIfNotTerminated[TResult](Func`1 λ)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsModel.RecalculatePendingChangesCountCore()
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsModel.<>c__DisplayClass3_1.<.ctor>b__4()
 at JetBrains.Application.Threading.Tasks.FreeThreadedGroupingEvent.FireInternal()
 at JetBrains.Application.Threading.Tasks.FreeThreadedGroupingEvent.ScheduledFireAction()
 at JetBrains.Application.Threading.Tasks.TaskHost.AccessViolationCatcher(Action action)
 at JetBrains.Application.Threading.Tasks.TaskHost.<>c__DisplayClass33_0.<Create>b__1(Object state)
 at System.Threading.Tasks.Task.InnerInvoke()
 at System.Threading.Tasks.Task.Execute()
 at System.Threading.Tasks.Task.ExecutionContextCallback(Object obj)
 at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
 at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
 at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot)
 at System.Threading.Tasks.Task.ExecuteEntry(Boolean bPreventDoubleExecution)
 at System.Threading.Tasks.TaskScheduler.TryExecuteTask(Task task)
 at JetBrains.Application.Threading.Tasks.Scheduler.JetScheduler.ExecuteTask(Task task)
 at JetBrains.Application.Threading.Tasks.Scheduler.JetSchedulerThread.EnqueueNextTask()
 at JetBrains.Application.Threading.Tasks.Scheduler.JetSchedulerThread.ThreadPoolProc()
 at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
 at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
 at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
 at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
 at System.Threading.ThreadHelper.ThreadStart()



— Next Branch —

— EXCEPTION #070/102 [InvalidOperationException]
Message = “Component descriptor JetBrains.ReSharper.Feature.Services.Daemon.HighlightingSettingsManagerImpl [Singleton, Corrupted] is corrupted and cannot be accessed”
ExceptionPath = Root.InnerException.InnerException.Exceptions.#23.InnerException.InnerException
ClassName = System.InvalidOperationException
Data.SerializationOperation = Deserialization
Data.ValueSerializerType = TypeConverterToInvariantString
Data.SerializedValue = _003CConfigurableSeverity_0020Id_003D_0022Asp_002ECustomPageParserFilterType_0022_0020_002F_003E
Data.SerializedValueType = “System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089”
Data.DeserializedValueType = “JetBrains.ReSharper.Daemon.SolutionAnalysis.IIssueType, JetBrains.ReSharper.SolutionAnalysis, Version=112.0.0.0, Culture=neutral, PublicKeyToken=1010a0d8d6380325”
HResult = COR_E_INVALIDOPERATION=80131509
Source = JetBrains.Platform.ComponentModel
StackTraceString = “
 at JetBrains.Application.Components.SingletonDescriptor.GetValue()
 at JetBrains.Application.Components.SingletonDescriptor.GetValue()
 at JetBrains.Application.Components.ComponentContainerEx.GetComponent[TInterface](IComponentContainer container)
 at JetBrains.ReSharper.Daemon.SolutionAnalysis.IssueTypeConverter.<>c.<StringToIssueType>b__7_0(XmlElement element)
 at JetBrains.Util.Reflection.TypeConverterUtil.FromStringThruXml[T](String value, Func`2 fromXmlFunc)
 at JetBrains.ReSharper.Daemon.SolutionAnalysis.IssueTypeConverter.StringToIssueType(ITypeDescriptorContext arg1, CultureInfo arg2, String s)
 at JetBrains.Util.Reflection.TypeConverterBase`1.ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, Object value)
 at JetBrains.Reflection.StringConversion.ParseInvariantString(String value, Type type, ILogger logger)
 at JetBrains.Application.Settings.Implementation.SettingsEntryToSettingsStorageSerialization.CoreStorageSerialization.DeserializeStorageKey(SettingsStoreSerializerType serializerType, String valueSerialized, Type typeDeserialized, ILogger logger)
 at JetBrains.Application.Settings.Implementation.SettingsEntryToSettingsStorageSerialization.DeserializeStorageKeyToEntryIndex(SettingsIndexedEntry entry, String subkey, IExceptionThrowingLogger logger)


— Outer —

— EXCEPTION #071/102 [InvalidOperationException]
Message = “Entry CodeIssueFilter.IssueTypesToHide index could not be deserialized.”
ExceptionPath = Root.InnerException.InnerException.Exceptions.#23.InnerException
ClassName = System.InvalidOperationException
Data.EntryKey = CodeInspection/Highlighting/CodeIssueFilter/IssueTypesToHide
InnerException = “Exception #070 at Root.InnerException.InnerException.Exceptions.#23.InnerException.InnerException”
HResult = COR_E_INVALIDOPERATION=80131509

— Outer —

— EXCEPTION #072/102 [LoggerException]
Message = “Entry CodeIssueFilter.IssueTypesToHide index could not be deserialized.”
ExceptionPath = Root.InnerException.InnerException.Exceptions.#23
ClassName = JetBrains.Util.LoggerException
InnerException = “Exception #071 at Root.InnerException.InnerException.Exceptions.#23.InnerException”
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
 at JetBrains.Application.Settings.Implementation.SettingsEntryToSettingsStorageSerialization.DeserializeStorageKeyToEntryIndex(SettingsIndexedEntry entry, String subkey, IExceptionThrowingLogger logger)
 at JetBrains.Application.Settings.Implementation.SettingsEntryToSettingsStorageSerialization.DeserializeStorageKeyToEntryIndex(SettingsIndexedEntry entry, String subkey, IExceptionThrowingLogger logger)
 at JetBrains.Application.Settings.SettingsStoreChangeArgs.SettingsEntryInstance.TryGetIndexValue()
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass7_0.<DiffEntriesList>b__1(SettingsEntryInstance entryChanged)
 at JetBrains.Util.CollectionUtil.ForEach[T](IEnumerable`1 collection, Action`1 action)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffEntriesList(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, IList`1 entriesClean, IList`1 entriesChanged, Dictionary`2 keyIndices, List`1 script)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__2()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__1()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__0()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.WithKeyIndex(SettingsKeyInstance keyinstance, Dictionary`2 keyIndices, Action F, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList_Key(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, SettingsKeyInstance keyClean, SettingsKeyInstance keyChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_1.<DiffKeysList>b__3()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_0.<DiffKeysList>b__2(SettingsKeyInstance keyClean)
 at JetBrains.Util.CollectionUtil.ForEach[T](IEnumerable`1 collection, Action`1 action)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, IList`1 keysClean, IList`1 keysChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__3()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__1()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__0()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.WithKeyIndex(SettingsKeyInstance keyinstance, Dictionary`2 keyIndices, Action F, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList_Key(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, SettingsKeyInstance keyClean, SettingsKeyInstance keyChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_1.<DiffKeysList>b__3()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_0.<DiffKeysList>b__2(SettingsKeyInstance keyClean)
 at JetBrains.Util.CollectionUtil.ForEach[T](IEnumerable`1 collection, Action`1 action)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, IList`1 keysClean, IList`1 keysChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__3()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__1()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__0()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.WithKeyIndex(SettingsKeyInstance keyinstance, Dictionary`2 keyIndices, Action F, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList_Key(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, SettingsKeyInstance keyClean, SettingsKeyInstance keyChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_1.<DiffKeysList>b__3()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_0.<DiffKeysList>b__2(SettingsKeyInstance keyClean)
 at JetBrains.Util.CollectionUtil.ForEach[T](IEnumerable`1 collection, Action`1 action)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, IList`1 keysClean, IList`1 keysChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass3_0.<Emit2>b__0()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.Emit2(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, SettingsStoreChangeArgs snapshotClean, SettingsStoreChangeArgs snapshotChanged, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.Emit(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsModel.<RecalculatePendingChangesCountCore>b__5_1()
 at JetBrains.Util.Threading.SynchronizedLifetime.ExecuteIfNotTerminated[TResult](Func`1 λ)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsModel.<RecalculatePendingChangesCountCore>b__5_0()
 at JetBrains.Util.Threading.SynchronizedLifetime.ExecuteIfNotTerminated[TResult](Func`1 λ)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsModel.RecalculatePendingChangesCountCore()
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsModel.<>c__DisplayClass3_1.<.ctor>b__4()
 at JetBrains.Application.Threading.Tasks.FreeThreadedGroupingEvent.FireInternal()
 at JetBrains.Application.Threading.Tasks.FreeThreadedGroupingEvent.ScheduledFireAction()
 at JetBrains.Application.Threading.Tasks.TaskHost.AccessViolationCatcher(Action action)
 at JetBrains.Application.Threading.Tasks.TaskHost.<>c__DisplayClass33_0.<Create>b__1(Object state)
 at System.Threading.Tasks.Task.InnerInvoke()
 at System.Threading.Tasks.Task.Execute()
 at System.Threading.Tasks.Task.ExecutionContextCallback(Object obj)
 at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
 at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
 at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot)
 at System.Threading.Tasks.Task.ExecuteEntry(Boolean bPreventDoubleExecution)
 at System.Threading.Tasks.TaskScheduler.TryExecuteTask(Task task)
 at JetBrains.Application.Threading.Tasks.Scheduler.JetScheduler.ExecuteTask(Task task)
 at JetBrains.Application.Threading.Tasks.Scheduler.JetSchedulerThread.EnqueueNextTask()
 at JetBrains.Application.Threading.Tasks.Scheduler.JetSchedulerThread.ThreadPoolProc()
 at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
 at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
 at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
 at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
 at System.Threading.ThreadHelper.ThreadStart()



— Next Branch —

— EXCEPTION #073/102 [InvalidOperationException]
Message = “Component descriptor JetBrains.ReSharper.Feature.Services.Daemon.HighlightingSettingsManagerImpl [Singleton, Corrupted] is corrupted and cannot be accessed”
ExceptionPath = Root.InnerException.InnerException.Exceptions.#24.InnerException.InnerException
ClassName = System.InvalidOperationException
Data.SerializationOperation = Deserialization
Data.ValueSerializerType = TypeConverterToInvariantString
Data.SerializedValue = _003CConfigurableSeverity_0020Id_003D_0022Asp_002EDeadCode_0022_0020_002F_003E
Data.SerializedValueType = “System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089”
Data.DeserializedValueType = “JetBrains.ReSharper.Daemon.SolutionAnalysis.IIssueType, JetBrains.ReSharper.SolutionAnalysis, Version=112.0.0.0, Culture=neutral, PublicKeyToken=1010a0d8d6380325”
HResult = COR_E_INVALIDOPERATION=80131509
Source = JetBrains.Platform.ComponentModel
StackTraceString = “
 at JetBrains.Application.Components.SingletonDescriptor.GetValue()
 at JetBrains.Application.Components.SingletonDescriptor.GetValue()
 at JetBrains.Application.Components.ComponentContainerEx.GetComponent[TInterface](IComponentContainer container)
 at JetBrains.ReSharper.Daemon.SolutionAnalysis.IssueTypeConverter.<>c.<StringToIssueType>b__7_0(XmlElement element)
 at JetBrains.Util.Reflection.TypeConverterUtil.FromStringThruXml[T](String value, Func`2 fromXmlFunc)
 at JetBrains.ReSharper.Daemon.SolutionAnalysis.IssueTypeConverter.StringToIssueType(ITypeDescriptorContext arg1, CultureInfo arg2, String s)
 at JetBrains.Util.Reflection.TypeConverterBase`1.ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, Object value)
 at JetBrains.Reflection.StringConversion.ParseInvariantString(String value, Type type, ILogger logger)
 at JetBrains.Application.Settings.Implementation.SettingsEntryToSettingsStorageSerialization.CoreStorageSerialization.DeserializeStorageKey(SettingsStoreSerializerType serializerType, String valueSerialized, Type typeDeserialized, ILogger logger)
 at JetBrains.Application.Settings.Implementation.SettingsEntryToSettingsStorageSerialization.DeserializeStorageKeyToEntryIndex(SettingsIndexedEntry entry, String subkey, IExceptionThrowingLogger logger)


— Outer —

— EXCEPTION #074/102 [InvalidOperationException]
Message = “Entry CodeIssueFilter.IssueTypesToHide index could not be deserialized.”
ExceptionPath = Root.InnerException.InnerException.Exceptions.#24.InnerException
ClassName = System.InvalidOperationException
Data.EntryKey = CodeInspection/Highlighting/CodeIssueFilter/IssueTypesToHide
InnerException = “Exception #073 at Root.InnerException.InnerException.Exceptions.#24.InnerException.InnerException”
HResult = COR_E_INVALIDOPERATION=80131509

— Outer —

— EXCEPTION #075/102 [LoggerException]
Message = “Entry CodeIssueFilter.IssueTypesToHide index could not be deserialized.”
ExceptionPath = Root.InnerException.InnerException.Exceptions.#24
ClassName = JetBrains.Util.LoggerException
InnerException = “Exception #074 at Root.InnerException.InnerException.Exceptions.#24.InnerException”
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
 at JetBrains.Application.Settings.Implementation.SettingsEntryToSettingsStorageSerialization.DeserializeStorageKeyToEntryIndex(SettingsIndexedEntry entry, String subkey, IExceptionThrowingLogger logger)
 at JetBrains.Application.Settings.Implementation.SettingsEntryToSettingsStorageSerialization.DeserializeStorageKeyToEntryIndex(SettingsIndexedEntry entry, String subkey, IExceptionThrowingLogger logger)
 at JetBrains.Application.Settings.SettingsStoreChangeArgs.SettingsEntryInstance.TryGetIndexValue()
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass7_0.<DiffEntriesList>b__1(SettingsEntryInstance entryChanged)
 at JetBrains.Util.CollectionUtil.ForEach[T](IEnumerable`1 collection, Action`1 action)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffEntriesList(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, IList`1 entriesClean, IList`1 entriesChanged, Dictionary`2 keyIndices, List`1 script)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__2()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__1()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__0()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.WithKeyIndex(SettingsKeyInstance keyinstance, Dictionary`2 keyIndices, Action F, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList_Key(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, SettingsKeyInstance keyClean, SettingsKeyInstance keyChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_1.<DiffKeysList>b__3()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_0.<DiffKeysList>b__2(SettingsKeyInstance keyClean)
 at JetBrains.Util.CollectionUtil.ForEach[T](IEnumerable`1 collection, Action`1 action)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, IList`1 keysClean, IList`1 keysChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__3()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__1()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__0()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.WithKeyIndex(SettingsKeyInstance keyinstance, Dictionary`2 keyIndices, Action F, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList_Key(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, SettingsKeyInstance keyClean, SettingsKeyInstance keyChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_1.<DiffKeysList>b__3()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_0.<DiffKeysList>b__2(SettingsKeyInstance keyClean)
 at JetBrains.Util.CollectionUtil.ForEach[T](IEnumerable`1 collection, Action`1 action)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, IList`1 keysClean, IList`1 keysChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__3()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__1()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__0()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.WithKeyIndex(SettingsKeyInstance keyinstance, Dictionary`2 keyIndices, Action F, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList_Key(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, SettingsKeyInstance keyClean, SettingsKeyInstance keyChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_1.<DiffKeysList>b__3()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_0.<DiffKeysList>b__2(SettingsKeyInstance keyClean)
 at JetBrains.Util.CollectionUtil.ForEach[T](IEnumerable`1 collection, Action`1 action)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, IList`1 keysClean, IList`1 keysChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass3_0.<Emit2>b__0()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.Emit2(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, SettingsStoreChangeArgs snapshotClean, SettingsStoreChangeArgs snapshotChanged, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.Emit(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsModel.<RecalculatePendingChangesCountCore>b__5_1()
 at JetBrains.Util.Threading.SynchronizedLifetime.ExecuteIfNotTerminated[TResult](Func`1 λ)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsModel.<RecalculatePendingChangesCountCore>b__5_0()
 at JetBrains.Util.Threading.SynchronizedLifetime.ExecuteIfNotTerminated[TResult](Func`1 λ)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsModel.RecalculatePendingChangesCountCore()
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsModel.<>c__DisplayClass3_1.<.ctor>b__4()
 at JetBrains.Application.Threading.Tasks.FreeThreadedGroupingEvent.FireInternal()
 at JetBrains.Application.Threading.Tasks.FreeThreadedGroupingEvent.ScheduledFireAction()
 at JetBrains.Application.Threading.Tasks.TaskHost.AccessViolationCatcher(Action action)
 at JetBrains.Application.Threading.Tasks.TaskHost.<>c__DisplayClass33_0.<Create>b__1(Object state)
 at System.Threading.Tasks.Task.InnerInvoke()
 at System.Threading.Tasks.Task.Execute()
 at System.Threading.Tasks.Task.ExecutionContextCallback(Object obj)
 at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
 at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
 at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot)
 at System.Threading.Tasks.Task.ExecuteEntry(Boolean bPreventDoubleExecution)
 at System.Threading.Tasks.TaskScheduler.TryExecuteTask(Task task)
 at JetBrains.Application.Threading.Tasks.Scheduler.JetScheduler.ExecuteTask(Task task)
 at JetBrains.Application.Threading.Tasks.Scheduler.JetSchedulerThread.EnqueueNextTask()
 at JetBrains.Application.Threading.Tasks.Scheduler.JetSchedulerThread.ThreadPoolProc()
 at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
 at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
 at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
 at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
 at System.Threading.ThreadHelper.ThreadStart()



— Next Branch —

— EXCEPTION #076/102 [InvalidOperationException]
Message = “Component descriptor JetBrains.ReSharper.Feature.Services.Daemon.HighlightingSettingsManagerImpl [Singleton, Corrupted] is corrupted and cannot be accessed”
ExceptionPath = Root.InnerException.InnerException.Exceptions.#25.InnerException.InnerException
ClassName = System.InvalidOperationException
Data.SerializationOperation = Deserialization
Data.ValueSerializerType = TypeConverterToInvariantString
Data.SerializedValue = _003CConfigurableSeverity_0020Id_003D_0022Asp_002EImage_0022_0020_002F_003E
Data.SerializedValueType = “System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089”
Data.DeserializedValueType = “JetBrains.ReSharper.Daemon.SolutionAnalysis.IIssueType, JetBrains.ReSharper.SolutionAnalysis, Version=112.0.0.0, Culture=neutral, PublicKeyToken=1010a0d8d6380325”
HResult = COR_E_INVALIDOPERATION=80131509
Source = JetBrains.Platform.ComponentModel
StackTraceString = “
 at JetBrains.Application.Components.SingletonDescriptor.GetValue()
 at JetBrains.Application.Components.SingletonDescriptor.GetValue()
 at JetBrains.Application.Components.ComponentContainerEx.GetComponent[TInterface](IComponentContainer container)
 at JetBrains.ReSharper.Daemon.SolutionAnalysis.IssueTypeConverter.<>c.<StringToIssueType>b__7_0(XmlElement element)
 at JetBrains.Util.Reflection.TypeConverterUtil.FromStringThruXml[T](String value, Func`2 fromXmlFunc)
 at JetBrains.ReSharper.Daemon.SolutionAnalysis.IssueTypeConverter.StringToIssueType(ITypeDescriptorContext arg1, CultureInfo arg2, String s)
 at JetBrains.Util.Reflection.TypeConverterBase`1.ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, Object value)
 at JetBrains.Reflection.StringConversion.ParseInvariantString(String value, Type type, ILogger logger)
 at JetBrains.Application.Settings.Implementation.SettingsEntryToSettingsStorageSerialization.CoreStorageSerialization.DeserializeStorageKey(SettingsStoreSerializerType serializerType, String valueSerialized, Type typeDeserialized, ILogger logger)
 at JetBrains.Application.Settings.Implementation.SettingsEntryToSettingsStorageSerialization.DeserializeStorageKeyToEntryIndex(SettingsIndexedEntry entry, String subkey, IExceptionThrowingLogger logger)


— Outer —

— EXCEPTION #077/102 [InvalidOperationException]
Message = “Entry CodeIssueFilter.IssueTypesToHide index could not be deserialized.”
ExceptionPath = Root.InnerException.InnerException.Exceptions.#25.InnerException
ClassName = System.InvalidOperationException
Data.EntryKey = CodeInspection/Highlighting/CodeIssueFilter/IssueTypesToHide
InnerException = “Exception #076 at Root.InnerException.InnerException.Exceptions.#25.InnerException.InnerException”
HResult = COR_E_INVALIDOPERATION=80131509

— Outer —

— EXCEPTION #078/102 [LoggerException]
Message = “Entry CodeIssueFilter.IssueTypesToHide index could not be deserialized.”
ExceptionPath = Root.InnerException.InnerException.Exceptions.#25
ClassName = JetBrains.Util.LoggerException
InnerException = “Exception #077 at Root.InnerException.InnerException.Exceptions.#25.InnerException”
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
 at JetBrains.Application.Settings.Implementation.SettingsEntryToSettingsStorageSerialization.DeserializeStorageKeyToEntryIndex(SettingsIndexedEntry entry, String subkey, IExceptionThrowingLogger logger)
 at JetBrains.Application.Settings.Implementation.SettingsEntryToSettingsStorageSerialization.DeserializeStorageKeyToEntryIndex(SettingsIndexedEntry entry, String subkey, IExceptionThrowingLogger logger)
 at JetBrains.Application.Settings.SettingsStoreChangeArgs.SettingsEntryInstance.TryGetIndexValue()
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass7_0.<DiffEntriesList>b__1(SettingsEntryInstance entryChanged)
 at JetBrains.Util.CollectionUtil.ForEach[T](IEnumerable`1 collection, Action`1 action)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffEntriesList(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, IList`1 entriesClean, IList`1 entriesChanged, Dictionary`2 keyIndices, List`1 script)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__2()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__1()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__0()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.WithKeyIndex(SettingsKeyInstance keyinstance, Dictionary`2 keyIndices, Action F, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList_Key(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, SettingsKeyInstance keyClean, SettingsKeyInstance keyChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_1.<DiffKeysList>b__3()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_0.<DiffKeysList>b__2(SettingsKeyInstance keyClean)
 at JetBrains.Util.CollectionUtil.ForEach[T](IEnumerable`1 collection, Action`1 action)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, IList`1 keysClean, IList`1 keysChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__3()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__1()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__0()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.WithKeyIndex(SettingsKeyInstance keyinstance, Dictionary`2 keyIndices, Action F, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList_Key(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, SettingsKeyInstance keyClean, SettingsKeyInstance keyChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_1.<DiffKeysList>b__3()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_0.<DiffKeysList>b__2(SettingsKeyInstance keyClean)
 at JetBrains.Util.CollectionUtil.ForEach[T](IEnumerable`1 collection, Action`1 action)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, IList`1 keysClean, IList`1 keysChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__3()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__1()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__0()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.WithKeyIndex(SettingsKeyInstance keyinstance, Dictionary`2 keyIndices, Action F, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList_Key(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, SettingsKeyInstance keyClean, SettingsKeyInstance keyChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_1.<DiffKeysList>b__3()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_0.<DiffKeysList>b__2(SettingsKeyInstance keyClean)
 at JetBrains.Util.CollectionUtil.ForEach[T](IEnumerable`1 collection, Action`1 action)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, IList`1 keysClean, IList`1 keysChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass3_0.<Emit2>b__0()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.Emit2(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, SettingsStoreChangeArgs snapshotClean, SettingsStoreChangeArgs snapshotChanged, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.Emit(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsModel.<RecalculatePendingChangesCountCore>b__5_1()
 at JetBrains.Util.Threading.SynchronizedLifetime.ExecuteIfNotTerminated[TResult](Func`1 λ)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsModel.<RecalculatePendingChangesCountCore>b__5_0()
 at JetBrains.Util.Threading.SynchronizedLifetime.ExecuteIfNotTerminated[TResult](Func`1 λ)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsModel.RecalculatePendingChangesCountCore()
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsModel.<>c__DisplayClass3_1.<.ctor>b__4()
 at JetBrains.Application.Threading.Tasks.FreeThreadedGroupingEvent.FireInternal()
 at JetBrains.Application.Threading.Tasks.FreeThreadedGroupingEvent.ScheduledFireAction()
 at JetBrains.Application.Threading.Tasks.TaskHost.AccessViolationCatcher(Action action)
 at JetBrains.Application.Threading.Tasks.TaskHost.<>c__DisplayClass33_0.<Create>b__1(Object state)
 at System.Threading.Tasks.Task.InnerInvoke()
 at System.Threading.Tasks.Task.Execute()
 at System.Threading.Tasks.Task.ExecutionContextCallback(Object obj)
 at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
 at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
 at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot)
 at System.Threading.Tasks.Task.ExecuteEntry(Boolean bPreventDoubleExecution)
 at System.Threading.Tasks.TaskScheduler.TryExecuteTask(Task task)
 at JetBrains.Application.Threading.Tasks.Scheduler.JetScheduler.ExecuteTask(Task task)
 at JetBrains.Application.Threading.Tasks.Scheduler.JetSchedulerThread.EnqueueNextTask()
 at JetBrains.Application.Threading.Tasks.Scheduler.JetSchedulerThread.ThreadPoolProc()
 at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
 at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
 at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
 at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
 at System.Threading.ThreadHelper.ThreadStart()



— Next Branch —

— EXCEPTION #079/102 [InvalidOperationException]
Message = “Component descriptor JetBrains.ReSharper.Feature.Services.Daemon.HighlightingSettingsManagerImpl [Singleton, Corrupted] is corrupted and cannot be accessed”
ExceptionPath = Root.InnerException.InnerException.Exceptions.#26.InnerException.InnerException
ClassName = System.InvalidOperationException
Data.SerializationOperation = Deserialization
Data.ValueSerializerType = TypeConverterToInvariantString
Data.SerializedValue = _003CConfigurableSeverity_0020Id_003D_0022Asp_002EInvalidControlType_0022_0020_002F_003E
Data.SerializedValueType = “System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089”
Data.DeserializedValueType = “JetBrains.ReSharper.Daemon.SolutionAnalysis.IIssueType, JetBrains.ReSharper.SolutionAnalysis, Version=112.0.0.0, Culture=neutral, PublicKeyToken=1010a0d8d6380325”
HResult = COR_E_INVALIDOPERATION=80131509
Source = JetBrains.Platform.ComponentModel
StackTraceString = “
 at JetBrains.Application.Components.SingletonDescriptor.GetValue()
 at JetBrains.Application.Components.SingletonDescriptor.GetValue()
 at JetBrains.Application.Components.ComponentContainerEx.GetComponent[TInterface](IComponentContainer container)
 at JetBrains.ReSharper.Daemon.SolutionAnalysis.IssueTypeConverter.<>c.<StringToIssueType>b__7_0(XmlElement element)
 at JetBrains.Util.Reflection.TypeConverterUtil.FromStringThruXml[T](String value, Func`2 fromXmlFunc)
 at JetBrains.ReSharper.Daemon.SolutionAnalysis.IssueTypeConverter.StringToIssueType(ITypeDescriptorContext arg1, CultureInfo arg2, String s)
 at JetBrains.Util.Reflection.TypeConverterBase`1.ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, Object value)
 at JetBrains.Reflection.StringConversion.ParseInvariantString(String value, Type type, ILogger logger)
 at JetBrains.Application.Settings.Implementation.SettingsEntryToSettingsStorageSerialization.CoreStorageSerialization.DeserializeStorageKey(SettingsStoreSerializerType serializerType, String valueSerialized, Type typeDeserialized, ILogger logger)
 at JetBrains.Application.Settings.Implementation.SettingsEntryToSettingsStorageSerialization.DeserializeStorageKeyToEntryIndex(SettingsIndexedEntry entry, String subkey, IExceptionThrowingLogger logger)


— Outer —

— EXCEPTION #080/102 [InvalidOperationException]
Message = “Entry CodeIssueFilter.IssueTypesToHide index could not be deserialized.”
ExceptionPath = Root.InnerException.InnerException.Exceptions.#26.InnerException
ClassName = System.InvalidOperationException
Data.EntryKey = CodeInspection/Highlighting/CodeIssueFilter/IssueTypesToHide
InnerException = “Exception #079 at Root.InnerException.InnerException.Exceptions.#26.InnerException.InnerException”
HResult = COR_E_INVALIDOPERATION=80131509

— Outer —

— EXCEPTION #081/102 [LoggerException]
Message = “Entry CodeIssueFilter.IssueTypesToHide index could not be deserialized.”
ExceptionPath = Root.InnerException.InnerException.Exceptions.#26
ClassName = JetBrains.Util.LoggerException
InnerException = “Exception #080 at Root.InnerException.InnerException.Exceptions.#26.InnerException”
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
 at JetBrains.Application.Settings.Implementation.SettingsEntryToSettingsStorageSerialization.DeserializeStorageKeyToEntryIndex(SettingsIndexedEntry entry, String subkey, IExceptionThrowingLogger logger)
 at JetBrains.Application.Settings.Implementation.SettingsEntryToSettingsStorageSerialization.DeserializeStorageKeyToEntryIndex(SettingsIndexedEntry entry, String subkey, IExceptionThrowingLogger logger)
 at JetBrains.Application.Settings.SettingsStoreChangeArgs.SettingsEntryInstance.TryGetIndexValue()
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass7_0.<DiffEntriesList>b__1(SettingsEntryInstance entryChanged)
 at JetBrains.Util.CollectionUtil.ForEach[T](IEnumerable`1 collection, Action`1 action)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffEntriesList(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, IList`1 entriesClean, IList`1 entriesChanged, Dictionary`2 keyIndices, List`1 script)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__2()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__1()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__0()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.WithKeyIndex(SettingsKeyInstance keyinstance, Dictionary`2 keyIndices, Action F, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList_Key(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, SettingsKeyInstance keyClean, SettingsKeyInstance keyChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_1.<DiffKeysList>b__3()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_0.<DiffKeysList>b__2(SettingsKeyInstance keyClean)
 at JetBrains.Util.CollectionUtil.ForEach[T](IEnumerable`1 collection, Action`1 action)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, IList`1 keysClean, IList`1 keysChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__3()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__1()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__0()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.WithKeyIndex(SettingsKeyInstance keyinstance, Dictionary`2 keyIndices, Action F, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList_Key(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, SettingsKeyInstance keyClean, SettingsKeyInstance keyChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_1.<DiffKeysList>b__3()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_0.<DiffKeysList>b__2(SettingsKeyInstance keyClean)
 at JetBrains.Util.CollectionUtil.ForEach[T](IEnumerable`1 collection, Action`1 action)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, IList`1 keysClean, IList`1 keysChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__3()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__1()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__0()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.WithKeyIndex(SettingsKeyInstance keyinstance, Dictionary`2 keyIndices, Action F, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList_Key(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, SettingsKeyInstance keyClean, SettingsKeyInstance keyChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_1.<DiffKeysList>b__3()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_0.<DiffKeysList>b__2(SettingsKeyInstance keyClean)
 at JetBrains.Util.CollectionUtil.ForEach[T](IEnumerable`1 collection, Action`1 action)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, IList`1 keysClean, IList`1 keysChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass3_0.<Emit2>b__0()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.Emit2(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, SettingsStoreChangeArgs snapshotClean, SettingsStoreChangeArgs snapshotChanged, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.Emit(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsModel.<RecalculatePendingChangesCountCore>b__5_1()
 at JetBrains.Util.Threading.SynchronizedLifetime.ExecuteIfNotTerminated[TResult](Func`1 λ)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsModel.<RecalculatePendingChangesCountCore>b__5_0()
 at JetBrains.Util.Threading.SynchronizedLifetime.ExecuteIfNotTerminated[TResult](Func`1 λ)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsModel.RecalculatePendingChangesCountCore()
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsModel.<>c__DisplayClass3_1.<.ctor>b__4()
 at JetBrains.Application.Threading.Tasks.FreeThreadedGroupingEvent.FireInternal()
 at JetBrains.Application.Threading.Tasks.FreeThreadedGroupingEvent.ScheduledFireAction()
 at JetBrains.Application.Threading.Tasks.TaskHost.AccessViolationCatcher(Action action)
 at JetBrains.Application.Threading.Tasks.TaskHost.<>c__DisplayClass33_0.<Create>b__1(Object state)
 at System.Threading.Tasks.Task.InnerInvoke()
 at System.Threading.Tasks.Task.Execute()
 at System.Threading.Tasks.Task.ExecutionContextCallback(Object obj)
 at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
 at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
 at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot)
 at System.Threading.Tasks.Task.ExecuteEntry(Boolean bPreventDoubleExecution)
 at System.Threading.Tasks.TaskScheduler.TryExecuteTask(Task task)
 at JetBrains.Application.Threading.Tasks.Scheduler.JetScheduler.ExecuteTask(Task task)
 at JetBrains.Application.Threading.Tasks.Scheduler.JetSchedulerThread.EnqueueNextTask()
 at JetBrains.Application.Threading.Tasks.Scheduler.JetSchedulerThread.ThreadPoolProc()
 at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
 at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
 at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
 at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
 at System.Threading.ThreadHelper.ThreadStart()



— Next Branch —

— EXCEPTION #082/102 [InvalidOperationException]
Message = “Component descriptor JetBrains.ReSharper.Feature.Services.Daemon.HighlightingSettingsManagerImpl [Singleton, Corrupted] is corrupted and cannot be accessed”
ExceptionPath = Root.InnerException.InnerException.Exceptions.#27.InnerException.InnerException
ClassName = System.InvalidOperationException
Data.SerializationOperation = Deserialization
Data.ValueSerializerType = TypeConverterToInvariantString
Data.SerializedValue = _003CConfigurableSeverity_0020Id_003D_0022Asp_002ENotResolved_0022_0020_002F_003E
Data.SerializedValueType = “System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089”
Data.DeserializedValueType = “JetBrains.ReSharper.Daemon.SolutionAnalysis.IIssueType, JetBrains.ReSharper.SolutionAnalysis, Version=112.0.0.0, Culture=neutral, PublicKeyToken=1010a0d8d6380325”
HResult = COR_E_INVALIDOPERATION=80131509
Source = JetBrains.Platform.ComponentModel
StackTraceString = “
 at JetBrains.Application.Components.SingletonDescriptor.GetValue()
 at JetBrains.Application.Components.SingletonDescriptor.GetValue()
 at JetBrains.Application.Components.ComponentContainerEx.GetComponent[TInterface](IComponentContainer container)
 at JetBrains.ReSharper.Daemon.SolutionAnalysis.IssueTypeConverter.<>c.<StringToIssueType>b__7_0(XmlElement element)
 at JetBrains.Util.Reflection.TypeConverterUtil.FromStringThruXml[T](String value, Func`2 fromXmlFunc)
 at JetBrains.ReSharper.Daemon.SolutionAnalysis.IssueTypeConverter.StringToIssueType(ITypeDescriptorContext arg1, CultureInfo arg2, String s)
 at JetBrains.Util.Reflection.TypeConverterBase`1.ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, Object value)
 at JetBrains.Reflection.StringConversion.ParseInvariantString(String value, Type type, ILogger logger)
 at JetBrains.Application.Settings.Implementation.SettingsEntryToSettingsStorageSerialization.CoreStorageSerialization.DeserializeStorageKey(SettingsStoreSerializerType serializerType, String valueSerialized, Type typeDeserialized, ILogger logger)
 at JetBrains.Application.Settings.Implementation.SettingsEntryToSettingsStorageSerialization.DeserializeStorageKeyToEntryIndex(SettingsIndexedEntry entry, String subkey, IExceptionThrowingLogger logger)


— Outer —

— EXCEPTION #083/102 [InvalidOperationException]
Message = “Entry CodeIssueFilter.IssueTypesToHide index could not be deserialized.”
ExceptionPath = Root.InnerException.InnerException.Exceptions.#27.InnerException
ClassName = System.InvalidOperationException
Data.EntryKey = CodeInspection/Highlighting/CodeIssueFilter/IssueTypesToHide
InnerException = “Exception #082 at Root.InnerException.InnerException.Exceptions.#27.InnerException.InnerException”
HResult = COR_E_INVALIDOPERATION=80131509

— Outer —

— EXCEPTION #084/102 [LoggerException]
Message = “Entry CodeIssueFilter.IssueTypesToHide index could not be deserialized.”
ExceptionPath = Root.InnerException.InnerException.Exceptions.#27
ClassName = JetBrains.Util.LoggerException
InnerException = “Exception #083 at Root.InnerException.InnerException.Exceptions.#27.InnerException”
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
 at JetBrains.Application.Settings.Implementation.SettingsEntryToSettingsStorageSerialization.DeserializeStorageKeyToEntryIndex(SettingsIndexedEntry entry, String subkey, IExceptionThrowingLogger logger)
 at JetBrains.Application.Settings.Implementation.SettingsEntryToSettingsStorageSerialization.DeserializeStorageKeyToEntryIndex(SettingsIndexedEntry entry, String subkey, IExceptionThrowingLogger logger)
 at JetBrains.Application.Settings.SettingsStoreChangeArgs.SettingsEntryInstance.TryGetIndexValue()
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass7_0.<DiffEntriesList>b__1(SettingsEntryInstance entryChanged)
 at JetBrains.Util.CollectionUtil.ForEach[T](IEnumerable`1 collection, Action`1 action)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffEntriesList(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, IList`1 entriesClean, IList`1 entriesChanged, Dictionary`2 keyIndices, List`1 script)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__2()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__1()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__0()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.WithKeyIndex(SettingsKeyInstance keyinstance, Dictionary`2 keyIndices, Action F, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList_Key(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, SettingsKeyInstance keyClean, SettingsKeyInstance keyChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_1.<DiffKeysList>b__3()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_0.<DiffKeysList>b__2(SettingsKeyInstance keyClean)
 at JetBrains.Util.CollectionUtil.ForEach[T](IEnumerable`1 collection, Action`1 action)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, IList`1 keysClean, IList`1 keysChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__3()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__1()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__0()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.WithKeyIndex(SettingsKeyInstance keyinstance, Dictionary`2 keyIndices, Action F, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList_Key(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, SettingsKeyInstance keyClean, SettingsKeyInstance keyChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_1.<DiffKeysList>b__3()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_0.<DiffKeysList>b__2(SettingsKeyInstance keyClean)
 at JetBrains.Util.CollectionUtil.ForEach[T](IEnumerable`1 collection, Action`1 action)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, IList`1 keysClean, IList`1 keysChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__3()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__1()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__0()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.WithKeyIndex(SettingsKeyInstance keyinstance, Dictionary`2 keyIndices, Action F, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList_Key(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, SettingsKeyInstance keyClean, SettingsKeyInstance keyChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_1.<DiffKeysList>b__3()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_0.<DiffKeysList>b__2(SettingsKeyInstance keyClean)
 at JetBrains.Util.CollectionUtil.ForEach[T](IEnumerable`1 collection, Action`1 action)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, IList`1 keysClean, IList`1 keysChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass3_0.<Emit2>b__0()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.Emit2(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, SettingsStoreChangeArgs snapshotClean, SettingsStoreChangeArgs snapshotChanged, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.Emit(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsModel.<RecalculatePendingChangesCountCore>b__5_1()
 at JetBrains.Util.Threading.SynchronizedLifetime.ExecuteIfNotTerminated[TResult](Func`1 λ)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsModel.<RecalculatePendingChangesCountCore>b__5_0()
 at JetBrains.Util.Threading.SynchronizedLifetime.ExecuteIfNotTerminated[TResult](Func`1 λ)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsModel.RecalculatePendingChangesCountCore()
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsModel.<>c__DisplayClass3_1.<.ctor>b__4()
 at JetBrains.Application.Threading.Tasks.FreeThreadedGroupingEvent.FireInternal()
 at JetBrains.Application.Threading.Tasks.FreeThreadedGroupingEvent.ScheduledFireAction()
 at JetBrains.Application.Threading.Tasks.TaskHost.AccessViolationCatcher(Action action)
 at JetBrains.Application.Threading.Tasks.TaskHost.<>c__DisplayClass33_0.<Create>b__1(Object state)
 at System.Threading.Tasks.Task.InnerInvoke()
 at System.Threading.Tasks.Task.Execute()
 at System.Threading.Tasks.Task.ExecutionContextCallback(Object obj)
 at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
 at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
 at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot)
 at System.Threading.Tasks.Task.ExecuteEntry(Boolean bPreventDoubleExecution)
 at System.Threading.Tasks.TaskScheduler.TryExecuteTask(Task task)
 at JetBrains.Application.Threading.Tasks.Scheduler.JetScheduler.ExecuteTask(Task task)
 at JetBrains.Application.Threading.Tasks.Scheduler.JetSchedulerThread.EnqueueNextTask()
 at JetBrains.Application.Threading.Tasks.Scheduler.JetSchedulerThread.ThreadPoolProc()
 at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
 at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
 at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
 at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
 at System.Threading.ThreadHelper.ThreadStart()



— Next Branch —

— EXCEPTION #085/102 [InvalidOperationException]
Message = “Component descriptor JetBrains.ReSharper.Feature.Services.Daemon.HighlightingSettingsManagerImpl [Singleton, Corrupted] is corrupted and cannot be accessed”
ExceptionPath = Root.InnerException.InnerException.Exceptions.#28.InnerException.InnerException
ClassName = System.InvalidOperationException
Data.SerializationOperation = Deserialization
Data.ValueSerializerType = TypeConverterToInvariantString
Data.SerializedValue = _003CConfigurableSeverity_0020Id_003D_0022Asp_002EResolveWarning_0022_0020_002F_003E
Data.SerializedValueType = “System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089”
Data.DeserializedValueType = “JetBrains.ReSharper.Daemon.SolutionAnalysis.IIssueType, JetBrains.ReSharper.SolutionAnalysis, Version=112.0.0.0, Culture=neutral, PublicKeyToken=1010a0d8d6380325”
HResult = COR_E_INVALIDOPERATION=80131509
Source = JetBrains.Platform.ComponentModel
StackTraceString = “
 at JetBrains.Application.Components.SingletonDescriptor.GetValue()
 at JetBrains.Application.Components.SingletonDescriptor.GetValue()
 at JetBrains.Application.Components.ComponentContainerEx.GetComponent[TInterface](IComponentContainer container)
 at JetBrains.ReSharper.Daemon.SolutionAnalysis.IssueTypeConverter.<>c.<StringToIssueType>b__7_0(XmlElement element)
 at JetBrains.Util.Reflection.TypeConverterUtil.FromStringThruXml[T](String value, Func`2 fromXmlFunc)
 at JetBrains.ReSharper.Daemon.SolutionAnalysis.IssueTypeConverter.StringToIssueType(ITypeDescriptorContext arg1, CultureInfo arg2, String s)
 at JetBrains.Util.Reflection.TypeConverterBase`1.ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, Object value)
 at JetBrains.Reflection.StringConversion.ParseInvariantString(String value, Type type, ILogger logger)
 at JetBrains.Application.Settings.Implementation.SettingsEntryToSettingsStorageSerialization.CoreStorageSerialization.DeserializeStorageKey(SettingsStoreSerializerType serializerType, String valueSerialized, Type typeDeserialized, ILogger logger)
 at JetBrains.Application.Settings.Implementation.SettingsEntryToSettingsStorageSerialization.DeserializeStorageKeyToEntryIndex(SettingsIndexedEntry entry, String subkey, IExceptionThrowingLogger logger)


— Outer —

— EXCEPTION #086/102 [InvalidOperationException]
Message = “Entry CodeIssueFilter.IssueTypesToHide index could not be deserialized.”
ExceptionPath = Root.InnerException.InnerException.Exceptions.#28.InnerException
ClassName = System.InvalidOperationException
Data.EntryKey = CodeInspection/Highlighting/CodeIssueFilter/IssueTypesToHide
InnerException = “Exception #085 at Root.InnerException.InnerException.Exceptions.#28.InnerException.InnerException”
HResult = COR_E_INVALIDOPERATION=80131509

— Outer —

— EXCEPTION #087/102 [LoggerException]
Message = “Entry CodeIssueFilter.IssueTypesToHide index could not be deserialized.”
ExceptionPath = Root.InnerException.InnerException.Exceptions.#28
ClassName = JetBrains.Util.LoggerException
InnerException = “Exception #086 at Root.InnerException.InnerException.Exceptions.#28.InnerException”
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
 at JetBrains.Application.Settings.Implementation.SettingsEntryToSettingsStorageSerialization.DeserializeStorageKeyToEntryIndex(SettingsIndexedEntry entry, String subkey, IExceptionThrowingLogger logger)
 at JetBrains.Application.Settings.Implementation.SettingsEntryToSettingsStorageSerialization.DeserializeStorageKeyToEntryIndex(SettingsIndexedEntry entry, String subkey, IExceptionThrowingLogger logger)
 at JetBrains.Application.Settings.SettingsStoreChangeArgs.SettingsEntryInstance.TryGetIndexValue()
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass7_0.<DiffEntriesList>b__1(SettingsEntryInstance entryChanged)
 at JetBrains.Util.CollectionUtil.ForEach[T](IEnumerable`1 collection, Action`1 action)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffEntriesList(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, IList`1 entriesClean, IList`1 entriesChanged, Dictionary`2 keyIndices, List`1 script)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__2()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__1()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__0()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.WithKeyIndex(SettingsKeyInstance keyinstance, Dictionary`2 keyIndices, Action F, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList_Key(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, SettingsKeyInstance keyClean, SettingsKeyInstance keyChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_1.<DiffKeysList>b__3()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_0.<DiffKeysList>b__2(SettingsKeyInstance keyClean)
 at JetBrains.Util.CollectionUtil.ForEach[T](IEnumerable`1 collection, Action`1 action)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, IList`1 keysClean, IList`1 keysChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__3()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__1()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__0()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.WithKeyIndex(SettingsKeyInstance keyinstance, Dictionary`2 keyIndices, Action F, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList_Key(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, SettingsKeyInstance keyClean, SettingsKeyInstance keyChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_1.<DiffKeysList>b__3()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_0.<DiffKeysList>b__2(SettingsKeyInstance keyClean)
 at JetBrains.Util.CollectionUtil.ForEach[T](IEnumerable`1 collection, Action`1 action)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, IList`1 keysClean, IList`1 keysChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__3()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__1()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__0()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.WithKeyIndex(SettingsKeyInstance keyinstance, Dictionary`2 keyIndices, Action F, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList_Key(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, SettingsKeyInstance keyClean, SettingsKeyInstance keyChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_1.<DiffKeysList>b__3()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_0.<DiffKeysList>b__2(SettingsKeyInstance keyClean)
 at JetBrains.Util.CollectionUtil.ForEach[T](IEnumerable`1 collection, Action`1 action)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, IList`1 keysClean, IList`1 keysChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass3_0.<Emit2>b__0()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.Emit2(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, SettingsStoreChangeArgs snapshotClean, SettingsStoreChangeArgs snapshotChanged, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.Emit(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsModel.<RecalculatePendingChangesCountCore>b__5_1()
 at JetBrains.Util.Threading.SynchronizedLifetime.ExecuteIfNotTerminated[TResult](Func`1 λ)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsModel.<RecalculatePendingChangesCountCore>b__5_0()
 at JetBrains.Util.Threading.SynchronizedLifetime.ExecuteIfNotTerminated[TResult](Func`1 λ)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsModel.RecalculatePendingChangesCountCore()
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsModel.<>c__DisplayClass3_1.<.ctor>b__4()
 at JetBrains.Application.Threading.Tasks.FreeThreadedGroupingEvent.FireInternal()
 at JetBrains.Application.Threading.Tasks.FreeThreadedGroupingEvent.ScheduledFireAction()
 at JetBrains.Application.Threading.Tasks.TaskHost.AccessViolationCatcher(Action action)
 at JetBrains.Application.Threading.Tasks.TaskHost.<>c__DisplayClass33_0.<Create>b__1(Object state)
 at System.Threading.Tasks.Task.InnerInvoke()
 at System.Threading.Tasks.Task.Execute()
 at System.Threading.Tasks.Task.ExecutionContextCallback(Object obj)
 at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
 at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
 at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot)
 at System.Threading.Tasks.Task.ExecuteEntry(Boolean bPreventDoubleExecution)
 at System.Threading.Tasks.TaskScheduler.TryExecuteTask(Task task)
 at JetBrains.Application.Threading.Tasks.Scheduler.JetScheduler.ExecuteTask(Task task)
 at JetBrains.Application.Threading.Tasks.Scheduler.JetSchedulerThread.EnqueueNextTask()
 at JetBrains.Application.Threading.Tasks.Scheduler.JetSchedulerThread.ThreadPoolProc()
 at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
 at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
 at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
 at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
 at System.Threading.ThreadHelper.ThreadStart()



— Next Branch —

— EXCEPTION #088/102 [InvalidOperationException]
Message = “Component descriptor JetBrains.ReSharper.Feature.Services.Daemon.HighlightingSettingsManagerImpl [Singleton, Corrupted] is corrupted and cannot be accessed”
ExceptionPath = Root.InnerException.InnerException.Exceptions.#29.InnerException.InnerException
ClassName = System.InvalidOperationException
Data.SerializationOperation = Deserialization
Data.ValueSerializerType = TypeConverterToInvariantString
Data.SerializedValue = _003CConfigurableSeverity_0020Id_003D_0022Asp_002ESkinNotResolved_0022_0020_002F_003E
Data.SerializedValueType = “System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089”
Data.DeserializedValueType = “JetBrains.ReSharper.Daemon.SolutionAnalysis.IIssueType, JetBrains.ReSharper.SolutionAnalysis, Version=112.0.0.0, Culture=neutral, PublicKeyToken=1010a0d8d6380325”
HResult = COR_E_INVALIDOPERATION=80131509
Source = JetBrains.Platform.ComponentModel
StackTraceString = “
 at JetBrains.Application.Components.SingletonDescriptor.GetValue()
 at JetBrains.Application.Components.SingletonDescriptor.GetValue()
 at JetBrains.Application.Components.ComponentContainerEx.GetComponent[TInterface](IComponentContainer container)
 at JetBrains.ReSharper.Daemon.SolutionAnalysis.IssueTypeConverter.<>c.<StringToIssueType>b__7_0(XmlElement element)
 at JetBrains.Util.Reflection.TypeConverterUtil.FromStringThruXml[T](String value, Func`2 fromXmlFunc)
 at JetBrains.ReSharper.Daemon.SolutionAnalysis.IssueTypeConverter.StringToIssueType(ITypeDescriptorContext arg1, CultureInfo arg2, String s)
 at JetBrains.Util.Reflection.TypeConverterBase`1.ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, Object value)
 at JetBrains.Reflection.StringConversion.ParseInvariantString(String value, Type type, ILogger logger)
 at JetBrains.Application.Settings.Implementation.SettingsEntryToSettingsStorageSerialization.CoreStorageSerialization.DeserializeStorageKey(SettingsStoreSerializerType serializerType, String valueSerialized, Type typeDeserialized, ILogger logger)
 at JetBrains.Application.Settings.Implementation.SettingsEntryToSettingsStorageSerialization.DeserializeStorageKeyToEntryIndex(SettingsIndexedEntry entry, String subkey, IExceptionThrowingLogger logger)


— Outer —

— EXCEPTION #089/102 [InvalidOperationException]
Message = “Entry CodeIssueFilter.IssueTypesToHide index could not be deserialized.”
ExceptionPath = Root.InnerException.InnerException.Exceptions.#29.InnerException
ClassName = System.InvalidOperationException
Data.EntryKey = CodeInspection/Highlighting/CodeIssueFilter/IssueTypesToHide
InnerException = “Exception #088 at Root.InnerException.InnerException.Exceptions.#29.InnerException.InnerException”
HResult = COR_E_INVALIDOPERATION=80131509

— Outer —

— EXCEPTION #090/102 [LoggerException]
Message = “Entry CodeIssueFilter.IssueTypesToHide index could not be deserialized.”
ExceptionPath = Root.InnerException.InnerException.Exceptions.#29
ClassName = JetBrains.Util.LoggerException
InnerException = “Exception #089 at Root.InnerException.InnerException.Exceptions.#29.InnerException”
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
 at JetBrains.Application.Settings.Implementation.SettingsEntryToSettingsStorageSerialization.DeserializeStorageKeyToEntryIndex(SettingsIndexedEntry entry, String subkey, IExceptionThrowingLogger logger)
 at JetBrains.Application.Settings.Implementation.SettingsEntryToSettingsStorageSerialization.DeserializeStorageKeyToEntryIndex(SettingsIndexedEntry entry, String subkey, IExceptionThrowingLogger logger)
 at JetBrains.Application.Settings.SettingsStoreChangeArgs.SettingsEntryInstance.TryGetIndexValue()
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass7_0.<DiffEntriesList>b__1(SettingsEntryInstance entryChanged)
 at JetBrains.Util.CollectionUtil.ForEach[T](IEnumerable`1 collection, Action`1 action)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffEntriesList(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, IList`1 entriesClean, IList`1 entriesChanged, Dictionary`2 keyIndices, List`1 script)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__2()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__1()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__0()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.WithKeyIndex(SettingsKeyInstance keyinstance, Dictionary`2 keyIndices, Action F, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList_Key(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, SettingsKeyInstance keyClean, SettingsKeyInstance keyChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_1.<DiffKeysList>b__3()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_0.<DiffKeysList>b__2(SettingsKeyInstance keyClean)
 at JetBrains.Util.CollectionUtil.ForEach[T](IEnumerable`1 collection, Action`1 action)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, IList`1 keysClean, IList`1 keysChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__3()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__1()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__0()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.WithKeyIndex(SettingsKeyInstance keyinstance, Dictionary`2 keyIndices, Action F, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList_Key(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, SettingsKeyInstance keyClean, SettingsKeyInstance keyChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_1.<DiffKeysList>b__3()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_0.<DiffKeysList>b__2(SettingsKeyInstance keyClean)
 at JetBrains.Util.CollectionUtil.ForEach[T](IEnumerable`1 collection, Action`1 action)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, IList`1 keysClean, IList`1 keysChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__3()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__1()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__0()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.WithKeyIndex(SettingsKeyInstance keyinstance, Dictionary`2 keyIndices, Action F, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList_Key(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, SettingsKeyInstance keyClean, SettingsKeyInstance keyChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_1.<DiffKeysList>b__3()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_0.<DiffKeysList>b__2(SettingsKeyInstance keyClean)
 at JetBrains.Util.CollectionUtil.ForEach[T](IEnumerable`1 collection, Action`1 action)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, IList`1 keysClean, IList`1 keysChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass3_0.<Emit2>b__0()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.Emit2(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, SettingsStoreChangeArgs snapshotClean, SettingsStoreChangeArgs snapshotChanged, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.Emit(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsModel.<RecalculatePendingChangesCountCore>b__5_1()
 at JetBrains.Util.Threading.SynchronizedLifetime.ExecuteIfNotTerminated[TResult](Func`1 λ)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsModel.<RecalculatePendingChangesCountCore>b__5_0()
 at JetBrains.Util.Threading.SynchronizedLifetime.ExecuteIfNotTerminated[TResult](Func`1 λ)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsModel.RecalculatePendingChangesCountCore()
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsModel.<>c__DisplayClass3_1.<.ctor>b__4()
 at JetBrains.Application.Threading.Tasks.FreeThreadedGroupingEvent.FireInternal()
 at JetBrains.Application.Threading.Tasks.FreeThreadedGroupingEvent.ScheduledFireAction()
 at JetBrains.Application.Threading.Tasks.TaskHost.AccessViolationCatcher(Action action)
 at JetBrains.Application.Threading.Tasks.TaskHost.<>c__DisplayClass33_0.<Create>b__1(Object state)
 at System.Threading.Tasks.Task.InnerInvoke()
 at System.Threading.Tasks.Task.Execute()
 at System.Threading.Tasks.Task.ExecutionContextCallback(Object obj)
 at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
 at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
 at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot)
 at System.Threading.Tasks.Task.ExecuteEntry(Boolean bPreventDoubleExecution)
 at System.Threading.Tasks.TaskScheduler.TryExecuteTask(Task task)
 at JetBrains.Application.Threading.Tasks.Scheduler.JetScheduler.ExecuteTask(Task task)
 at JetBrains.Application.Threading.Tasks.Scheduler.JetSchedulerThread.EnqueueNextTask()
 at JetBrains.Application.Threading.Tasks.Scheduler.JetSchedulerThread.ThreadPoolProc()
 at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
 at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
 at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
 at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
 at System.Threading.ThreadHelper.ThreadStart()



— Next Branch —

— EXCEPTION #091/102 [InvalidOperationException]
Message = “Component descriptor JetBrains.ReSharper.Feature.Services.Daemon.HighlightingSettingsManagerImpl [Singleton, Corrupted] is corrupted and cannot be accessed”
ExceptionPath = Root.InnerException.InnerException.Exceptions.#30.InnerException.InnerException
ClassName = System.InvalidOperationException
Data.SerializationOperation = Deserialization
Data.ValueSerializerType = TypeConverterToInvariantString
Data.SerializedValue = _003CConfigurableSeverity_0020Id_003D_0022Asp_002ETagAttributeWithOptionalValue_0022_0020_002F_003E
Data.SerializedValueType = “System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089”
Data.DeserializedValueType = “JetBrains.ReSharper.Daemon.SolutionAnalysis.IIssueType, JetBrains.ReSharper.SolutionAnalysis, Version=112.0.0.0, Culture=neutral, PublicKeyToken=1010a0d8d6380325”
HResult = COR_E_INVALIDOPERATION=80131509
Source = JetBrains.Platform.ComponentModel
StackTraceString = “
 at JetBrains.Application.Components.SingletonDescriptor.GetValue()
 at JetBrains.Application.Components.SingletonDescriptor.GetValue()
 at JetBrains.Application.Components.ComponentContainerEx.GetComponent[TInterface](IComponentContainer container)
 at JetBrains.ReSharper.Daemon.SolutionAnalysis.IssueTypeConverter.<>c.<StringToIssueType>b__7_0(XmlElement element)
 at JetBrains.Util.Reflection.TypeConverterUtil.FromStringThruXml[T](String value, Func`2 fromXmlFunc)
 at JetBrains.ReSharper.Daemon.SolutionAnalysis.IssueTypeConverter.StringToIssueType(ITypeDescriptorContext arg1, CultureInfo arg2, String s)
 at JetBrains.Util.Reflection.TypeConverterBase`1.ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, Object value)
 at JetBrains.Reflection.StringConversion.ParseInvariantString(String value, Type type, ILogger logger)
 at JetBrains.Application.Settings.Implementation.SettingsEntryToSettingsStorageSerialization.CoreStorageSerialization.DeserializeStorageKey(SettingsStoreSerializerType serializerType, String valueSerialized, Type typeDeserialized, ILogger logger)
 at JetBrains.Application.Settings.Implementation.SettingsEntryToSettingsStorageSerialization.DeserializeStorageKeyToEntryIndex(SettingsIndexedEntry entry, String subkey, IExceptionThrowingLogger logger)


— Outer —

— EXCEPTION #092/102 [InvalidOperationException]
Message = “Entry CodeIssueFilter.IssueTypesToHide index could not be deserialized.”
ExceptionPath = Root.InnerException.InnerException.Exceptions.#30.InnerException
ClassName = System.InvalidOperationException
Data.EntryKey = CodeInspection/Highlighting/CodeIssueFilter/IssueTypesToHide
InnerException = “Exception #091 at Root.InnerException.InnerException.Exceptions.#30.InnerException.InnerException”
HResult = COR_E_INVALIDOPERATION=80131509

— Outer —

— EXCEPTION #093/102 [LoggerException]
Message = “Entry CodeIssueFilter.IssueTypesToHide index could not be deserialized.”
ExceptionPath = Root.InnerException.InnerException.Exceptions.#30
ClassName = JetBrains.Util.LoggerException
InnerException = “Exception #092 at Root.InnerException.InnerException.Exceptions.#30.InnerException”
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
 at JetBrains.Application.Settings.Implementation.SettingsEntryToSettingsStorageSerialization.DeserializeStorageKeyToEntryIndex(SettingsIndexedEntry entry, String subkey, IExceptionThrowingLogger logger)
 at JetBrains.Application.Settings.Implementation.SettingsEntryToSettingsStorageSerialization.DeserializeStorageKeyToEntryIndex(SettingsIndexedEntry entry, String subkey, IExceptionThrowingLogger logger)
 at JetBrains.Application.Settings.SettingsStoreChangeArgs.SettingsEntryInstance.TryGetIndexValue()
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass7_0.<DiffEntriesList>b__1(SettingsEntryInstance entryChanged)
 at JetBrains.Util.CollectionUtil.ForEach[T](IEnumerable`1 collection, Action`1 action)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffEntriesList(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, IList`1 entriesClean, IList`1 entriesChanged, Dictionary`2 keyIndices, List`1 script)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__2()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__1()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__0()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.WithKeyIndex(SettingsKeyInstance keyinstance, Dictionary`2 keyIndices, Action F, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList_Key(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, SettingsKeyInstance keyClean, SettingsKeyInstance keyChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_1.<DiffKeysList>b__3()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_0.<DiffKeysList>b__2(SettingsKeyInstance keyClean)
 at JetBrains.Util.CollectionUtil.ForEach[T](IEnumerable`1 collection, Action`1 action)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, IList`1 keysClean, IList`1 keysChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__3()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__1()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__0()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.WithKeyIndex(SettingsKeyInstance keyinstance, Dictionary`2 keyIndices, Action F, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList_Key(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, SettingsKeyInstance keyClean, SettingsKeyInstance keyChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_1.<DiffKeysList>b__3()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_0.<DiffKeysList>b__2(SettingsKeyInstance keyClean)
 at JetBrains.Util.CollectionUtil.ForEach[T](IEnumerable`1 collection, Action`1 action)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, IList`1 keysClean, IList`1 keysChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__3()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__1()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__0()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.WithKeyIndex(SettingsKeyInstance keyinstance, Dictionary`2 keyIndices, Action F, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList_Key(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, SettingsKeyInstance keyClean, SettingsKeyInstance keyChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_1.<DiffKeysList>b__3()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_0.<DiffKeysList>b__2(SettingsKeyInstance keyClean)
 at JetBrains.Util.CollectionUtil.ForEach[T](IEnumerable`1 collection, Action`1 action)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, IList`1 keysClean, IList`1 keysChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass3_0.<Emit2>b__0()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.Emit2(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, SettingsStoreChangeArgs snapshotClean, SettingsStoreChangeArgs snapshotChanged, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.Emit(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsModel.<RecalculatePendingChangesCountCore>b__5_1()
 at JetBrains.Util.Threading.SynchronizedLifetime.ExecuteIfNotTerminated[TResult](Func`1 λ)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsModel.<RecalculatePendingChangesCountCore>b__5_0()
 at JetBrains.Util.Threading.SynchronizedLifetime.ExecuteIfNotTerminated[TResult](Func`1 λ)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsModel.RecalculatePendingChangesCountCore()
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsModel.<>c__DisplayClass3_1.<.ctor>b__4()
 at JetBrains.Application.Threading.Tasks.FreeThreadedGroupingEvent.FireInternal()
 at JetBrains.Application.Threading.Tasks.FreeThreadedGroupingEvent.ScheduledFireAction()
 at JetBrains.Application.Threading.Tasks.TaskHost.AccessViolationCatcher(Action action)
 at JetBrains.Application.Threading.Tasks.TaskHost.<>c__DisplayClass33_0.<Create>b__1(Object state)
 at System.Threading.Tasks.Task.InnerInvoke()
 at System.Threading.Tasks.Task.Execute()
 at System.Threading.Tasks.Task.ExecutionContextCallback(Object obj)
 at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
 at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
 at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot)
 at System.Threading.Tasks.Task.ExecuteEntry(Boolean bPreventDoubleExecution)
 at System.Threading.Tasks.TaskScheduler.TryExecuteTask(Task task)
 at JetBrains.Application.Threading.Tasks.Scheduler.JetScheduler.ExecuteTask(Task task)
 at JetBrains.Application.Threading.Tasks.Scheduler.JetSchedulerThread.EnqueueNextTask()
 at JetBrains.Application.Threading.Tasks.Scheduler.JetSchedulerThread.ThreadPoolProc()
 at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
 at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
 at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
 at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
 at System.Threading.ThreadHelper.ThreadStart()



— Next Branch —

— EXCEPTION #094/102 [InvalidOperationException]
Message = “Component descriptor JetBrains.ReSharper.Feature.Services.Daemon.HighlightingSettingsManagerImpl [Singleton, Corrupted] is corrupted and cannot be accessed”
ExceptionPath = Root.InnerException.InnerException.Exceptions.#31.InnerException.InnerException
ClassName = System.InvalidOperationException
Data.SerializationOperation = Deserialization
Data.ValueSerializerType = TypeConverterToInvariantString
Data.SerializedValue = _003CConfigurableSeverity_0020Id_003D_0022Asp_002EThemeNotResolved_0022_0020_002F_003E
Data.SerializedValueType = “System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089”
Data.DeserializedValueType = “JetBrains.ReSharper.Daemon.SolutionAnalysis.IIssueType, JetBrains.ReSharper.SolutionAnalysis, Version=112.0.0.0, Culture=neutral, PublicKeyToken=1010a0d8d6380325”
HResult = COR_E_INVALIDOPERATION=80131509
Source = JetBrains.Platform.ComponentModel
StackTraceString = “
 at JetBrains.Application.Components.SingletonDescriptor.GetValue()
 at JetBrains.Application.Components.SingletonDescriptor.GetValue()
 at JetBrains.Application.Components.ComponentContainerEx.GetComponent[TInterface](IComponentContainer container)
 at JetBrains.ReSharper.Daemon.SolutionAnalysis.IssueTypeConverter.<>c.<StringToIssueType>b__7_0(XmlElement element)
 at JetBrains.Util.Reflection.TypeConverterUtil.FromStringThruXml[T](String value, Func`2 fromXmlFunc)
 at JetBrains.ReSharper.Daemon.SolutionAnalysis.IssueTypeConverter.StringToIssueType(ITypeDescriptorContext arg1, CultureInfo arg2, String s)
 at JetBrains.Util.Reflection.TypeConverterBase`1.ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, Object value)
 at JetBrains.Reflection.StringConversion.ParseInvariantString(String value, Type type, ILogger logger)
 at JetBrains.Application.Settings.Implementation.SettingsEntryToSettingsStorageSerialization.CoreStorageSerialization.DeserializeStorageKey(SettingsStoreSerializerType serializerType, String valueSerialized, Type typeDeserialized, ILogger logger)
 at JetBrains.Application.Settings.Implementation.SettingsEntryToSettingsStorageSerialization.DeserializeStorageKeyToEntryIndex(SettingsIndexedEntry entry, String subkey, IExceptionThrowingLogger logger)


— Outer —

— EXCEPTION #095/102 [InvalidOperationException]
Message = “Entry CodeIssueFilter.IssueTypesToHide index could not be deserialized.”
ExceptionPath = Root.InnerException.InnerException.Exceptions.#31.InnerException
ClassName = System.InvalidOperationException
Data.EntryKey = CodeInspection/Highlighting/CodeIssueFilter/IssueTypesToHide
InnerException = “Exception #094 at Root.InnerException.InnerException.Exceptions.#31.InnerException.InnerException”
HResult = COR_E_INVALIDOPERATION=80131509

— Outer —

— EXCEPTION #096/102 [LoggerException]
Message = “Entry CodeIssueFilter.IssueTypesToHide index could not be deserialized.”
ExceptionPath = Root.InnerException.InnerException.Exceptions.#31
ClassName = JetBrains.Util.LoggerException
InnerException = “Exception #095 at Root.InnerException.InnerException.Exceptions.#31.InnerException”
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
 at JetBrains.Application.Settings.Implementation.SettingsEntryToSettingsStorageSerialization.DeserializeStorageKeyToEntryIndex(SettingsIndexedEntry entry, String subkey, IExceptionThrowingLogger logger)
 at JetBrains.Application.Settings.Implementation.SettingsEntryToSettingsStorageSerialization.DeserializeStorageKeyToEntryIndex(SettingsIndexedEntry entry, String subkey, IExceptionThrowingLogger logger)
 at JetBrains.Application.Settings.SettingsStoreChangeArgs.SettingsEntryInstance.TryGetIndexValue()
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass7_0.<DiffEntriesList>b__1(SettingsEntryInstance entryChanged)
 at JetBrains.Util.CollectionUtil.ForEach[T](IEnumerable`1 collection, Action`1 action)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffEntriesList(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, IList`1 entriesClean, IList`1 entriesChanged, Dictionary`2 keyIndices, List`1 script)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__2()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__1()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__0()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.WithKeyIndex(SettingsKeyInstance keyinstance, Dictionary`2 keyIndices, Action F, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList_Key(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, SettingsKeyInstance keyClean, SettingsKeyInstance keyChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_1.<DiffKeysList>b__3()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_0.<DiffKeysList>b__2(SettingsKeyInstance keyClean)
 at JetBrains.Util.CollectionUtil.ForEach[T](IEnumerable`1 collection, Action`1 action)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, IList`1 keysClean, IList`1 keysChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__3()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__1()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__0()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.WithKeyIndex(SettingsKeyInstance keyinstance, Dictionary`2 keyIndices, Action F, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList_Key(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, SettingsKeyInstance keyClean, SettingsKeyInstance keyChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_1.<DiffKeysList>b__3()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_0.<DiffKeysList>b__2(SettingsKeyInstance keyClean)
 at JetBrains.Util.CollectionUtil.ForEach[T](IEnumerable`1 collection, Action`1 action)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, IList`1 keysClean, IList`1 keysChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__3()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__1()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__0()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.WithKeyIndex(SettingsKeyInstance keyinstance, Dictionary`2 keyIndices, Action F, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList_Key(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, SettingsKeyInstance keyClean, SettingsKeyInstance keyChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_1.<DiffKeysList>b__3()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_0.<DiffKeysList>b__2(SettingsKeyInstance keyClean)
 at JetBrains.Util.CollectionUtil.ForEach[T](IEnumerable`1 collection, Action`1 action)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, IList`1 keysClean, IList`1 keysChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass3_0.<Emit2>b__0()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.Emit2(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, SettingsStoreChangeArgs snapshotClean, SettingsStoreChangeArgs snapshotChanged, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.Emit(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsModel.<RecalculatePendingChangesCountCore>b__5_1()
 at JetBrains.Util.Threading.SynchronizedLifetime.ExecuteIfNotTerminated[TResult](Func`1 λ)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsModel.<RecalculatePendingChangesCountCore>b__5_0()
 at JetBrains.Util.Threading.SynchronizedLifetime.ExecuteIfNotTerminated[TResult](Func`1 λ)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsModel.RecalculatePendingChangesCountCore()
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsModel.<>c__DisplayClass3_1.<.ctor>b__4()
 at JetBrains.Application.Threading.Tasks.FreeThreadedGroupingEvent.FireInternal()
 at JetBrains.Application.Threading.Tasks.FreeThreadedGroupingEvent.ScheduledFireAction()
 at JetBrains.Application.Threading.Tasks.TaskHost.AccessViolationCatcher(Action action)
 at JetBrains.Application.Threading.Tasks.TaskHost.<>c__DisplayClass33_0.<Create>b__1(Object state)
 at System.Threading.Tasks.Task.InnerInvoke()
 at System.Threading.Tasks.Task.Execute()
 at System.Threading.Tasks.Task.ExecutionContextCallback(Object obj)
 at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
 at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
 at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot)
 at System.Threading.Tasks.Task.ExecuteEntry(Boolean bPreventDoubleExecution)
 at System.Threading.Tasks.TaskScheduler.TryExecuteTask(Task task)
 at JetBrains.Application.Threading.Tasks.Scheduler.JetScheduler.ExecuteTask(Task task)
 at JetBrains.Application.Threading.Tasks.Scheduler.JetSchedulerThread.EnqueueNextTask()
 at JetBrains.Application.Threading.Tasks.Scheduler.JetSchedulerThread.ThreadPoolProc()
 at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
 at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
 at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
 at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
 at System.Threading.ThreadHelper.ThreadStart()



— Next Branch —

— EXCEPTION #097/102 [InvalidOperationException]
Message = “Component descriptor JetBrains.ReSharper.Feature.Services.Daemon.HighlightingSettingsManagerImpl [Singleton, Corrupted] is corrupted and cannot be accessed”
ExceptionPath = Root.InnerException.InnerException.Exceptions.#32.InnerException.InnerException
ClassName = System.InvalidOperationException
Data.SerializationOperation = Deserialization
Data.ValueSerializerType = TypeConverterToInvariantString
Data.SerializedValue = _003CConfigurableSeverity_0020Id_003D_0022Asp_002EWarning_0022_0020_002F_003E
Data.SerializedValueType = “System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089”
Data.DeserializedValueType = “JetBrains.ReSharper.Daemon.SolutionAnalysis.IIssueType, JetBrains.ReSharper.SolutionAnalysis, Version=112.0.0.0, Culture=neutral, PublicKeyToken=1010a0d8d6380325”
HResult = COR_E_INVALIDOPERATION=80131509
Source = JetBrains.Platform.ComponentModel
StackTraceString = “
 at JetBrains.Application.Components.SingletonDescriptor.GetValue()
 at JetBrains.Application.Components.SingletonDescriptor.GetValue()
 at JetBrains.Application.Components.ComponentContainerEx.GetComponent[TInterface](IComponentContainer container)
 at JetBrains.ReSharper.Daemon.SolutionAnalysis.IssueTypeConverter.<>c.<StringToIssueType>b__7_0(XmlElement element)
 at JetBrains.Util.Reflection.TypeConverterUtil.FromStringThruXml[T](String value, Func`2 fromXmlFunc)
 at JetBrains.ReSharper.Daemon.SolutionAnalysis.IssueTypeConverter.StringToIssueType(ITypeDescriptorContext arg1, CultureInfo arg2, String s)
 at JetBrains.Util.Reflection.TypeConverterBase`1.ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, Object value)
 at JetBrains.Reflection.StringConversion.ParseInvariantString(String value, Type type, ILogger logger)
 at JetBrains.Application.Settings.Implementation.SettingsEntryToSettingsStorageSerialization.CoreStorageSerialization.DeserializeStorageKey(SettingsStoreSerializerType serializerType, String valueSerialized, Type typeDeserialized, ILogger logger)
 at JetBrains.Application.Settings.Implementation.SettingsEntryToSettingsStorageSerialization.DeserializeStorageKeyToEntryIndex(SettingsIndexedEntry entry, String subkey, IExceptionThrowingLogger logger)


— Outer —

— EXCEPTION #098/102 [InvalidOperationException]
Message = “Entry CodeIssueFilter.IssueTypesToHide index could not be deserialized.”
ExceptionPath = Root.InnerException.InnerException.Exceptions.#32.InnerException
ClassName = System.InvalidOperationException
Data.EntryKey = CodeInspection/Highlighting/CodeIssueFilter/IssueTypesToHide
InnerException = “Exception #097 at Root.InnerException.InnerException.Exceptions.#32.InnerException.InnerException”
HResult = COR_E_INVALIDOPERATION=80131509

— Outer —

— EXCEPTION #099/102 [LoggerException]
Message = “Entry CodeIssueFilter.IssueTypesToHide index could not be deserialized.”
ExceptionPath = Root.InnerException.InnerException.Exceptions.#32
ClassName = JetBrains.Util.LoggerException
InnerException = “Exception #098 at Root.InnerException.InnerException.Exceptions.#32.InnerException”
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
 at JetBrains.Application.Settings.Implementation.SettingsEntryToSettingsStorageSerialization.DeserializeStorageKeyToEntryIndex(SettingsIndexedEntry entry, String subkey, IExceptionThrowingLogger logger)
 at JetBrains.Application.Settings.Implementation.SettingsEntryToSettingsStorageSerialization.DeserializeStorageKeyToEntryIndex(SettingsIndexedEntry entry, String subkey, IExceptionThrowingLogger logger)
 at JetBrains.Application.Settings.SettingsStoreChangeArgs.SettingsEntryInstance.TryGetIndexValue()
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass7_0.<DiffEntriesList>b__1(SettingsEntryInstance entryChanged)
 at JetBrains.Util.CollectionUtil.ForEach[T](IEnumerable`1 collection, Action`1 action)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffEntriesList(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, IList`1 entriesClean, IList`1 entriesChanged, Dictionary`2 keyIndices, List`1 script)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__2()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__1()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__0()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.WithKeyIndex(SettingsKeyInstance keyinstance, Dictionary`2 keyIndices, Action F, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList_Key(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, SettingsKeyInstance keyClean, SettingsKeyInstance keyChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_1.<DiffKeysList>b__3()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_0.<DiffKeysList>b__2(SettingsKeyInstance keyClean)
 at JetBrains.Util.CollectionUtil.ForEach[T](IEnumerable`1 collection, Action`1 action)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, IList`1 keysClean, IList`1 keysChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__3()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__1()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__0()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.WithKeyIndex(SettingsKeyInstance keyinstance, Dictionary`2 keyIndices, Action F, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList_Key(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, SettingsKeyInstance keyClean, SettingsKeyInstance keyChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_1.<DiffKeysList>b__3()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_0.<DiffKeysList>b__2(SettingsKeyInstance keyClean)
 at JetBrains.Util.CollectionUtil.ForEach[T](IEnumerable`1 collection, Action`1 action)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, IList`1 keysClean, IList`1 keysChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__3()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__1()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass5_0.<DiffKeysList_Key>b__0()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.WithKeyIndex(SettingsKeyInstance keyinstance, Dictionary`2 keyIndices, Action F, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList_Key(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, SettingsKeyInstance keyClean, SettingsKeyInstance keyChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_1.<DiffKeysList>b__3()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass4_0.<DiffKeysList>b__2(SettingsKeyInstance keyClean)
 at JetBrains.Util.CollectionUtil.ForEach[T](IEnumerable`1 collection, Action`1 action)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.DiffKeysList(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, IList`1 keysClean, IList`1 keysChanged, Dictionary`2 keyIndices, List`1 script, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.<>c__DisplayClass3_0.<Emit2>b__0()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.Emit2(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, SettingsStoreChangeArgs snapshotClean, SettingsStoreChangeArgs snapshotChanged, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsSettingsDiffScript.Emit(IContextBoundSettingsStore storeClean, IContextBoundSettingsStore storeChanged, ILogger logger)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsModel.<RecalculatePendingChangesCountCore>b__5_1()
 at JetBrains.Util.Threading.SynchronizedLifetime.ExecuteIfNotTerminated[TResult](Func`1 λ)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsModel.<RecalculatePendingChangesCountCore>b__5_0()
 at JetBrains.Util.Threading.SynchronizedLifetime.ExecuteIfNotTerminated[TResult](Func`1 λ)
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsModel.RecalculatePendingChangesCountCore()
 at JetBrains.Application.UI.Options.OptionsDialog.OptionsModel.<>c__DisplayClass3_1.<.ctor>b__4()
 at JetBrains.Application.Threading.Tasks.FreeThreadedGroupingEvent.FireInternal()
 at JetBrains.Application.Threading.Tasks.FreeThreadedGroupingEvent.ScheduledFireAction()
 at JetBrains.Application.Threading.Tasks.TaskHost.AccessViolationCatcher(Action action)
 at JetBrains.Application.Threading.Tasks.TaskHost.<>c__DisplayClass33_0.<Create>b__1(Object state)
 at System.Threading.Tasks.Task.InnerInvoke()
 at System.Threading.Tasks.Task.Execute()
 at System.Threading.Tasks.Task.ExecutionContextCallback(Object obj)
 at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
 at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
 at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot)
 at System.Threading.Tasks.Task.ExecuteEntry(Boolean bPreventDoubleExecution)
 at System.Threading.Tasks.TaskScheduler.TryExecuteTask(Task task)
 at JetBrains.Application.Threading.Tasks.Scheduler.JetScheduler.ExecuteTask(Task task)
 at JetBrains.Application.Threading.Tasks.Scheduler.JetSchedulerThread.EnqueueNextTask()
 at JetBrains.Application.Threading.Tasks.Scheduler.JetSchedulerThread.ThreadPoolProc()
 at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
 at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
 at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
 at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
 at System.Threading.ThreadHelper.ThreadStart()


— Outer —

— EXCEPTION #100/102 [CompoundException]
Message = “There were exceptions.”
ExceptionPath = Root.InnerException.InnerException
ExceptionsCount = 33
Messages.#00 = “Entry CodeIssueFilter.IssueTypesToHide index could not be deserialized.”
Messages.#01 = “Entry CodeIssueFilter.IssueTypesToHide index could not be deserialized.”
Messages.#02 = “Entry CodeIssueFilter.IssueTypesToHide index could not be deserialized.”
Messages.#03 = “Entry CodeIssueFilter.IssueTypesToHide index could not be deserialized.”
Messages.#04 = “Entry CodeIssueFilter.IssueTypesToHide index could not be deserialized.”
Messages.#05 = “Entry CodeIssueFilter.IssueTypesToHide index could not be deserialized.”
Messages.#06 = “Entry CodeIssueFilter.IssueTypesToHide index could not be deserialized.”
Messages.#07 = “Entry CodeIssueFilter.IssueTypesToHide index could not be deserialized.”
Messages.#08 = “Entry CodeIssueFilter.IssueTypesToHide index could not be deserialized.”
Messages.#09 = “Entry CodeIssueFilter.IssueTypesToHide index could not be deserialized.”
Messages.#10 = “Entry CodeIssueFilter.IssueTypesToHide index could not be deserialized.”
Messages.#11 = “Entry CodeIssueFilter.IssueTypesToHide index could not be deserialized.”
Messages.#12 = “Entry CodeIssueFilter.IssueTypesToHide index could not be deserialized.”
Messages.#13 = “Entry CodeIssueFilter.IssueTypesToHide index could not be deserialized.”
Messages.#14 = “Entry CodeIssueFilter.IssueTypesToHide index could not be deserialized.”
Messages.#15 = “Entry CodeIssueFilter.IssueTypesToHide index could not be deserialized.”
Messages.#16 = “Entry CodeIssueFilter.IssueTypesToHide index could not be deserialized.”
Messages.#17 = “Entry CodeIssueFilter.IssueTypesToHide index could not be deserialized.”
Messages.#18 = “Entry CodeIssueFilter.IssueTypesToHide index could not be deserialized.”
Messages.#19 = “Entry CodeIssueFilter.IssueTypesToHide index could not be deserialized.”
Messages.#20 = “Entry CodeIssueFilter.IssueTypesToHide index could not be deserialized.”
Messages.#21 = “Entry CodeIssueFilter.IssueTypesToHide index could not be deserialized.”
Messages.#22 = “Entry CodeIssueFilter.IssueTypesToHide index could not be deserialized.”
Messages.#23 = “Entry CodeIssueFilter.IssueTypesToHide index could not be deserialized.”
Messages.#24 = “Entry CodeIssueFilter.IssueTypesToHide index could not be deserialized.”
Messages.#25 = “Entry CodeIssueFilter.IssueTypesToHide index could not be deserialized.”
Messages.#26 = “Entry CodeIssueFilter.IssueTypesToHide index could not be deserialized.”
Messages.#27 = “Entry CodeIssueFilter.IssueTypesToHide index could not be deserialized.”
Messages.#28 = “Entry CodeIssueFilter.IssueTypesToHide index could not be deserialized.”
Messages.#29 = “Entry CodeIssueFilter.IssueTypesToHide index could not be deserialized.”
Messages.#30 = “Entry CodeIssueFilter.IssueTypesToHide index could not be deserialized.”
Messages.#31 = “Entry CodeIssueFilter.IssueTypesToHide index could not be deserialized.”
Messages.#32 = “Entry CodeIssueFilter.IssueTypesToHide index could not be deserialized.”
Exceptions.#00 = “Exception #003 at Root.InnerException.InnerException.Exceptions.#00”
Exceptions.#01 = “Exception #006 at Root.InnerException.InnerException.Exceptions.#01”
Exceptions.#02 = “Exception #009 at Root.InnerException.InnerException.Exceptions.#02”
Exceptions.#03 = “Exception #012 at Root.InnerException.InnerException.Exceptions.#03”
Exceptions.#04 = “Exception #015 at Root.InnerException.InnerException.Exceptions.#04”
Exceptions.#05 = “Exception #018 at Root.InnerException.InnerException.Exceptions.#05”
Exceptions.#06 = “Exception #021 at Root.InnerException.InnerException.Exceptions.#06”
Exceptions.#07 = “Exception #024 at Root.InnerException.InnerException.Exceptions.#07”
Exceptions.#08 = “Exception #027 at Root.InnerException.InnerException.Exceptions.#08”
Exceptions.#09 = “Exception #030 at Root.InnerException.InnerException.Exceptions.#09”
Exceptions.#10 = “Exception #033 at Root.InnerException.InnerException.Exceptions.#10”
Exceptions.#11 = “Exception #036 at Root.InnerException.InnerException.Exceptions.#11”
Exceptions.#12 = “Exception #039 at Root.InnerException.InnerException.Exceptions.#12”
Exceptions.#13 = “Exception #042 at Root.InnerException.InnerException.Exceptions.#13”
Exceptions.#14 = “Exception #045 at Root.InnerException.InnerException.Exceptions.#14”
Exceptions.#15 = “Exception #048 at Root.InnerException.InnerException.Exceptions.#15”
Exceptions.#16 = “Exception #051 at Root.InnerException.InnerException.Exceptions.#16”
Exceptions.#17 = “Exception #054 at Root.InnerException.InnerException.Exceptions.#17”
Exceptions.#18 = “Exception #057 at Root.InnerException.InnerException.Exceptions.#18”
Exceptions.#19 = “Exception #060 at Root.InnerException.InnerException.Exceptions.#19”
Exceptions.#20 = “Exception #063 at Root.InnerException.InnerException.Exceptions.#20”
Exceptions.#21 = “Exception #066 at Root.InnerException.InnerException.Exceptions.#21”
Exceptions.#22 = “Exception #069 at Root.InnerException.InnerException.Exceptions.#22”
Exceptions.#23 = “Exception #072 at Root.InnerException.InnerException.Exceptions.#23”
Exceptions.#24 = “Exception #075 at Root.InnerException.InnerException.Exceptions.#24”
Exceptions.#25 = “Exception #078 at Root.InnerException.InnerException.Exceptions.#25”
Exceptions.#26 = “Exception #081 at Root.InnerException.InnerException.Exceptions.#26”
Exceptions.#27 = “Exception #084 at Root.InnerException.InnerException.Exceptions.#27”
Exceptions.#28 = “Exception #087 at Root.InnerException.InnerException.Exceptions.#28”
Exceptions.#29 = “Exception #090 at Root.InnerException.InnerException.Exceptions.#29”
Exceptions.#30 = “Exception #093 at Root.InnerException.InnerException.Exceptions.#30”
Exceptions.#31 = “Exception #096 at Root.InnerException.InnerException.Exceptions.#31”
Exceptions.#32 = “Exception #099 at Root.InnerException.InnerException.Exceptions.#32”
ClassName = JetBrains.Util.CompoundException
HResult = COR_E_APPLICATION=80131600

— Outer —

— EXCEPTION #101/102 [InvalidOperationException]
Message = “There were non-fatal failures in the Settings subsystem caused by actual settings data.”
ExceptionPath = Root.InnerException
ClassName = System.InvalidOperationException
InnerException = “Exception #100 at Root.InnerException.InnerException”
HResult = COR_E_INVALIDOPERATION=80131509

— Outer —

— EXCEPTION #102/102 [LoggerException]
Message = “There were non-fatal failures in the Settings subsystem caused by actual settings data.”
ExceptionPath = Root
ClassName = JetBrains.Util.LoggerException
Data.ManagedThreadName = <NULL>
Data.SccRevisionShell = “<there are no packages matching the criteria>”
Data.HostProductInfo = “JetBrains ReSharper Ultimate 2018.1 EAP 8 Build 112.0.20180410.143903-eap08”
Data.SubProducts.#0 = “JetBrains dotCover 2018.1 EAP 8 Build 2018.1.20180410.152006-eap08”
Data.SubProducts.#1 = “JetBrains dotTrace 2018.1 EAP 8 Build 2018.1.20180410.152208-eap08”
Data.SubProducts.#2 = “JetBrains ReSharper C++ 2018.1 EAP 8 Build 2018.1.20180410.155420-eap08”
Data.SubProducts.#3 = “JetBrains ReSharper 2018.1 EAP 8 Build 2018.1.20180410.145033-eap08”
Data.SubProducts.#4 = “JetBrains dotMemory 2018.1 EAP 8 Build 2018.1.20180410.152102-eap08”
Data.SccRevisionEnv = “
Platform\Core\Shell:
    git::refs/heads/wave12-eap8::e9fac6c0f8a1178c8c33161f03fbfa81c8139edf


Platform\VisualStudio:
    git::refs/heads/wave12-eap8

Data.VsVersion = 15.6.27428.2037
InnerException = “Exception #101 at Root.InnerException”
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
 at JetBrains.Application.Settings.Logging.SettingsLogging.<>c__DisplayClass1_0.<.ctor>b__0()
 at JetBrains.Application.Settings.Logging.SettingsLogging.<>c__DisplayClass1_0.<.ctor>b__0()
 at JetBrains.Application.Settings.Logging.SettingsLogging.<>c__DisplayClass1_1.<.ctor>b__1()
 at JetBrains.Threading.TimedActionsHost.TimedAction.Execute()
 at JetBrains.Threading.ReentrancyGuard.Execute(String name, Action action)
 at JetBrains.Threading.ReentrancyGuard.ExecutePendingActions()
 at JetBrains.Threading.JetDispatcher.Closure.Execute()
 at JetBrains.Util.Concurrency.WinJetDispatcher.ProcessQueue(Int32 nMinBucket)
 at JetBrains.Util.Concurrency.WinJetDispatcher.<>c__DisplayClass18_0.<BeginInvokeCore>b__0()
 at System.Windows.Threading.DispatcherOperation.InvokeDelegateCore()
 at System.Windows.Threading.DispatcherOperation.InvokeImpl()
 at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
 at MS.Internal.CulturePreservingExecutionContext.CallbackWrapper(Object obj)
 at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
 at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
 at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
 at MS.Internal.CulturePreservingExecutionContext.Run(CulturePreservingExecutionContext executionContext, ContextCallback callback, Object state)
 at System.Windows.Threading.DispatcherOperation.Invoke()
 at System.Windows.Threading.Dispatcher.ProcessQueue()
 at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
 at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
 at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
 at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
 at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
 at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
 at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
 at MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg)
 at System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)
 at System.Windows.Threading.Dispatcher.PushFrame(DispatcherFrame frame)
 at System.Windows.Window.ShowHelper(Object booleanBox)
 at System.Windows.Window.Show()
 at System.Windows.Window.ShowDialog()
 at JetBrains.UI.Extensions.WindowUtil.<>c__DisplayClass15_2.<ShowDialogWithGuardedCreation>b__5()
 at JetBrains.Application.UI.Components.UIApplication.ApplicationModalStateEx.<>c__DisplayClass0_0`1.<WithModalState>b__0(Lifetime lifetime)
 at JetBrains.DataFlow.Lifetimes.Using[TRetVal](Func`2 λ)
 at JetBrains.Application.UI.Components.UIApplication.ApplicationModalStateEx.WithModalState[T](IApplicationModalState appModalState, Func`1 modalAction)
 at JetBrains.UI.Extensions.WindowUtil.ShowDialogWithGuardedCreation(Lifetime lifetime, WindowModality modality, Func`3 FCreateView, IThreading threading, Object ownerwindow, IApplicationModalState applicationModalState)
 at JetBrains.UI.Extensions.WindowUtil.<>c__DisplayClass15_0.<ShowDialogWithGuardedCreation>b__3()
 at JetBrains.Util.Logging.Logger.Catch(Action action)
 at JetBrains.Application.Threading.IThreadingEx.<>c__DisplayClass13_1.<ExecuteOrQueueWhenNotGuarded>b__2()
 at JetBrains.Threading.JetDispatcher.Closure.Execute()
 at JetBrains.Util.Concurrency.WinJetDispatcher.ProcessQueue(Int32 nMinBucket)
 at JetBrains.Util.Concurrency.WinJetDispatcher.<>c__DisplayClass18_0.<BeginInvokeCore>b__0()
 at System.Windows.Threading.DispatcherOperation.InvokeDelegateCore()
 at System.Windows.Threading.DispatcherOperation.InvokeImpl()
 at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
 at MS.Internal.CulturePreservingExecutionContext.CallbackWrapper(Object obj)
 at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
 at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
 at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
 at MS.Internal.CulturePreservingExecutionContext.Run(CulturePreservingExecutionContext executionContext, ContextCallback callback, Object state)
 at System.Windows.Threading.DispatcherOperation.Invoke()
 at System.Windows.Threading.Dispatcher.ProcessQueue()
 at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
 at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
 at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
 at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
 at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
 at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
 at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)

RSRP-468137: Unit test results tree is frozen on update

$
0
0
Reporter Sergey Kuks (coox) Sergey Kuks (coox)
Created Jan 29, 2018 8:47:55 PM
Updated Apr 13, 2018 1:22:16 PM
Subsystem Unit Testing
Assignee Eugene Strizhok (Eugene.Strizhok)
Priority Show-stopper
State Open
Type Performance Problem
Fix version 2018.2
Affected versions 2017.3
Fixed In Version ReSharper Undefined
VsVersion All Versions
100,00% OnTestRunChanges • 128 419 ms • JetBrains.ReSharper.UnitTesting.MSTest.Provider.Execution.Wcf.TestExecutorServiceClient.OnTestRunChanges(TestRunStats, IEnumerable, IEnumerable)
100,00% Fire • 128 419 ms • Appccelerate.StateMachine.PassiveStateMachine2.Fire(TEvent, Object)
99,98% Execute • 128 390 ms • Appccelerate.StateMachine.PassiveStateMachine
2.Execute
99,98% ProcessQueuedEvents • 128 390 ms • Appccelerate.StateMachine.PassiveStateMachine2.ProcessQueuedEvents
99,98% Fire • 128 390 ms • Appccelerate.StateMachine.Machine.StateMachine
2.Fire(TEvent, Object)
99,98% Fire • 128 390 ms • Appccelerate.StateMachine.Machine.States.State2.Fire(ITransitionContext)
99,98% Fire • 128 390 ms • Appccelerate.StateMachine.Machine.Transitions.Transition
2.Fire(ITransitionContext)
99,98% PerformActions • 128 390 ms • Appccelerate.StateMachine.Machine.Transitions.Transition2.PerformActions(ITransitionContext)
99,98% Execute • 128 390 ms • Appccelerate.StateMachine.Machine.ActionHolders.ArgumentActionHolder
1.Execute(Object)
99,98% OnTestFinished • 128 390 ms • JetBrains.ReSharper.UnitTesting.MSTest.Provider.Execution.MsTestExecutionProtocol.OnTestFinished(TestResult)
97,40% FindElementFor • 125 079 ms • JetBrains.ReSharper.UnitTesting.MSTest.Provider.Execution.MsTestExecutionProtocol.FindElementFor(TestCase, String)
97,08% CreateDynamicElement • 124 671 ms • JetBrains.ReSharper.UnitTestFramework.Launch.UnitTestRun.CreateDynamicElement(RemoteTask)
97,08% AddDynamicElement • 124 671 ms • JetBrains.ReSharper.UnitTestFramework.Launch.UnitTestRun.AddDynamicElement(IUnitTestElement)
97,08% AddElements • 124 671 ms • JetBrains.ReSharper.UnitTestFramework.Elements.UnitTestElementManager.AddElements(ISet)
96,26% Fire • 123 616 ms • JetBrains.DataFlow.Signal1.Fire(TValue)
96,26% Fire • 123 616 ms • JetBrains.DataFlow.Signal
1.Fire(TValue, Object)
96,26% NotifySinks • 123 616 ms • JetBrains.DataFlow.Signal1.NotifySinks(TValue)
95,15% NotifySubscribers • 122 191 ms • JetBrains.ReSharper.UnitTestFramework.UI.VS.UnitTestGroupingProvider+ElementManagerDependency.NotifySubscribers(ISet)
95,15% Fire • 122 191 ms • JetBrains.ReSharper.UnitTestFramework.UI.VS.UnitTestGroupingProvider+ElementManagerDependency+Instance.Fire
95,15% RegroupItem • 122 191 ms • JetBrains.Application.UI.TreeModels.New.LiveTreeGroupModel+DependencyStore
1.RegroupItem(Object, String)
►95,05% OnItemRemoved • 122 058 ms • JetBrains.Application.UI.TreeModels.New.LiveTreeGroupModel1.OnItemRemoved(TItem)
►0,10% OnItemAdded • 133 ms • JetBrains.Application.UI.TreeModels.New.LiveTreeGroupModel
1.OnItemAdded(TItem)
►0,94% <SubscribeToElements>b__1 • 1 211 ms • JetBrains.ReSharper.UnitTestFramework.Launch.Stages.ApplyRulesStage.<SubscribeToElements>b__1(ISet)
►0,08% Update • 105 ms • JetBrains.ReSharper.UnitTestFramework.CodeStructure.CodeStructureUpdateProvider.Update(ISet)
►0,06% NotifySubscribers • 82 ms • JetBrains.ReSharper.UnitTestFramework.UI.VS.ViewModels.Filters.ElementManagerDependency.NotifySubscribers(ISet)
►0,78% AddElementsNoRaise • 1 005 ms • JetBrains.ReSharper.UnitTestFramework.Elements.UnitTestElementManager.AddElementsNoRaise(ISet)
►0,04% Acquire • 51 ms • JetBrains.Application.Threading.SyncWrapper.Acquire
►0,26% GetOrCreateRowElement • 330 ms • JetBrains.ReSharper.UnitTesting.MSTest.Provider.MsTestElementFactory.GetOrCreateRowElement(IProject, TargetFrameworkId, MsTestTestMethodElement, String)
►0,04% GetComponent • 51 ms • JetBrains.ProjectModel.ProjectImpl.GetComponent
►0,02% FindElementFor • 27 ms • JetBrains.ReSharper.UnitTesting.MSTest.Provider.Execution.MsTestExecutionProtocol.FindElementFor(TestCase, String)
►2,15% TestDuration • 2 755 ms • JetBrains.ReSharper.UnitTestFramework.UnitTestResultManager.TestDuration(IUnitTestElement, IUnitTestSession, TimeSpan)
►0,43% TestFinishing • 557 ms • JetBrains.ReSharper.UnitTestFramework.UnitTestResultManager.TestFinishing(IUnitTestElement, IUnitTestSession, String, TaskResult)
0,02% [Garbage collection] • 28 ms

RSRP-467451: Slow unit test startup with large number of unit tests

$
0
0
Reporter Matthew Smit (programmdude.1) Matthew Smit (programmdude.1)
Created Dec 6, 2017 1:25:10 PM
Updated Apr 13, 2018 1:22:23 PM
Subsystem Unit Testing
Assignee Eugene Strizhok (Eugene.Strizhok)
Priority Show-stopper
State Open
Type Performance Problem
Fix version 2018.2
Affected versions 2017.3
Fixed In Version ReSharper Undefined
VsVersion All Versions

When using the resharper unit test system, there is a large delay between telling resharper to run the unit tests, and the test runner starting.
This is not a new issue, it's been like this for at least 6 months. I am using XUnit, although I have tried nunit with the same results. I am currently running Visual Studio 2017 with resharper 2017.3 EAP 8 on Windows 10 x64. The task runner application is CPU bound both waiting for the tests to start, and running the tests.

It takes around 30 seconds between telling resharper to run the unit tests, and the test runner executing any tests. It makes no difference if I run all the tests or if I run just one test. The actual tests are fairly fast to run, around 1 per second per core.

There are 14948 tests in my unit test project, which is likely the reason for it taking a long time to start up.
Note, I am not talking about the time to run the tests, that is dependant on what is in the tests. I am talking about the time between the UI action and the test runner running a test.

RSRP-469041: VSTO excel application: cannot apply indexing to an expression of type Range

$
0
0
Reporter Maria Pleskunina (Maria.Pleskunina) Maria Pleskunina (Maria.Pleskunina)
Created Apr 2, 2018 7:05:37 PM
Updated Apr 13, 2018 2:23:30 PM
Subsystem Code Analysis - C#
Assignee Ivan Serduk (IvanSerduk)
Priority Major
State Submitted
Type Bug
Fix version 2018.1.1
Affected versions 2018.1
Fixed In Version ReSharper Undefined
VsVersion All Versions
I have a VSTO excel application and since I upgraded to resharper 2018 I am getting many errors telling me

cannot apply indexing to an expression of type Range as you can I am only retrieving a range.

var plcRange = Globals.Sheet2.Range["Plc"];

RSRP-466786: The lifetime has already been terminated. Object name: 'Lifetime'.

$
0
0
Reporter José Manuel Nieto (José_Manuel_Nieto) José Manuel Nieto (José_Manuel_Nieto)
Created Jun 20, 2017 7:22:28 PM
Updated Apr 13, 2018 2:38:27 PM
Resolved Dec 11, 2017 3:39:24 PM
Subsystem Solution builder
Assignee Anton Spilnyy (Anton.Spilnyy)
Priority Show-stopper
State Fixed
Type Exception
Fix version 2018.1
Affected versions No Affected versions
Fixed In Version ReSharper 2018.1 EAP 2
VsVersion All Versions
ReSharperPlatformVs15 Wave 09 Hive _9010a4f5 — JetBrains ReSharper Ultimate 2017.2 EAP 3 Build 109.0.20170609.133114-eap03

JetBrains ReSharper 2017.2 EAP 3 Build 2017.2.20170609.164543-eap03

The lifetime has already been terminated. Object name: 'Lifetime'.

— EXCEPTION #1/2 [ObjectDisposedException]
Message = “The lifetime has already been terminated.”
ExceptionPath = Root.InnerException
ClassName = System.ObjectDisposedException
HResult = COR_E_OBJECTDISPOSED=80131622
Source = JetBrains.Platform.Util
ObjectName = Lifetime
StackTraceString = “
 at JetBrains.DataFlow.Lifetime.ReportTerminatedLifetime(String sAnotherLifetimeRelation)
 at JetBrains.DataFlow.Lifetime.ReportTerminatedLifetime(String sAnotherLifetimeRelation)
 at JetBrains.DataFlow.Lifetime.AddAction(Action F)
 at JetBrains.DataFlow.Signal`1.Init(Lifetime lifetime, PropertyId`1 id)
 at JetBrains.DataFlow.Signal`1..ctor(Lifetime lifetime, PropertyId`1 id, ILogger logger)
 at JetBrains.DataFlow.Property`1.PropertyChangeSignal..ctor(Lifetime lifetime, Property`1 owner, ILogger logger)
 at JetBrains.DataFlow.Property`1..ctor(Lifetime lifetime, PropertyId`1 id, TValue value, Nullable`1 isNullValueAllowed, ILogger logger)
 at JetBrains.DataFlow.Property`1..ctor(Lifetime lifetime, String id)
 at JetBrains.Application.UI.ToolWindowManagement.ToolWindowFrameBase..ctor(Lifetime lifetime, IThreading locks)
 at JetBrains.VsIntegration.UI.WindowManagement.VsToolWindowFrame..ctor(Lifetime lifetime, Int32 iconResourceId, ToolWindowDescriptor toolWindowDescriptor, IVsUIShell vsUiShell, IVsUIShell2 vsUiShell2, IShellLocks locks, VsOleUndoManagerFactory oleUndoManagerFactory, IColorThemeManager themeManager, IUIApplication uiapp)
 at JetBrains.VsIntegration.Shell.WindowManagement.VsTopLevelToolWindowFrameFactory.CreateTopLevelFrame(Lifetime lifetime, ToolWindowDescriptor toolWindowDescriptor)
 at JetBrains.Application.UI.ToolWindowManagement.ToolWindowClass.EnsureFrame()
 at JetBrains.ReSharper.Features.SolBuilderDuo.UI.BuildResultsBrowser.<.ctor>b__6()
 at JetBrains.DataFlow.Lifetime.Terminate()


— Outer —

— EXCEPTION #2/2 [LoggerException]
Message = “
The lifetime has already been terminated.
Object name: 'Lifetime'.

ExceptionPath = Root
ClassName = JetBrains.Util.LoggerException
Data.ManagedThreadName = <NULL>
Data.LastExtension = cs
Data.SccRevisionShell = “<there are no packages matching the criteria>”
Data.HostProductInfo = “JetBrains ReSharper Ultimate 2017.2 EAP 3 Build 109.0.20170609.133114-eap03”
Data.SubProducts.#0 = “JetBrains ReSharper 2017.2 EAP 3 Build 2017.2.20170609.164543-eap03”
Data.SccRevisionEnv = “
Platform\Core\Shell:
    git::refs/heads/wave09-eap3

Platform\VisualStudio:
    git::refs/heads/wave09-eap3::626ce695b529c7cca29cefbbb158a111d29a37b0

Data.VsVersion = 15.0.26430.13
InnerException = “Exception #1 at Root.InnerException”
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
 at JetBrains.DataFlow.Lifetime.Terminate()
 at JetBrains.DataFlow.Lifetime.Terminate()
 at JetBrains.Application.Components.LifetimeValueResolver.LifetimeDescriptor.Dispose()
 at JetBrains.Application.Components.SingletonDescriptor.DisposeImpl()
 at JetBrains.Application.Components.SingletonDescriptor.System.IDisposable.Dispose()
 at JetBrains.Application.Components.ComponentStorage.DisposeDescriptor(IComponentDescriptor descriptor)
 at JetBrains.Application.Components.ComponentStorage.<>c__DisplayClass13.<RegisterDescriptors>b__11()
 at JetBrains.DataFlow.Lifetime.Terminate()
 at JetBrains.DataFlow.ICollectionEventsEx.<>c__DisplayClass1a`1.<ForEachItemCore>b__12(AddRemoveEventArgs`1 args)
 at JetBrains.DataFlow.CollectionEvents`1.OnAcknowledgeSinkAddRemove(Action`1 handler, AddRemove addremove)
 at JetBrains.DataFlow.CollectionEvents`1.<.ctor>b__1(Action`1 handler)
 at JetBrains.DataFlow.Infra.SignalWithDelegates`1.OnAfterUnadvise(Action`1 handler)
 at JetBrains.DataFlow.Signal`1.<>c__DisplayClass2.<AdviseCore>b__1()
 at JetBrains.DataFlow.Lifetime.Terminate()
 at JetBrains.ProjectModel.SolutionInstance.CloseSolutionInstance()
 at JetBrains.ProjectModel.SolutionManagerBase.CloseSolutionInstance(SolutionInstance instance)
 at JetBrains.VsIntegration.ProjectDocuments.VSSolutionManager.CloseSolutionInstance(SolutionInstance instance)
 at JetBrains.VsIntegration.ProjectDocuments.VSSolutionManager.JetBrains.Application.Environment.Components.IComponentStartupShutdown.OnBeforeShutdown()
 at JetBrains.Application.Environment.Components.NotifyComponentStartupShutdown.<.ctor>b__1(IComponentStartupShutdown compo)
 at JetBrains.DataFlow.Viewable.<>c__DisplayClass1d`1.<>c__DisplayClass1f.<View>b__1c()
 at JetBrains.DataFlow.Lifetime.Terminate()
 at JetBrains.DataFlow.Lifetime.<>c__DisplayClass9.<AttachNested>b__6()
 at JetBrains.DataFlow.Lifetime.Terminate()
 at JetBrains.DataFlow.ICollectionEventsEx.<>c__DisplayClass1a`1.<ForEachItemCore>b__12(AddRemoveEventArgs`1 args)
 at JetBrains.DataFlow.CollectionEvents`1.OnAcknowledgeSinkAddRemove(Action`1 handler, AddRemove addremove)
 at JetBrains.DataFlow.CollectionEvents`1.<.ctor>b__1(Action`1 handler)
 at JetBrains.DataFlow.Infra.SignalWithDelegates`1.OnAfterUnadvise(Action`1 handler)
 at JetBrains.DataFlow.Signal`1.<>c__DisplayClass2.<AdviseCore>b__1()
 at JetBrains.DataFlow.Lifetime.Terminate()
 at JetBrains.DataFlow.SequentialLifetimes.SetCurrentLifetime(LifetimeDefinition lifetimeToSet)
 at JetBrains.DataFlow.IPropertyEx.<>c__DisplayClass4c.<WhenTrue>b__4b(PropertyChangedEventArgs`1 args)
 at JetBrains.DataFlow.Signal`1.NotifySinks(TValue payload)
 at JetBrains.DataFlow.Signal`1.Fire(TValue value, Object cookie)
 at JetBrains.DataFlow.Property`1.FireChange(TValue old, TValue new, Object cookie)
 at JetBrains.DataFlow.Property`1.SetValue(TValue value, Object cookie)
 at JetBrains.DataFlow.Property`1.set_Value(TValue value)
 at JetBrains.Application.Environment.RunsProducts.<>c__DisplayClass8.<.ctor>b__0(PropertyChangedEventArgs`1 args)
 at JetBrains.DataFlow.IPropertySignalEx.<>c__DisplayClass4`1.<Advise_FallingFront>b__3(PropertyChangedEventArgs`1 args)
 at JetBrains.DataFlow.Signal`1.NotifySinks(TValue payload)
 at JetBrains.DataFlow.Signal`1.Fire(TValue value, Object cookie)
 at JetBrains.DataFlow.Property`1.FireChange(TValue old, TValue new, Object cookie)
 at JetBrains.DataFlow.Property`1.SetValue(TValue value, Object cookie)
 at JetBrains.DataFlow.IPropertyEx.<>c__DisplayClass1c`2.<FlowInto>b__1b(PropertyChangedEventArgs`1 args)
 at JetBrains.DataFlow.Signal`1.NotifySinks(TValue payload)
 at JetBrains.DataFlow.Signal`1.Fire(TValue value, Object cookie)
 at JetBrains.DataFlow.Property`1.FireChange(TValue old, TValue new, Object cookie)
 at JetBrains.DataFlow.Property`1.SetValue(TValue value, Object cookie)
 at JetBrains.DataFlow.Property`1.set_Value(TValue value)
 at JetBrains.Application.ComposeVerdictWithPriority.UpdateActiveTellers[TVerdict](Lifetime lifetimeComponent, List`1 tellers, IProperty`1 propComposite)
 at JetBrains.Application.ComposeVerdictWithPriority.<>c__DisplayClassc`1.<UpdateActiveTellers>b__a()
 at JetBrains.DataFlow.IPropertySignalEx.<>c__DisplayClass1f`1.<Advise_NoAcknowledgement>b__1e(PropertyChangedEventArgs`1 args)
 at JetBrains.DataFlow.Signal`1.NotifySinks(TValue payload)
 at JetBrains.DataFlow.Signal`1.Fire(TValue value, Object cookie)
 at JetBrains.DataFlow.Property`1.FireChange(TValue old, TValue new, Object cookie)
 at JetBrains.DataFlow.Property`1.SetValue(TValue value, Object cookie)
 at JetBrains.DataFlow.IPropertyEx.<>c__DisplayClass1c`2.<FlowInto>b__1b(PropertyChangedEventArgs`1 args)
 at JetBrains.DataFlow.Signal`1.NotifySinks(TValue payload)
 at JetBrains.DataFlow.Signal`1.Fire(TValue value, Object cookie)
 at JetBrains.DataFlow.Property`1.FireChange(TValue old, TValue new, Object cookie)
 at JetBrains.DataFlow.Property`1.SetValue(TValue value, Object cookie)
 at JetBrains.Application.Environment.Components.SuspendResume.Suspend()
 at JetBrains.VsIntegration.Shell.Package.VsPackageGeneralOptionsPage.<>c__DisplayClass36.<CreateView_ResumeOrSuspend>b__30(SuspendResume sr)
 at JetBrains.Util.Special.GeneralUtil.WithNotNull[T](T item, Action`1 F)
 at JetBrains.VsIntegration.Shell.Package.VsPackageGeneralOptionsPage.<>c__DisplayClass36.<CreateView_ResumeOrSuspend>b__2f()
 at JetBrains.Threading.ReentrancyGuard.Execute(String name, Action action)
 at JetBrains.Threading.ReentrancyGuard.ExecuteOrQueue(String name, Action action, TaskPriority priority)
 at JetBrains.VsIntegration.Shell.Package.VsPackageGeneralOptionsPage.<>c__DisplayClass36.<CreateView_ResumeOrSuspend>b__2e()
 at JetBrains.Util.Logging.Logger.Catch(Action action)
 at JetBrains.UI.Extensions.AvalonEx.<>c__DisplayClassa`1.<OnEvent>b__9(Object sender, RoutedEventArgs e)
 at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
 at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
 at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
 at System.Windows.UIElement.RaiseEvent(RoutedEventArgs e)
 at System.Windows.Controls.Primitives.ButtonBase.OnClick()
 at System.Windows.Controls.Button.OnClick()
 at System.Windows.Controls.Primitives.ButtonBase.OnMouseLeftButtonUp(MouseButtonEventArgs e)
 at System.Windows.UIElement.OnMouseLeftButtonUpThunk(Object sender, MouseButtonEventArgs e)
 at System.Windows.Input.MouseButtonEventArgs.InvokeEventHandler(Delegate genericHandler, Object genericTarget)
 at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
 at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
 at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
 at System.Windows.UIElement.ReRaiseEventAs(DependencyObject sender, RoutedEventArgs args, RoutedEvent newEvent)
 at System.Windows.UIElement.OnMouseUpThunk(Object sender, MouseButtonEventArgs e)
 at System.Windows.Input.MouseButtonEventArgs.InvokeEventHandler(Delegate genericHandler, Object genericTarget)
 at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
 at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
 at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
 at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
 at System.Windows.UIElement.RaiseTrustedEvent(RoutedEventArgs args)
 at System.Windows.UIElement.RaiseEvent(RoutedEventArgs args, Boolean trusted)
 at System.Windows.Input.InputManager.ProcessStagingArea()
 at System.Windows.Input.InputManager.ProcessInput(InputEventArgs input)
 at System.Windows.Input.InputProviderSite.ReportInput(InputReport inputReport)
 at System.Windows.Interop.HwndMouseInputProvider.ReportInput(IntPtr hwnd, InputMode mode, Int32 timestamp, RawMouseActions actions, Int32 x, Int32 y, Int32 wheel)
 at System.Windows.Interop.HwndMouseInputProvider.FilterMessage(IntPtr hwnd, WindowMessage msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
 at System.Windows.Interop.HwndSource.InputFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
 at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
 at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
 at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
 at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
 at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
 at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
 at Microsoft.VisualStudio.Shell.Interop.IVsUIDataSource.Invoke(String verb, Object pvaIn, Object& pvaOut)
 at Microsoft.Internal.VisualStudio.PlatformUI.DataSource.Invoke(String verb, Object pvaIn, Object& pvaOut)
 at Microsoft.VisualStudio.PlatformUI.VsCommand.Execute(Object parameter)
 at MS.Internal.Commands.CommandHelpers.CriticalExecuteCommandSource(ICommandSource commandSource, Boolean userInitiated)
 at System.Windows.Controls.MenuItem.InvokeClickAfterRender(Object arg)
 at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
 at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
 at System.Windows.Threading.DispatcherOperation.InvokeImpl()
 at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
 at MS.Internal.CulturePreservingExecutionContext.CallbackWrapper(Object obj)
 at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
 at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
 at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
 at MS.Internal.CulturePreservingExecutionContext.Run(CulturePreservingExecutionContext executionContext, ContextCallback callback, Object state)
 at System.Windows.Threading.DispatcherOperation.Invoke()
 at System.Windows.Threading.Dispatcher.ProcessQueue()
 at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
 at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
 at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
 at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
 at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
 at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
 at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)

RSRP-468818: Failed to evaluate the data rule. The document offset 873 does not fall within the document range [0, 0].

$
0
0
Reporter Felipe Chiumeo (fchiumeo) Felipe Chiumeo (fchiumeo)
Created Feb 28, 2018 5:28:24 PM
Updated Apr 13, 2018 3:00:31 PM
Resolved Mar 27, 2018 1:58:09 PM
Subsystem No Subsystem
Assignee Alexander Ulitin (alexander.ulitin)
Priority Critical
State Fixed
Type Exception
Fix version 2018.1
Affected versions No Affected versions
Fixed In Version ReSharper 2018.1 EAP 5
VsVersion All Versions
ReSharperPlatformVs15 Wave 12 Hive _deb15e48 — JetBrains ReSharper Ultimate 2018.1 EAP 1 Build 112.0.20180222.102651-eap01

JetBrains dotCover 2018.1 EAP 1 Build 2018.1.20180222.115511-eap01
JetBrains ReSharper 2018.1 EAP 1 Build 2018.1.20180222.104120-eap01

Failed to evaluate the data rule. The document offset 873 does not fall within the document range [0, 0].

— EXCEPTION #1/3 [AssertionException]
Message = “The document offset 873 does not fall within the document range [0, 0].”
ExceptionPath = Root.InnerException.InnerException
ClassName = JetBrains.Util.Assertion+AssertionException
HResult = COR_E_EXCEPTION=80131500
Source = JetBrains.Platform.DocumentModel
StackTraceString = “
 at JetBrains.DocumentModel.DocumentOffset.AssertValid()
 at JetBrains.DocumentModel.DocumentOffset.AssertValid()
 at JetBrains.DocumentModel.DocumentEditorContext..ctor(DocumentOffset caretOffset)
 at JetBrains.TextControl.DataContext.TextControlDataRules.<>c.<.ctor>b__0_3(IDataContext dataContext)
 at JetBrains.Application.DataContext.DataRule`1.JetBrains.Application.DataContext.IDataRule.Evaluate(IDataContext context)
 at JetBrains.Application.DataContext.DataContext.Evaluator.TryEvaluateDataRules(IDataConstant constant, IDataContext dataContext, DataContextValidator validator)


— Outer —

— EXCEPTION #2/3 [InvalidOperationException]
Message = “Failed to evaluate the data rule.”
ExceptionPath = Root.InnerException
ClassName = System.InvalidOperationException
Data.DataConstant = EditorContext
Data.DataConstantType = “JetBrains.DocumentModel.DocumentEditorContext, JetBrains.Platform.DocumentModel, Version=112.0.0.0, Culture=neutral, PublicKeyToken=1010a0d8d6380325”
Data.DataRuleObject = JetBrains.Application.DataContext.DataRule1[JetBrains.DocumentModel.DocumentEditorContext]
Data.DataRulePriority = 0
InnerException = “Exception #1 at Root.InnerException.InnerException”
HResult = COR_E_INVALIDOPERATION=80131509

--- Outer ---

--- EXCEPTION #3/3 [LoggerException]
Message = “Failed to evaluate the data rule.”
ExceptionPath = Root
ClassName = JetBrains.Util.LoggerException
Data.ManagedThreadName = <NULL>
Data.SccRevisionShell = “<there are no packages matching the criteria>”
Data.HostProductInfo = “JetBrains ReSharper Ultimate 2018.1 EAP 1 Build 112.0.20180222.102651-eap01”
Data.SubProducts.#0 = “JetBrains dotCover 2018.1 EAP 1 Build 2018.1.20180222.115511-eap01”
Data.SubProducts.#1 = “JetBrains ReSharper 2018.1 EAP 1 Build 2018.1.20180222.104120-eap01”
Data.SccRevisionEnv = “
Platform\Core\Shell:
    git::refs/heads/wave12-eap1

Platform\VisualStudio:
    git::refs/heads/wave12-eap1::9d28b6e35c395cef932aff004f5d3c2c8e6b14c2

Data.VsVersion = 15.5.27130.2036
InnerException = “Exception #2 at Root.InnerException”
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
at JetBrains.Util.Logging.LogEx.Error(ILog this, Exception ex, String message)
at JetBrains.Application.DataContext.DataContext.Evaluator.TryEvaluateDataRules(IDataConstant constant, IDataContext dataContext, DataContextValidator validator)
at JetBrains.Application.DataContext.DataContext.DoGetData(IDataConstant constant)
at JetBrains.Application.DataContext.DataContext.JetBrains.Application.DataContext.IDataContext.GetData[T](DataConstant
1 dataConstant)
 at JetBrains.DocumentModel.DataContext.DocumentModelDataRules.<>c.<.ctor>b__0_0(IDataContext dataContext)
 at JetBrains.DocumentModel.DataContext.DocumentModelDataRules.<>c.<.ctor>b__0_0(IDataContext dataContext)
 at JetBrains.Application.DataContext.DataRule`1.JetBrains.Application.DataContext.IDataRule.Evaluate(IDataContext context)
 at JetBrains.Application.DataContext.DataContext.Evaluator.TryEvaluateDataRules(IDataConstant constant, IDataContext dataContext, DataContextValidator validator)
 at JetBrains.Application.DataContext.DataContext.DoGetData(IDataConstant constant)
 at JetBrains.Application.DataContext.DataContext.JetBrains.Application.DataContext.IDataContext.GetData[T](DataConstant`1 dataConstant)
 at JetBrains.IDE.IdePerSolutionDataRules.<>c__DisplayClass0_0.<.ctor>b__0(IDataContext context)
 at JetBrains.Application.DataContext.DataRule`1.JetBrains.Application.DataContext.IDataRule.Evaluate(IDataContext context)
 at JetBrains.Application.DataContext.DataContext.Evaluator.TryEvaluateDataRules(IDataConstant constant, IDataContext dataContext, DataContextValidator validator)
 at JetBrains.Application.DataContext.DataContext.DoGetData(IDataConstant constant)
 at JetBrains.Application.DataContext.DataContext.JetBrains.Application.DataContext.IDataContext.GetData[T](DataConstant`1 dataConstant)
 at JetBrains.ProjectModel.DataContext.ProjectModelDataRules.ProjectElementsToSolution(IDataContext ctx)
 at JetBrains.Application.DataContext.DataRule`1.JetBrains.Application.DataContext.IDataRule.Evaluate(IDataContext context)
 at JetBrains.Application.DataContext.DataContext.Evaluator.TryEvaluateDataRules(IDataConstant constant, IDataContext dataContext, DataContextValidator validator)
 at JetBrains.Application.DataContext.DataContext.DoGetData(IDataConstant constant)
 at JetBrains.Application.DataContext.DataContext.JetBrains.Application.DataContext.IDataContext.GetData[T](DataConstant`1 dataConstant)
 at JetBrains.Application.Settings.Implementation.IsAvailableByDataConstant`1.OptimizedGroup.JetBrains.Application.Settings.IIsAvailableOptimizedGroup.EvaluateItems(IList items, IDataContext context)
 at JetBrains.Application.Settings.Implementation.SettingsStorageMountPoints.FilterMountsByContext(IDataContext context)
 at JetBrains.Application.Settings.Implementation.SettingsStore.GetOrderedMountPointsInContext(IDataContext context)
 at JetBrains.Application.Settings.Implementation.ContextBoundSettingsStoreTransient.ContextBoundMountsInfoTransient.FromContextRangeCore(ContextRange contextRange, ISettingsStore store, BindToContextFlags flags, Boolean isEmptyNarrowContextAllowed, ILogger logger, ISettingsStorageMountPoint[]& mountlist, ISettingsStorageMountPoint& mountLastWide)
 at JetBrains.Application.Settings.Implementation.ContextBoundSettingsStoreLive.ContextBoundMountsInfoLiveOnContextRange.<>c__DisplayClass18_0.<GetCurrentSnapshot>b__0()
 at JetBrains.Util.Threading.SynchronizedLifetime.ExecuteIfNotTerminated(Action λ)
 at JetBrains.Application.Settings.Implementation.ContextBoundSettingsStoreLive.ContextBoundMountsInfoLiveOnContextRange.GetCurrentSnapshot()
 at JetBrains.Application.Settings.Implementation.ContextBoundSettingsStoreLive.ContextBoundMountsInfoLiveOnContextRange.<OnMountSetChangeDispatched>b__10_0()
 at JetBrains.Util.Threading.SynchronizedLifetime.ExecuteIfNotTerminated(Action λ)
 at JetBrains.Application.Settings.Implementation.ContextBoundSettingsStoreLive.ContextBoundMountsInfoLiveOnContextRange.OnMountSetChangeDispatched()
 at JetBrains.Application.Settings.Implementation.ContextBoundSettingsStoreLive.ContextBoundMountsInfoLiveOnContextRange..ctor(Lifetime lifetimeUnsynchronized, ContextRange range, ISettingsStore store, BindToContextFlags flags, ILogger logger, ISettingsChangeDispatch changeDispatch)
 at JetBrains.Application.Settings.Implementation.SettingsStore.BindToContextLive(Lifetime lifetime, ContextRange contextrange, BindToContextFlags flags)
 at JetBrains.PsiFeatures.VisualStudio.SinceVs10.TextControl.VsGutterMarginEnabledInReSharper.IsEnabled(Lifetime lifetime, ContextRange contextRange)
 at JetBrains.Platform.VisualStudio.SinceVs10.IDE.TextControl.VsTextViewShellContext..ctor(Lifetime textControlLifetime, IGutterMarginComponent gutterMarginComponent, VsTextControlDevTen textControl, IUIApplication environment, BulbMenuComponent bulbMenuComponent, IMainWindowPopupWindowContext mainWindowPopupWindowContext, GutterMarkMenuLayouter gutterMarkMenuLayouter, IWindowsHookManager hooksManager)
 at JetBrains.Platform.VisualStudio.SinceVs10.IDE.TextControl.VsTextViewShellContextProvider.<>c__DisplayClass0_0.<.ctor>b__0(Lifetime textControlLifetime, ITextControl control)
 at JetBrains.DataFlow.ICollectionEventsEx.<>c__DisplayClass9_1`1.<ForEachItemCore>b__1()
 at JetBrains.Util.Logging.Logger.Catch(Action action)
 at JetBrains.DataFlow.ICollectionEventsEx.<>c__DisplayClass9_0`1.<ForEachItemCore>b__0(AddRemoveEventArgs`1 args)
 at JetBrains.DataFlow.Signal`1.NotifySinks(TValue payload)
 at JetBrains.DataFlow.Signal`1.Fire(TValue value, Object cookie)
 at JetBrains.DataFlow.CollectionEvents`1.FireAddRemove(AddRemove action, TValue value, Object cookie)
 at JetBrains.DataFlow.CollectionEvents`1.InternalAdd(TValue value, Object cookie)
 at JetBrains.DataFlow.CollectionEvents`1.Modify(AddRemove action, TValue item, Object cookie)
 at JetBrains.DataFlow.CollectionBridge`2.<Init>b__22_0(AddRemoveEventArgs`1 args)
 at JetBrains.DataFlow.Signal`1.NotifySinks(TValue payload)
 at JetBrains.DataFlow.Signal`1.Fire(TValue value, Object cookie)
 at JetBrains.DataFlow.CollectionEvents`1.FireAddRemove(AddRemove action, TValue value, Object cookie)
 at JetBrains.DataFlow.DictionaryEvents`2.InternalAdd(KeyValuePair`2 value, Object cookie)
 at JetBrains.DataFlow.CollectionEvents`1.Add(TValue value, Object cookie)
 at JetBrains.DataFlow.ICollectionEventsEx.Add[TValue](ICollectionEvents`1 thіs, Lifetime lifetime, TValue value, Object cookie)
 at JetBrains.Platform.VisualStudio.SinceVs10.IDE.TextControl.VsTextControlCreatorDevTen.CreateTextControl[TTextControl](CreateTextControlParams`1 param)
 at JetBrains.Platform.VisualStudio.SinceVs10.IDE.TextControl.AttachTextControlsToTextViews.VsAttachTextControlsToTextViews.<>c__DisplayClass0_1.<.ctor>b__1()
 at JetBrains.Application.Threading.IShellLocksEx.ExecuteWithReadLock(IShellLocks thіs, Action F)
 at JetBrains.Platform.VisualStudio.SinceVs10.IDE.TextControl.AttachTextControlsToTextViews.VsAttachTextControlsToTextViews.<>c__DisplayClass0_0.<.ctor>b__0(Lifetime lifetimeView, VsTextViewDataForTextControlDevTen data)
 at JetBrains.DataFlow.ICollectionEventsEx.<>c__DisplayClass9_1`1.<ForEachItemCore>b__1()
 at JetBrains.Util.Logging.Logger.Catch(Action action)
 at JetBrains.DataFlow.ICollectionEventsEx.<>c__DisplayClass9_0`1.<ForEachItemCore>b__0(AddRemoveEventArgs`1 args)
 at JetBrains.DataFlow.CollectionEvents`1.OnAcknowledgeSinkAddRemove(Action`1 handler, AddRemove addremove)
 at JetBrains.DataFlow.CollectionEvents`1.<.ctor>b__11_0(Action`1 handler)
 at JetBrains.DataFlow.Infra.SignalWithDelegates`1.OnAfterAdvise(Action`1 handler)
 at JetBrains.DataFlow.Signal`1.<>c__DisplayClass19_0.<AdviseCore>b__0()
 at JetBrains.DataFlow.Lifetime.AddBracket(Action FOpening, Action FClosing)
 at JetBrains.DataFlow.Signal`1.AdviseCore(Action`1 handler, Lifetime lifetime)
 at JetBrains.DataFlow.Signal`1.Advise(Lifetime lifetime, Action`1 handler)
 at JetBrains.DataFlow.ICollectionEventsEx.ForEachItemCore[TValue](IReadonlyCollectionEvents`1 thіs, Lifetime lifetime, Action`2 FHandlerA, Action`3 FHandlerB)
 at JetBrains.Platform.VisualStudio.SinceVs10.IDE.TextControl.AttachTextControlsToTextViews.VsAttachTextControlsToTextViews..ctor(Lifetime lifetimeComponent, ITextControlCreator textControlCreator, IShellLocks locks, Lazy`1 vsEditorAdaptersFactoryService, IWindowsHookManager hookman, IEnumerable`1 findWindowFrame, VsTextViewDataForTextControlCollectorDevTen textViewDataForTextControlCollectorDevTen, ILogger logger)
 at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
 at System.Reflection.RuntimeConstructorInfo.Invoke(BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
 at JetBrains.Application.Extensibility.PartCatalogTypeComponentDescriptor.CreateInstanceOf(Type type, IValueResolveContext context)
 at JetBrains.Application.Extensibility.PartCatalogTypeComponentDescriptor.CreateInstance(IValueResolveContext context)
 at JetBrains.Application.Components.SingletonDescriptor.CreateInstanceChecked(OnError onError, IComponentContainer container)
 at JetBrains.Application.Components.SingletonDescriptor.GetValue()
 at JetBrains.Application.Components.InitializationStrategyDefault.Schedule(Lifetime lifetime, ICollection`1 dscs)
 at JetBrains.Application.Components.ComponentStorage.ComposeDescriptors(ICollection`1 descriptors)
 at JetBrains.Application.Components.ComponentStorage.Compose()
 at JetBrains.ProjectModel.SolutionInstance.OpenSolution(ISolutionOwner solutionOwner)
 at JetBrains.ProjectModel.SolutionManagerBase.<>c__DisplayClass19_0.<CreateSolutionInstance>b__2()
 at JetBrains.ProjectModel.Tasks.SolutionLoadTasksSchedulerBase.<>c__DisplayClass24_0.<ExecuteOneTask>b__1()
 at JetBrains.Util.Logging.Logger.Catch(Action action)
 at JetBrains.ProjectModel.Tasks.SolutionLoadTasksSchedulerBase.ExecuteOneTask(SolutionLoadTask task)
 at JetBrains.ProjectModel.Tasks.SolutionLoadTasksSchedulerAsync.ExecuteTask()
 at JetBrains.ProjectModel.Tasks.SolutionLoadTasksSchedulerAsync.DispatchTasks(Boolean background)
 at JetBrains.ProjectModel.SolutionManagerBase.CreateSolutionInstance(SolutionElement solutionElement, SolutionInstance solutionInstance)
 at JetBrains.VsIntegration.ProjectDocuments.VSSolutionManager.<>c__DisplayClass37_0.<OpenVSSolution>b__0(Lifetime lifetime)
 at JetBrains.DataFlow.SequentialLifetimes.<>c__DisplayClass4_0.<Next>b__0(LifetimeDefinition definition, Lifetime lifetime)
 at JetBrains.DataFlow.Lifetimes.Define(Lifetime lifetime, String id, Action`2 FAtomic, ILog logger)
 at JetBrains.DataFlow.SequentialLifetimes.DefineNext(Action`2 FNext)
 at JetBrains.DataFlow.SequentialLifetimes.Next(Action`1 FNext)
 at JetBrains.VsIntegration.ProjectDocuments.VSSolutionManager.OpenVSSolution(Boolean openSolution, Boolean sync)
 at JetBrains.Platform.VisualStudio.SinceVs10.ProjectDocuments.VsSolutionManager10.<OnAfterBackgroundSolutionLoadComplete>b__15_1()
 at JetBrains.Application.Threading.IShellLocksEx.ExecuteWithReadLock(IShellLocks thіs, Action F)
 at JetBrains.Platform.VisualStudio.SinceVs10.ProjectDocuments.VsSolutionManager10.<OnAfterBackgroundSolutionLoadComplete>b__15_0()
 at JetBrains.Util.Concurrency.UnguardedCallbackMerger.<>c__DisplayClass8_0.<ExecuteOrQueueOrMerge>b__0()
 at JetBrains.Threading.ReentrancyGuard.Execute(String name, Action action)
 at JetBrains.Threading.ReentrancyGuard.TryExecute(String name, Action action)
 at JetBrains.Threading.ReentrancyGuardEx.ExecuteOrQueue(ReentrancyGuard thіs, Lifetime lifetime, String name, Action F, TaskPriority priority)
 at JetBrains.Util.Concurrency.UnguardedCallbackMerger.ExecuteOrQueueOrMerge(Lifetime lifetimeQueue, String name, Action F)
 at JetBrains.Platform.VisualStudio.SinceVs10.ProjectDocuments.VsSolutionManager10.OnAfterBackgroundSolutionLoadComplete()
 at Microsoft.VisualStudio.Shell.Interop.IVsTaskBody.DoWork(IVsTask pTask, UInt32 dwCount, IVsTask[] pParentTasks, Object& pResult)
 at Microsoft.VisualStudio.Services.VsTask.<>c__DisplayClass115_0.<GetCallbackForMultipleParent>b__0(Task`1[] _)
 at Microsoft.VisualStudio.Services.VsTask.<>c__DisplayClass117_0.<GetCallback>b__0()
 at System.Threading.Tasks.Task`1.InnerInvoke()
 at System.Threading.Tasks.Task.Execute()
 at System.Threading.Tasks.Task.ExecutionContextCallback(Object obj)
 at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
 at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
 at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot)
 at System.Threading.Tasks.Task.ExecuteEntry(Boolean bPreventDoubleExecution)
 at System.Threading.Tasks.TaskScheduler.TryExecuteTask(Task task)
 at Microsoft.VisualStudio.Services.TaskSchedulerService.VsUIThreadBlockableTaskScheduler.DoOneTask()
 at Microsoft.VisualStudio.Services.TaskSchedulerService.VsUIBackgroundPriorityScheduler.ProcessQueue()
 at Microsoft.VisualStudio.Services.TaskSchedulerService.VsUIBackgroundPriorityScheduler.<OnTaskQueued>b__6_0()
 at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
 at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
 at System.Windows.Threading.DispatcherOperation.InvokeImpl()
 at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
 at MS.Internal.CulturePreservingExecutionContext.CallbackWrapper(Object obj)
 at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
 at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
 at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
 at MS.Internal.CulturePreservingExecutionContext.Run(CulturePreservingExecutionContext executionContext, ContextCallback callback, Object state)
 at System.Windows.Threading.DispatcherOperation.Invoke()
 at System.Windows.Threading.Dispatcher.ProcessQueue()
 at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
 at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
 at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
 at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
 at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
 at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
 at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)

RSRP-468693: [Performance Report] Analyzing changes stuck

$
0
0
Reporter ReSharper anonymous (resharper) ReSharper anonymous (resharper)
Created Mar 15, 2018 8:54:55 AM
Updated Apr 13, 2018 3:08:32 PM
Subsystem Psi - Caches
Assignee Dmitry Ivanov (daivanov)
Priority Show-stopper
State Open
Type Performance Problem
Fix version 2018.1
Affected versions No Affected versions
Fixed In Version ReSharper Undefined
VsVersion All Versions
Evaluator: False
OS Version: Microsoft Windows NT 10.0.15063.0
Product: ReSharper, Version: 2017.3.20171222.81043
Time Zone: RTZ 4 (зима)

Description

"Analyzing changes" is stuck for big project (ASP.NET MVC).
In snapshot, I included the analysis and expected completion, but the analysis does not end even if left on for a few days.
Ignoring files *.cshtml, *.ts, *.js and folders with another projects in solution does not help either.

RSRP-467538: Object reference not set to an instance of an object.

$
0
0
Reporter Ian Johnson (Jono7AC) Ian Johnson (Jono7AC)
Created Nov 20, 2017 3:38:52 PM
Updated Apr 13, 2018 3:09:34 PM
Resolved Apr 9, 2018 6:41:45 PM
Subsystem Debugger features
Assignee Mikhail Senkov (micha)
Priority Critical
State Fixed
Type Exception
Fix version 2018.1
Affected versions No Affected versions
Fixed In Version ReSharper 2018.1 EAP 7
VsVersion All Versions
ReSharperPlatformVs15 Wave 11 Hive _4981c7d1 — JetBrains ReSharper Ultimate 2017.3 EAP 6 Build 111.0.20171117.131617-eap06

JetBrains ReSharper 2017.3 EAP 6 Build 2017.3.20171117.133018-eap06

SubProducts.0 = JetBrains ReSharper 2017.3 EAP 6 Build 2017.3.20171117.133018-eap06

Object reference not set to an instance of an object.

— EXCEPTION #1/2 [NullReferenceException]
Message = “Object reference not set to an instance of an object.”
ExceptionPath = Root.InnerException
ClassName = System.NullReferenceException
HResult = E_POINTER=COR_E_NULLREFERENCE=80004003
Source = JetBrains.ReSharper.Psi
StackTraceString = “
 at JetBrains.ReSharper.Psi.Tree.TreeNodeExtensions.AssertIsValid(ITreeNode element, String messageText)
 at JetBrains.ReSharper.Psi.Tree.TreeNodeExtensions.AssertIsValid(ITreeNode element, String messageText)
 at JetBrains.ReSharper.Psi.Pointers.PsiPointersExtensions.CreateTreeElementPointer[TTreeNode](TTreeNode element, TreeNodePointerConfiguration configuration)
 at JetBrains.PsiFeatures.VisualStudio.Debugger.VsDebugVisualizerComponent.<>c__DisplayClass2b.<CalculateLocalValues>b__29(IDebugProperty local)
 at System.Linq.Enumerable.WhereSelectListIterator`2.MoveNext()
 at System.Linq.Enumerable.WhereEnumerableIterator`1.MoveNext()
 at System.Collections.Generic.List`1.InsertRange(Int32 index, IEnumerable`1 collection)
 at JetBrains.PsiFeatures.VisualStudio.Debugger.VsDebugVisualizerComponent.CalculateAdornments(Lifetime lifetime, ITextControl editor, FramePosition frame, IEnumerable`1 accumulatedReturnValues, IPsiSourceFile psiSourceFile)
 at JetBrains.PsiFeatures.VisualStudio.Debugger.VsDebugVisualizerComponent.<>c__DisplayClass25.<ShowEditorAdornments>b__22()
 at JetBrains.DataFlow.ISignalEx.<>c__DisplayClass1`1.<Advise>b__0(TValue value)
 at JetBrains.DataFlow.Signal`1.NotifySinks(TValue payload)


— Outer —

— EXCEPTION #2/2 [LoggerException]
Message = “Object reference not set to an instance of an object.”
ExceptionPath = Root
ClassName = JetBrains.Util.LoggerException
Data.ManagedThreadName = <NULL>
Data.LastExtension = cs
Data.SccRevisionShell = “<there are no packages matching the criteria>”
Data.HostProductInfo = “JetBrains ReSharper Ultimate 2017.3 EAP 6 Build 111.0.20171117.131617-eap06”
Data.SubProducts.#0 = “JetBrains ReSharper 2017.3 EAP 6 Build 2017.3.20171117.133018-eap06”
Data.SccRevisionEnv = “
Platform\Core\Shell,
Platform\VisualStudio:
    git::refs/heads/wave11-eap6::a6b69a3803846236d444b0df15d846b550ca1516

Data.VsVersion = 15.5.27110.0
Data.VsPreview = True
InnerException = “Exception #1 at Root.InnerException”
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
 at JetBrains.DataFlow.Signal`1.NotifySinks(TValue payload)
 at JetBrains.DataFlow.Signal`1.NotifySinks(TValue payload)
 at JetBrains.DataFlow.Signal`1.Fire(TValue value, Object cookie)
 at JetBrains.PsiFeatures.VisualStudio.Debugger.VsDebugVisualizerComponent.ShowEditorAdornments(Lifetime editorLifetime, ITextControl editor, IProjectFile projectItem, FramePosition frame, IEnumerable`1 accumulatedReturnValues)
 at JetBrains.PsiFeatures.VisualStudio.Debugger.VsDebugVisualizerComponent.<>c__DisplayClass12.<>c__DisplayClass18.<OnStackFrameChanged>b__d()
 at JetBrains.ReSharper.Psi.Files.PsiFiles.CommitAllDocumentsAsync(Action success, Action interrupted)
 at JetBrains.PsiFeatures.VisualStudio.Debugger.VsDebugVisualizerComponent.<>c__DisplayClass12.<>c__DisplayClass18.<OnStackFrameChanged>b__c()
 at JetBrains.Application.Threading.IShellLocksEx.ExecuteWithReadLock(IShellLocks thіs, Action F)
 at JetBrains.Application.Threading.IShellLocksEx.<>c__DisplayClassa.<ExecuteOrQueueReadLock>b__9()
 at JetBrains.Threading.ReentrancyGuardEx.<>c__DisplayClass4.<>c__DisplayClass6.<Queue>b__3()
 at JetBrains.Threading.ReentrancyGuard.Execute(String name, Action action)
 at JetBrains.Threading.ReentrancyGuard.ExecutePendingActions()
 at JetBrains.Threading.JetDispatcher.Closure.Execute()
 at JetBrains.Util.Concurrency.WinJetDispatcher.ProcessQueue(Int32 nMinBucket)
 at JetBrains.Util.Concurrency.WinJetDispatcher.<>c__DisplayClass5.<BeginInvokeCore>b__3()
 at System.Windows.Threading.DispatcherOperation.InvokeDelegateCore()
 at System.Windows.Threading.DispatcherOperation.InvokeImpl()
 at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
 at MS.Internal.CulturePreservingExecutionContext.CallbackWrapper(Object obj)
 at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
 at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
 at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
 at MS.Internal.CulturePreservingExecutionContext.Run(CulturePreservingExecutionContext executionContext, ContextCallback callback, Object state)
 at System.Windows.Threading.DispatcherOperation.Invoke()
 at System.Windows.Threading.Dispatcher.ProcessQueue()
 at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
 at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
 at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
 at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
 at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
 at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
 at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)

RSRP-101338: Single-keystroke "surround with braces"

$
0
0
Reporter Joe White (joewhite) Joe White (joewhite)
Created Mar 31, 2009 12:52:36 AM
Updated Apr 13, 2018 3:26:19 PM
Resolved Nov 17, 2017 5:52:26 PM
Subsystem Typing Assistance
Assignee Slava Tutushkin (slava.tutushkin)
Priority Show-stopper
State Fixed
Type Feature
Fix version 2017.3
Affected versions No Affected versions
Fixed In Version ReSharper 2017.3 EAP 6
VsVersion All Versions
Surrounding a block of code with curly braces is a very common operation in C#. It deserves a single keystroke. (Ctrl+Alt+J 7 is pretty cumbersome, and isn't necessarily consistent across computers.)

I propose adding a ReSharper feature where, when there's a selection and I type an open curly brace, ReSharper surrounds the selected code with braces (instead of deleting the selection and replacing it with an open-curly character).

RSRP-458885: Regex Assistant does not recognize all Unicode Named Blocks

$
0
0
Reporter Olga Rodygina (olgarodygina) Olga Rodygina (olgarodygina)
Created May 23, 2016 3:14:32 PM
Updated Apr 13, 2018 3:28:56 PM
Resolved Apr 13, 2018 3:28:56 PM
Subsystem RegExp Support (Regular Expressions)
Assignee Evgeniy Stepanov (Evgeniy_Stepanov)
Priority Normal
State Fixed
Type Bug
Fix version 2018.2
Affected versions 2016.1.1
Fixed In Version ReSharper Undefined
VsVersion All Versions
We have a regex like that:

new Regex(@"^([\p{IsBasicLatin}\p{IsLatin-1Supplement}\p{IsLatinExtended-A}\p{IsLatinExtended-B}\s]){4,255}$"

Resharper 2016.1.1 does not recognize the
IsLatin-1Supplement
IsLatinExtended-A
IsLatinExtended-B
Unicode Named Blocks. It underlines the "\p{IsLatin" part (and the "\p{IsLatinExtended" parts) and gives the error message "} expected".

RSRP-461292: "Validate Regular Expression" shows cut-off text for Value column in Matches table

$
0
0
Reporter Oleg Gerovich (oleg.gerovich) Oleg Gerovich (oleg.gerovich)
Created Oct 14, 2016 10:52:02 PM
Updated Apr 13, 2018 3:28:58 PM
Resolved Apr 13, 2018 3:28:58 PM
Subsystem RegExp Support (Regular Expressions)
Assignee Evgeniy Stepanov (Evgeniy_Stepanov)
Priority Normal
State Fixed
Type Usability Problem
Fix version 2018.2
Affected versions 2017.3.2, 2016.1.1, 2016.3.2
Fixed In Version ReSharper Undefined
VsVersion VS 2017 RTM, VS 2017 15.3, VS 2015 RTM
It seems to show the first 47 characters followed by "...". If the string is long, there is no way to expand the cut-off or copy the value. Makes it kind of useless if I want to verify long matches.

RSRP-458741: regular expression do not correctly matching

$
0
0
Reporter Olga Rodygina (olgarodygina) Olga Rodygina (olgarodygina)
Created May 11, 2016 6:21:52 PM
Updated Apr 13, 2018 3:28:59 PM
Resolved Apr 13, 2018 3:28:59 PM
Subsystem RegExp Support (Regular Expressions)
Assignee Evgeniy Stepanov (Evgeniy_Stepanov)
Priority Major
State Fixed
Type Bug
Fix version 2018.2
Affected versions 2016.1.1
Fixed In Version ReSharper Undefined
VsVersion All Versions
Tools -> Validate Regular Expression

Regular Expression = "\\$VERSION=(.*)"
Test Input = "$VERSION=110 "

Expected behaviour:
Highlight the whole string, as it is a complete match

Actual behaviour:
Actually only "$VERSION=110" gets highlighted - without the trailing whitespaces

Problem:
This behaves differently to the Regex-class in the CLR
Viewing all 106942 articles
Browse latest View live