When using ReSharper 2018.1.4 Command Line Tools (actually all 2018.1.x versions of the ReSharper Command Line Tools) in TeamCity, the code inspections randomly fails with an error saysing "Modified after Removed". This happens in about 1 of 5 builds and completely at random.
We can't use ReSharper 2018.2.0 Command Line Tools either as these fail every single time with another error. See RSRP-471186. This error might therefore also be in 2018.2, but since that one blows up every time on another error I really don't know.
The last version of the ReSharper Command Line Tools that consistently worked for us in TeamCity was 2017.3.5.
We are running TeamCity 2018.1.1.
Full error:
[10:03:06][Step 10/11] Running Inspections
[10:03:06][Step 10/11] Starting: C:\BuildAgent\tools\jetbrains.resharper-clt.2018.1.4\tools\inspectcode.exe --config=C:\BuildAgent\temp\agentTmp\dotnet-tools-inspectcode.config
[10:03:06][Step 10/11] in directory: C:\BuildAgent\work\fc2167779e923e6c
[10:03:08][Step 10/11] JetBrains Inspect Code 2018.1.4
[10:03:08][Step 10/11] Running in 64-bit mode, .NET runtime 4.0.30319.42000 under Microsoft Windows NT 6.1.7601 Service Pack 1
[10:03:17][Step 10/11] Custom settings layer is mounted. Used file C:\BuildAgent\work\fc2167779e923e6c\SW\InspectionSettings.DotSettings
[10:03:46][Step 10/11] Warning: mdAssembly.Mvid.Equals(psiAssembly.Mvid), mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, 4804247c-550a-482e-ba35-ce83b83e40ee, 97707d7e-03b0-454f-ade5-26c74b667f46
[10:03:47][Step 10/11] Warning: mdAssembly.Mvid.Equals(psiAssembly.Mvid), System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, cc041687-319d-4208-aa1c-08d0759242bc, a1b68e36-c3ad-4547-984e-92c717cfcb5b
[10:03:47][Step 10/11] Warning: mdAssembly.Mvid.Equals(psiAssembly.Mvid), System.Xml, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, 6ef38a7d-1f5f-4a43-bcd2-a76f62a1992f, 515f277e-70b0-479c-ae8b-bc776e835da6
[10:03:47][Step 10/11] Warning: mdAssembly.Mvid.Equals(psiAssembly.Mvid), System.Data.SqlXml, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, 4bea63d4-93ab-467a-989f-b42562b0553c, e55ddf7a-bb78-4ee1-98d4-b2599b040cc6
[10:03:47][Step 10/11] Warning: mdAssembly.Mvid.Equals(psiAssembly.Mvid), System.Security, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, a8d35f39-a961-41bd-b161-14f5f132de6a, c9d2d8b6-be9e-4871-a4a7-6f08a11e8086
[10:04:11][Step 10/11] Modified after Removed
[10:04:11][Step 10/11]
[10:04:11][Step 10/11] --- EXCEPTION #1/1 [LoggerException]
[10:04:11][Step 10/11] Message = "Modified after Removed"
[10:04:11][Step 10/11] ExceptionPath = Root
[10:04:11][Step 10/11] ClassName = JetBrains.Util.LoggerException
[10:04:11][Step 10/11] HResult = COR_E_APPLICATION=80131600
[10:04:11][Step 10/11] StackTraceString = "
[10:04:11][Step 10/11] at JetBrains.ReSharper.Psi.Modules.PsiModuleChangeBuilder.AppendChangeType[T](ChangeType old, ChangeType new, T item)
[10:04:11][Step 10/11] at JetBrains.ReSharper.Psi.Modules.PsiModuleChangeBuilder.AddChange[T](Dictionary`2 changeMap, T item, ChangeType changeType)
[10:04:11][Step 10/11] at JetBrains.ReSharper.Psi.Modules.PsiModuleChangeBuilder.AddChanges[T](Dictionary`2 changeMap, ICollection`1 otherChanges)
[10:04:11][Step 10/11] at JetBrains.ReSharper.Psi.Modules.ExternalFileModules.DependentFilesModuleFactory.JetBrains.Application.changes.IChangeProvider.Execute(IChangeMap changeMap)
[10:04:11][Step 10/11] at JetBrains.Application.changes.ChangeManagerImpl.<>c__DisplayClass21_0.<InvokeOrderedDependentProviders>b__0(IProgressIndicator pro)
[10:04:11][Step 10/11] at JetBrains.Application.Progress.SimpleTaskExecutor.ExecuteTaskTrivial(Action`1 task)
[10:04:11][Step 10/11] at JetBrains.Application.changes.ChangeManagerImpl.OnProviderChanged(IChangeProvider changeProvider, Object change, ITaskExecutor executor)
[10:04:11][Step 10/11] at JetBrains.ReSharper.Psi.JavaScript.HasSourceFileMapChangedHandler.<>c__DisplayClass0_1.<.ctor>b__5()
[10:04:11][Step 10/11] at JetBrains.Application.Threading.IShellLocksEx.ExecuteWithWriteLock(IShellLocks th?s, Action F, CallerInfo caller)
[10:04:11][Step 10/11] at JetBrains.ReSharper.Psi.JavaScript.HasSourceFileMapChangedHandler.<>c__DisplayClass0_0.<.ctor>b__1()
[10:04:11][Step 10/11] at JetBrains.Application.Threading.IShellLocksEx.ExecuteWithReadLock(IShellLocks th?s, Action F)
[10:04:11][Step 10/11] at JetBrains.Threading.ReentrancyGuardEx.<>c__DisplayClass0_0.<Queue>b__3()
[10:04:11][Step 10/11] at JetBrains.Threading.ReentrancyGuard.Execute(String name, Action action)
[10:04:11][Step 10/11] at JetBrains.Threading.ReentrancyGuard.ExecutePendingActions()
[10:04:11][Step 10/11] at JetBrains.Threading.JetDispatcher.Closure.Execute()
[10:04:11][Step 10/11] at JetBrains.Util.Concurrency.WinJetDispatcher.ProcessQueue(Int32 nMinBucket)
[10:04:11][Step 10/11] at System.Windows.Threading.DispatcherOperation.InvokeDelegateCore()
[10:04:11][Step 10/11] at System.Windows.Threading.DispatcherOperation.InvokeImpl()
[10:04:11][Step 10/11] at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
[10:04:11][Step 10/11] at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
[10:04:11][Step 10/11] at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
[10:04:11][Step 10/11] at MS.Internal.CulturePreservingExecutionContext.Run(CulturePreservingExecutionContext executionContext, ContextCallback callback, Object state)
[10:04:11][Step 10/11] at System.Windows.Threading.DispatcherOperation.Invoke()
[10:04:11][Step 10/11] at System.Windows.Threading.Dispatcher.ProcessQueue()
[10:04:11][Step 10/11] at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
[10:04:11][Step 10/11] at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
[10:04:11][Step 10/11] at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
[10:04:11][Step 10/11] at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
[10:04:11][Step 10/11] at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
[10:04:11][Step 10/11] at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
[10:04:11][Step 10/11] at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
[10:04:11][Step 10/11] at JetBrains.Interop.WinApi.User32Dll.DispatchMessageW(MSG* lpmsg)
[10:04:11][Step 10/11] at JetBrains.Interop.WinApi.User32Dll.DispatchMessageW(MSG* lpmsg)
[10:04:11][Step 10/11] at JetBrains.Util.Concurrency.WinJetDispatcher.WinJetDispatcherStaticMethods.InternalPumpMessagesOnce()
[10:04:11][Step 10/11] at JetBrains.Util.Concurrency.WinJetDispatcher.WinJetDispatcherStaticMethods.JetBrains.Util.Concurrency.IJetDispatcherStaticMethods.Run(IProperty`1 condition, TimeSpan timeout, Boolean bThrowOnTimeout)
[10:04:11][Step 10/11] at JetBrains.CommandLine.InspectCode.Unattended.InspectCodeProductMain.PumpAndWait(ISolution solution)
[10:04:11][Step 10/11] at JetBrains.CommandLine.InspectCode.Unattended.InspectCodeProductMain.Main(Lifetime lifetime, IThreading invocator, IComponentContainer container, IShellLocks shellLocks, ILogger logger, IInspectCodeSettings settings, IProductCommandLineArguments argumentsRaw)
[10:04:11][Step 10/11] at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
[10:04:11][Step 10/11] at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
[10:04:11][Step 10/11] at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
[10:04:11][Step 10/11] at JetBrains.Application.Environment.RunsPublicStaticIntMain.<>c__DisplayClass0_0.<.ctor>b__0()
[10:04:11][Step 10/11] at JetBrains.Util.Logging.Logger.Catch(Action action)
[10:04:11][Step 10/11] at JetBrains.Threading.JetDispatcher.Closure.Execute()
[10:04:11][Step 10/11] at JetBrains.Util.Concurrency.WinJetDispatcher.ProcessQueue(Int32 nMinBucket)
[10:04:11][Step 10/11] at System.Windows.Threading.DispatcherOperation.InvokeDelegateCore()
[10:04:11][Step 10/11] at System.Windows.Threading.DispatcherOperation.InvokeImpl()
[10:04:11][Step 10/11] at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
[10:04:11][Step 10/11] at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
[10:04:11][Step 10/11] at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
[10:04:11][Step 10/11] at MS.Internal.CulturePreservingExecutionContext.Run(CulturePreservingExecutionContext executionContext, ContextCallback callback, Object state)
[10:04:11][Step 10/11] at System.Windows.Threading.DispatcherOperation.Invoke()
[10:04:11][Step 10/11] at System.Windows.Threading.Dispatcher.ProcessQueue()
[10:04:11][Step 10/11] at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
[10:04:11][Step 10/11] at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
[10:04:11][Step 10/11] at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
[10:04:11][Step 10/11] at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
[10:04:11][Step 10/11] at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
[10:04:11][Step 10/11] at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
[10:04:11][Step 10/11] at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
[10:04:11][Step 10/11] at MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg)
[10:04:11][Step 10/11] at MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg)
[10:04:11][Step 10/11] at System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)
[10:04:11][Step 10/11] at JetBrains.DataFlow.Lifetimes.Using(Action`1 ?)
[10:04:11][Step 10/11] at JetBrains.Application.Environment.IJetHostEx.RunHostMessageLoop(IComponentContainer containerEnv)
[10:04:11][Step 10/11] at JetBrains.Application.Environment.HostParameters.JetHostParametersCaller.RunMainLoop(ComponentContainer containerEnv)
[10:04:11][Step 10/11] at JetBrains.Application.Environment.JetEnvironment.InternalRun(JetHostParametersCaller host, ComponentContainer containerEnv)
[10:04:11][Step 10/11] at JetBrains.Application.Environment.JetEnvironment.CreateAndRun(Full hostparams)
[10:04:11][Step 10/11] at JetBrains.CommandLine.Common.Console.Application.CommandLineProgram.Main(Assembly assembly, Type environmentZoneType, HostInfo hostInfo, IProductInfo productInfo, String[] args)
[10:04:11][Step 10/11] at JetBrains.CommandLine.Common.Console.Application.CommandLineProgram.Run[TZone,TProductInfo](String productHostShortName, String[] args)
[10:04:11][Step 10/11] at JetBrains.CommandLine.InspectCode.InspectCodeProgram.Main(String[] args)
[10:04:11][Step 10/11] "
[10:04:11][Step 10/11]
[10:04:11][Step 10/11] Modified after Removed
[10:04:11][Step 10/11]
[10:04:11][Step 10/11] --- EXCEPTION #1/1 [LoggerException]
[10:04:11][Step 10/11] Message = "Modified after Removed"
[10:04:11][Step 10/11] ExceptionPath = Root
[10:04:11][Step 10/11] ClassName = JetBrains.Util.LoggerException
[10:04:11][Step 10/11] HResult = COR_E_APPLICATION=80131600
[10:04:11][Step 10/11] StackTraceString = "
[10:04:11][Step 10/11] at JetBrains.ReSharper.Psi.Modules.PsiModuleChangeBuilder.AppendChangeType[T](ChangeType old, ChangeType new, T item)
[10:04:11][Step 10/11] at JetBrains.ReSharper.Psi.Modules.PsiModuleChangeBuilder.AddChange[T](Dictionary`2 changeMap, T item, ChangeType changeType)
[10:04:11][Step 10/11] at JetBrains.ReSharper.Psi.Modules.PsiModuleChangeBuilder.AddChanges[T](Dictionary`2 changeMap, ICollection`1 otherChanges)
[10:04:11][Step 10/11] at JetBrains.ReSharper.Psi.Modules.ExternalFileModules.DependentFilesModuleFactory.JetBrains.Application.changes.IChangeProvider.Execute(IChangeMap changeMap)
[10:04:11][Step 10/11] at JetBrains.Application.changes.ChangeManagerImpl.<>c__DisplayClass21_0.<InvokeOrderedDependentProviders>b__0(IProgressIndicator pro)
[10:04:11][Step 10/11] at JetBrains.Application.Progress.SimpleTaskExecutor.ExecuteTaskTrivial(Action`1 task)
[10:04:11][Step 10/11] at JetBrains.Application.changes.ChangeManagerImpl.OnProviderChanged(IChangeProvider changeProvider, Object change, ITaskExecutor executor)
[10:04:11][Step 10/11] at JetBrains.ReSharper.Psi.JavaScript.HasSourceFileMapChangedHandler.<>c__DisplayClass0_1.<.ctor>b__5()
[10:04:11][Step 10/11] at JetBrains.Application.Threading.IShellLocksEx.ExecuteWithWriteLock(IShellLocks th?s, Action F, CallerInfo caller)
[10:04:11][Step 10/11] at JetBrains.ReSharper.Psi.JavaScript.HasSourceFileMapChangedHandler.<>c__DisplayClass0_0.<.ctor>b__1()
[10:04:11][Step 10/11] at JetBrains.Application.Threading.IShellLocksEx.ExecuteWithReadLock(IShellLocks th?s, Action F)
[10:04:11][Step 10/11] at JetBrains.Threading.ReentrancyGuardEx.<>c__DisplayClass0_0.<Queue>b__3()
[10:04:11][Step 10/11] at JetBrains.Threading.ReentrancyGuard.Execute(String name, Action action)
[10:04:11][Step 10/11] at JetBrains.Threading.ReentrancyGuard.ExecutePendingActions()
[10:04:11][Step 10/11] at JetBrains.Threading.JetDispatcher.Closure.Execute()
[10:04:11][Step 10/11] at JetBrains.Util.Concurrency.WinJetDispatcher.ProcessQueue(Int32 nMinBucket)
[10:04:11][Step 10/11] at System.Windows.Threading.DispatcherOperation.InvokeDelegateCore()
[10:04:11][Step 10/11] at System.Windows.Threading.DispatcherOperation.InvokeImpl()
[10:04:11][Step 10/11] at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
[10:04:11][Step 10/11] at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
[10:04:11][Step 10/11] at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
[10:04:11][Step 10/11] at MS.Internal.CulturePreservingExecutionContext.Run(CulturePreservingExecutionContext executionContext, ContextCallback callback, Object state)
[10:04:11][Step 10/11] at System.Windows.Threading.DispatcherOperation.Invoke()
[10:04:11][Step 10/11] at System.Windows.Threading.Dispatcher.ProcessQueue()
[10:04:11][Step 10/11] at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
[10:04:11][Step 10/11] at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
[10:04:11][Step 10/11] at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
[10:04:11][Step 10/11] at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
[10:04:11][Step 10/11] at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
[10:04:11][Step 10/11] at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
[10:04:11][Step 10/11] at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
[10:04:11][Step 10/11] at JetBrains.Interop.WinApi.User32Dll.DispatchMessageW(MSG* lpmsg)
[10:04:11][Step 10/11] at JetBrains.Interop.WinApi.User32Dll.DispatchMessageW(MSG* lpmsg)
[10:04:11][Step 10/11] at JetBrains.Util.Concurrency.WinJetDispatcher.WinJetDispatcherStaticMethods.InternalPumpMessagesOnce()
[10:04:11][Step 10/11] at JetBrains.Util.Concurrency.WinJetDispatcher.WinJetDispatcherStaticMethods.JetBrains.Util.Concurrency.IJetDispatcherStaticMethods.Run(IProperty`1 condition, TimeSpan timeout, Boolean bThrowOnTimeout)
[10:04:11][Step 10/11] at JetBrains.CommandLine.InspectCode.Unattended.InspectCodeProductMain.PumpAndWait(ISolution solution)
[10:04:11][Step 10/11] at JetBrains.CommandLine.InspectCode.Unattended.InspectCodeProductMain.Main(Lifetime lifetime, IThreading invocator, IComponentContainer container, IShellLocks shellLocks, ILogger logger, IInspectCodeSettings settings, IProductCommandLineArguments argumentsRaw)
[10:04:11][Step 10/11] at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
[10:04:11][Step 10/11] at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
[10:04:11][Step 10/11] at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
[10:04:11][Step 10/11] at JetBrains.Application.Environment.RunsPublicStaticIntMain.<>c__DisplayClass0_0.<.ctor>b__0()
[10:04:11][Step 10/11] at JetBrains.Util.Logging.Logger.Catch(Action action)
[10:04:11][Step 10/11] at JetBrains.Threading.JetDispatcher.Closure.Execute()
[10:04:11][Step 10/11] at JetBrains.Util.Concurrency.WinJetDispatcher.ProcessQueue(Int32 nMinBucket)
[10:04:11][Step 10/11] at System.Windows.Threading.DispatcherOperation.InvokeDelegateCore()
[10:04:11][Step 10/11] at System.Windows.Threading.DispatcherOperation.InvokeImpl()
[10:04:11][Step 10/11] at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
[10:04:11][Step 10/11] at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
[10:04:11][Step 10/11] at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
[10:04:11][Step 10/11] at MS.Internal.CulturePreservingExecutionContext.Run(CulturePreservingExecutionContext executionContext, ContextCallback callback, Object state)
[10:04:11][Step 10/11] at System.Windows.Threading.DispatcherOperation.Invoke()
[10:04:11][Step 10/11] at System.Windows.Threading.Dispatcher.ProcessQueue()
[10:04:11][Step 10/11] at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
[10:04:11][Step 10/11] at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
[10:04:11][Step 10/11] at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
[10:04:11][Step 10/11] at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
[10:04:11][Step 10/11] at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
[10:04:11][Step 10/11] at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
[10:04:11][Step 10/11] at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
[10:04:11][Step 10/11] at MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg)
[10:04:11][Step 10/11] at MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg)
[10:04:11][Step 10/11] at System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)
[10:04:11][Step 10/11] at JetBrains.DataFlow.Lifetimes.Using(Action`1 ?)
[10:04:11][Step 10/11] at JetBrains.Application.Environment.IJetHostEx.RunHostMessageLoop(IComponentContainer containerEnv)
[10:04:11][Step 10/11] at JetBrains.Application.Environment.HostParameters.JetHostParametersCaller.RunMainLoop(ComponentContainer containerEnv)
[10:04:11][Step 10/11] at JetBrains.Application.Environment.JetEnvironment.InternalRun(JetHostParametersCaller host, ComponentContainer containerEnv)
[10:04:11][Step 10/11] at JetBrains.Application.Environment.JetEnvironment.CreateAndRun(Full hostparams)
[10:04:11][Step 10/11] at JetBrains.CommandLine.Common.Console.Application.CommandLineProgram.Main(Assembly assembly, Type environmentZoneType, HostInfo hostInfo, IProductInfo productInfo, String[] args)
[10:04:11][Step 10/11] at JetBrains.CommandLine.Common.Console.Application.CommandLineProgram.Run[TZone,TProductInfo](String productHostShortName, String[] args)
[10:04:11][Step 10/11] at JetBrains.CommandLine.InspectCode.InspectCodeProgram.Main(String[] args)
[10:04:11][Step 10/11] "
[10:04:11][Step 10/11]
[10:04:11][Step 10/11] Modified after Removed
[10:04:11][Step 10/11]
[10:04:11][Step 10/11] --- EXCEPTION #1/1 [LoggerException]
[10:04:11][Step 10/11] Message = "Modified after Removed"
[10:04:11][Step 10/11] ExceptionPath = Root
[10:04:11][Step 10/11] ClassName = JetBrains.Util.LoggerException
[10:04:11][Step 10/11] HResult = COR_E_APPLICATION=80131600
[10:04:11][Step 10/11] StackTraceString = "
[10:04:11][Step 10/11] at JetBrains.ReSharper.Psi.Modules.PsiModuleChangeBuilder.AppendChangeType[T](ChangeType old, ChangeType new, T item)
[10:04:11][Step 10/11] at JetBrains.ReSharper.Psi.Modules.PsiModuleChangeBuilder.AddChange[T](Dictionary`2 changeMap, T item, ChangeType changeType)
[10:04:11][Step 10/11] at JetBrains.ReSharper.Psi.Modules.PsiModuleChangeBuilder.AddChanges[T](Dictionary`2 changeMap, ICollection`1 otherChanges)
[10:04:11][Step 10/11] at JetBrains.ReSharper.Psi.Modules.ExternalFileModules.DependentFilesModuleFactory.JetBrains.Application.changes.IChangeProvider.Execute(IChangeMap changeMap)
[10:04:11][Step 10/11] at JetBrains.Application.changes.ChangeManagerImpl.<>c__DisplayClass21_0.<InvokeOrderedDependentProviders>b__0(IProgressIndicator pro)
[10:04:11][Step 10/11] at JetBrains.Application.Progress.SimpleTaskExecutor.ExecuteTaskTrivial(Action`1 task)
[10:04:11][Step 10/11] at JetBrains.Application.changes.ChangeManagerImpl.OnProviderChanged(IChangeProvider changeProvider, Object change, ITaskExecutor executor)
[10:04:11][Step 10/11] at JetBrains.ReSharper.Psi.JavaScript.HasSourceFileMapChangedHandler.<>c__DisplayClass0_1.<.ctor>b__5()
[10:04:11][Step 10/11] at JetBrains.Application.Threading.IShellLocksEx.ExecuteWithWriteLock(IShellLocks th?s, Action F, CallerInfo caller)
[10:04:11][Step 10/11] at JetBrains.ReSharper.Psi.JavaScript.HasSourceFileMapChangedHandler.<>c__DisplayClass0_0.<.ctor>b__1()
[10:04:11][Step 10/11] at JetBrains.Application.Threading.IShellLocksEx.ExecuteWithReadLock(IShellLocks th?s, Action F)
[10:04:11][Step 10/11] at JetBrains.Threading.ReentrancyGuardEx.<>c__DisplayClass0_0.<Queue>b__3()
[10:04:11][Step 10/11] at JetBrains.Threading.ReentrancyGuard.Execute(String name, Action action)
[10:04:11][Step 10/11] at JetBrains.Threading.ReentrancyGuard.ExecutePendingActions()
[10:04:11][Step 10/11] at JetBrains.Threading.JetDispatcher.Closure.Execute()
[10:04:11][Step 10/11] at JetBrains.Util.Concurrency.WinJetDispatcher.ProcessQueue(Int32 nMinBucket)
[10:04:11][Step 10/11] at System.Windows.Threading.DispatcherOperation.InvokeDelegateCore()
[10:04:11][Step 10/11] at System.Windows.Threading.DispatcherOperation.InvokeImpl()
[10:04:11][Step 10/11] at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
[10:04:11][Step 10/11] at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
[10:04:11][Step 10/11] at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
[10:04:11][Step 10/11] at MS.Internal.CulturePreservingExecutionContext.Run(CulturePreservingExecutionContext executionContext, ContextCallback callback, Object state)
[10:04:11][Step 10/11] at System.Windows.Threading.DispatcherOperation.Invoke()
[10:04:11][Step 10/11] at System.Windows.Threading.Dispatcher.ProcessQueue()
[10:04:11][Step 10/11] at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
[10:04:11][Step 10/11] at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
[10:04:11][Step 10/11] at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
[10:04:11][Step 10/11] at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
[10:04:11][Step 10/11] at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
[10:04:11][Step 10/11] at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
[10:04:11][Step 10/11] at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
[10:04:11][Step 10/11] at JetBrains.Interop.WinApi.User32Dll.DispatchMessageW(MSG* lpmsg)
[10:04:11][Step 10/11] at JetBrains.Interop.WinApi.User32Dll.DispatchMessageW(MSG* lpmsg)
[10:04:11][Step 10/11] at JetBrains.Util.Concurrency.WinJetDispatcher.WinJetDispatcherStaticMethods.InternalPumpMessagesOnce()
[10:04:11][Step 10/11] at JetBrains.Util.Concurrency.WinJetDispatcher.WinJetDispatcherStaticMethods.JetBrains.Util.Concurrency.IJetDispatcherStaticMethods.Run(IProperty`1 condition, TimeSpan timeout, Boolean bThrowOnTimeout)
[10:04:11][Step 10/11] at JetBrains.CommandLine.InspectCode.Unattended.InspectCodeProductMain.PumpAndWait(ISolution solution)
[10:04:11][Step 10/11] at JetBrains.CommandLine.InspectCode.Unattended.InspectCodeProductMain.Main(Lifetime lifetime, IThreading invocator, IComponentContainer container, IShellLocks shellLocks, ILogger logger, IInspectCodeSettings settings, IProductCommandLineArguments argumentsRaw)
[10:04:11][Step 10/11] at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
[10:04:11][Step 10/11] at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
[10:04:11][Step 10/11] at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
[10:04:11][Step 10/11] at JetBrains.Application.Environment.RunsPublicStaticIntMain.<>c__DisplayClass0_0.<.ctor>b__0()
[10:04:11][Step 10/11] at JetBrains.Util.Logging.Logger.Catch(Action action)
[10:04:11][Step 10/11] at JetBrains.Threading.JetDispatcher.Closure.Execute()
[10:04:11][Step 10/11] at JetBrains.Util.Concurrency.WinJetDispatcher.ProcessQueue(Int32 nMinBucket)
[10:04:11][Step 10/11] at System.Windows.Threading.DispatcherOperation.InvokeDelegateCore()
[10:04:11][Step 10/11] at System.Windows.Threading.DispatcherOperation.InvokeImpl()
[10:04:11][Step 10/11] at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
[10:04:11][Step 10/11] at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
[10:04:11][Step 10/11] at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
[10:04:11][Step 10/11] at MS.Internal.CulturePreservingExecutionContext.Run(CulturePreservingExecutionContext executionContext, ContextCallback callback, Object state)
[10:04:11][Step 10/11] at System.Windows.Threading.DispatcherOperation.Invoke()
[10:04:11][Step 10/11] at System.Windows.Threading.Dispatcher.ProcessQueue()
[10:04:11][Step 10/11] at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
[10:04:11][Step 10/11] at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
[10:04:11][Step 10/11] at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
[10:04:11][Step 10/11] at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
[10:04:11][Step 10/11] at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
[10:04:11][Step 10/11] at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
[10:04:11][Step 10/11] at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
[10:04:11][Step 10/11] at MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg)
[10:04:11][Step 10/11] at MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg)
[10:04:11][Step 10/11] at System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)
[10:04:11][Step 10/11] at JetBrains.DataFlow.Lifetimes.Using(Action`1 ?)
[10:04:11][Step 10/11] at JetBrains.Application.Environment.IJetHostEx.RunHostMessageLoop(IComponentContainer containerEnv)
[10:04:11][Step 10/11] at JetBrains.Application.Environment.HostParameters.JetHostParametersCaller.RunMainLoop(ComponentContainer containerEnv)
[10:04:11][Step 10/11] at JetBrains.Application.Environment.JetEnvironment.InternalRun(JetHostParametersCaller host, ComponentContainer containerEnv)
[10:04:11][Step 10/11] at JetBrains.Application.Environment.JetEnvironment.CreateAndRun(Full hostparams)
[10:04:11][Step 10/11] at JetBrains.CommandLine.Common.Console.Application.CommandLineProgram.Main(Assembly assembly, Type environmentZoneType, HostInfo hostInfo, IProductInfo productInfo, String[] args)
[10:04:11][Step 10/11] at JetBrains.CommandLine.Common.Console.Application.CommandLineProgram.Run[TZone,TProductInfo](String productHostShortName, String[] args)
[10:04:11][Step 10/11] at JetBrains.CommandLine.InspectCode.InspectCodeProgram.Main(String[] args)
[10:04:11][Step 10/11] "
[10:04:11][Step 10/11]
[10:04:11][Step 10/11] Modified after Removed
[10:04:11][Step 10/11]
[10:04:11][Step 10/11] --- EXCEPTION #1/1 [LoggerException]
[10:04:11][Step 10/11] Message = "Modified after Removed"
[10:04:11][Step 10/11] ExceptionPath = Root
[10:04:11][Step 10/11] ClassName = JetBrains.Util.LoggerException
[10:04:11][Step 10/11] HResult = COR_E_APPLICATION=80131600
[10:04:11][Step 10/11] StackTraceString = "
[10:04:11][Step 10/11] at JetBrains.ReSharper.Psi.Modules.PsiModuleChangeBuilder.AppendChangeType[T](ChangeType old, ChangeType new, T item)
[10:04:11][Step 10/11] at JetBrains.ReSharper.Psi.Modules.PsiModuleChangeBuilder.AddChange[T](Dictionary`2 changeMap, T item, ChangeType changeType)
[10:04:11][Step 10/11] at JetBrains.ReSharper.Psi.Modules.PsiModuleChangeBuilder.AddChanges[T](Dictionary`2 changeMap, ICollection`1 otherChanges)
[10:04:11][Step 10/11] at JetBrains.ReSharper.Psi.Modules.ExternalFileModules.DependentFilesModuleFactory.JetBrains.Application.changes.IChangeProvider.Execute(IChangeMap changeMap)
[10:04:11][Step 10/11] at JetBrains.Application.changes.ChangeManagerImpl.<>c__DisplayClass21_0.<InvokeOrderedDependentProviders>b__0(IProgressIndicator pro)
[10:04:11][Step 10/11] at JetBrains.Application.Progress.SimpleTaskExecutor.ExecuteTaskTrivial(Action`1 task)
[10:04:11][Step 10/11] at JetBrains.Application.changes.ChangeManagerImpl.OnProviderChanged(IChangeProvider changeProvider, Object change, ITaskExecutor executor)
[10:04:11][Step 10/11] at JetBrains.ReSharper.Psi.JavaScript.HasSourceFileMapChangedHandler.<>c__DisplayClass0_1.<.ctor>b__5()
[10:04:11][Step 10/11] at JetBrains.Application.Threading.IShellLocksEx.ExecuteWithWriteLock(IShellLocks th?s, Action F, CallerInfo caller)
[10:04:11][Step 10/11] at JetBrains.ReSharper.Psi.JavaScript.HasSourceFileMapChangedHandler.<>c__DisplayClass0_0.<.ctor>b__1()
[10:04:11][Step 10/11] at JetBrains.Application.Threading.IShellLocksEx.ExecuteWithReadLock(IShellLocks th?s, Action F)
[10:04:11][Step 10/11] at JetBrains.Threading.ReentrancyGuardEx.<>c__DisplayClass0_0.<Queue>b__3()
[10:04:11][Step 10/11] at JetBrains.Threading.ReentrancyGuard.Execute(String name, Action action)
[10:04:11][Step 10/11] at JetBrains.Threading.ReentrancyGuard.ExecutePendingActions()
[10:04:11][Step 10/11] at JetBrains.Threading.JetDispatcher.Closure.Execute()
[10:04:11][Step 10/11] at JetBrains.Util.Concurrency.WinJetDispatcher.ProcessQueue(Int32 nMinBucket)
[10:04:11][Step 10/11] at System.Windows.Threading.DispatcherOperation.InvokeDelegateCore()
[10:04:11][Step 10/11] at System.Windows.Threading.DispatcherOperation.InvokeImpl()
[10:04:11][Step 10/11] at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
[10:04:11][Step 10/11] at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
[10:04:11][Step 10/11] at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
[10:04:11][Step 10/11] at MS.Internal.CulturePreservingExecutionContext.Run(CulturePreservingExecutionContext executionContext, ContextCallback callback, Object state)
[10:04:11][Step 10/11] at System.Windows.Threading.DispatcherOperation.Invoke()
[10:04:11][Step 10/11] at System.Windows.Threading.Dispatcher.ProcessQueue()
[10:04:11][Step 10/11] at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
[10:04:11][Step 10/11] at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
[10:04:11][Step 10/11] at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
[10:04:11][Step 10/11] at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
[10:04:11][Step 10/11] at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
[10:04:11][Step 10/11] at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
[10:04:11][Step 10/11] at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
[10:04:11][Step 10/11] at JetBrains.Interop.WinApi.User32Dll.DispatchMessageW(MSG* lpmsg)
[10:04:11][Step 10/11] at JetBrains.Interop.WinApi.User32Dll.DispatchMessageW(MSG* lpmsg)
[10:04:11][Step 10/11] at JetBrains.Util.Concurrency.WinJetDispatcher.WinJetDispatcherStaticMethods.InternalPumpMessagesOnce()
[10:04:11][Step 10/11] at JetBrains.Util.Concurrency.WinJetDispatcher.WinJetDispatcherStaticMethods.JetBrains.Util.Concurrency.IJetDispatcherStaticMethods.Run(IProperty`1 condition, TimeSpan timeout, Boolean bThrowOnTimeout)
[10:04:11][Step 10/11] at JetBrains.CommandLine.InspectCode.Unattended.InspectCodeProductMain.PumpAndWait(ISolution solution)
[10:04:11][Step 10/11] at JetBrains.CommandLine.InspectCode.Unattended.InspectCodeProductMain.Main(Lifetime lifetime, IThreading invocator, IComponentContainer container, IShellLocks shellLocks, ILogger logger, IInspectCodeSettings settings, IProductCommandLineArguments argumentsRaw)
[10:04:11][Step 10/11] at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
[10:04:11][Step 10/11] at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
[10:04:11][Step 10/11] at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
[10:04:11][Step 10/11] at JetBrains.Application.Environment.RunsPublicStaticIntMain.<>c__DisplayClass0_0.<.ctor>b__0()
[10:04:11][Step 10/11] at JetBrains.Util.Logging.Logger.Catch(Action action)
[10:04:11][Step 10/11] at JetBrains.Threading.JetDispatcher.Closure.Execute()
[10:04:11][Step 10/11] at JetBrains.Util.Concurrency.WinJetDispatcher.ProcessQueue(Int32 nMinBucket)
[10:04:11][Step 10/11] at System.Windows.Threading.DispatcherOperation.InvokeDelegateCore()
[10:04:11][Step 10/11] at System.Windows.Threading.DispatcherOperation.InvokeImpl()
[10:04:11][Step 10/11] at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
[10:04:11][Step 10/11] at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
[10:04:11][Step 10/11] at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
[10:04:11][Step 10/11] at MS.Internal.CulturePreservingExecutionContext.Run(CulturePreservingExecutionContext executionContext, ContextCallback callback, Object state)
[10:04:11][Step 10/11] at System.Windows.Threading.DispatcherOperation.Invoke()
[10:04:11][Step 10/11] at System.Windows.Threading.Dispatcher.ProcessQueue()
[10:04:11][Step 10/11] at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
[10:04:11][Step 10/11] at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
[10:04:11][Step 10/11] at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
[10:04:11][Step 10/11] at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
[10:04:11][Step 10/11] at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
[10:04:11][Step 10/11] at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
[10:04:11][Step 10/11] at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
[10:04:11][Step 10/11] at MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg)
[10:04:11][Step 10/11] at MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg)
[10:04:11][Step 10/11] at System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)
[10:04:11][Step 10/11] at JetBrains.DataFlow.Lifetimes.Using(Action`1 ?)
[10:04:11][Step 10/11] at JetBrains.Application.Environment.IJetHostEx.RunHostMessageLoop(IComponentContainer containerEnv)
[10:04:11][Step 10/11] at JetBrains.Application.Environment.HostParameters.JetHostParametersCaller.RunMainLoop(ComponentContainer containerEnv)
[10:04:11][Step 10/11] at JetBrains.Application.Environment.JetEnvironment.InternalRun(JetHostParametersCaller host, ComponentContainer containerEnv)
[10:04:11][Step 10/11] at JetBrains.Application.Environment.JetEnvironment.CreateAndRun(Full hostparams)
[10:04:11][Step 10/11] at JetBrains.CommandLine.Common.Console.Application.CommandLineProgram.Main(Assembly assembly, Type environmentZoneType, HostInfo hostInfo, IProductInfo productInfo, String[] args)
[10:04:11][Step 10/11] at JetBrains.CommandLine.Common.Console.Application.CommandLineProgram.Run[TZone,TProductInfo](String productHostShortName, String[] args)
[10:04:11][Step 10/11] at JetBrains.CommandLine.InspectCode.InspectCodeProgram.Main(String[] args)
[10:04:11][Step 10/11] "