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

RSRP-468936: Unable to cast object of type 'JetBrains.ReSharper.Psi.CSharp.Impl.Tree.PrimaryConstructorDeclaration' to type 'JetBrains.ReSharper.Psi.CSharp.Tree.IConstructorDeclaration'.

$
0
0
Reporter Artem Bukhonov (Artem.Bukhonov) Artem Bukhonov (Artem.Bukhonov)
Created Mar 27, 2018 7:52:14 PM
Updated Apr 11, 2018 8:05:23 PM
Resolved Apr 11, 2018 8:05:23 PM
Subsystem Quick Fixes
Assignee Alexander Shvedov (shvedov)
Priority Show-stopper
State Fixed
Type Exception
Fix version 2018.1
Affected versions No Affected versions
Fixed In Version ReSharper 2018.1 EAP 7
VsVersion All Versions
JetBrains JetBrains Rider 2018.1 Build RD-181.4379.170 Date 2018-03-27T13:24:29.961+0000

— EXCEPTION #1/2 [InvalidCastException]
Message = “Unable to cast object of type 'JetBrains.ReSharper.Psi.CSharp.Impl.Tree.PrimaryConstructorDeclaration' to type 'JetBrains.ReSharper.Psi.CSharp.Tree.IConstructorDeclaration'.”
ExceptionPath = Root.InnerException
ClassName = System.InvalidCastException
Data.ThreadLocalDebugInfo = “
RdEndpoint<int, bool>: MainProtocol.PopupInteractionModel.altEnterItemsContributor.$.executeItem
-> RdSignal<ActionExecuteSyncHandshakeResult>: MainProtocol.ActionsModel.execute.$.handshake.$.result

HResult = E_NOINTERFACE=COR_E_INVALIDCAST=80004002
Source = JetBrains.ReSharper.Intentions.CSharp
StackTraceString = “
 at JetBrains.ReSharper.Intentions.CSharp.QuickFixes.UsageChecking.CSharpMemberFromParameterHelper.NeighbourDeclarations(IParametersOwnerDeclaration constructorDeclaration) in C:\Build Agent\work\4d54332a870bf3eb\Psi.Features\src\Intentions\CSharp\Src\QuickFixes\UsageChecking\CSharpMemberFromParameterHelper.cs:line 56
 at JetBrains.ReSharper.Intentions.CSharp.QuickFixes.UsageChecking.CSharpMemberFromParameterHelper.NeighbourDeclarations(IParametersOwnerDeclaration constructorDeclaration) in C:\Build Agent\work\4d54332a870bf3eb\Psi.Features\src\Intentions\CSharp\Src\QuickFixes\UsageChecking\CSharpMemberFromParameterHelper.cs:line 56
 at JetBrains.ReSharper.Intentions.QuickFixes.UsageChecking.MemberFromParameterHelper.FindInitializationLocation(IParametersOwnerDeclaration constructorDeclaration, IParameterDeclaration parameterDeclaration) in C:\Build Agent\work\4d54332a870bf3eb\Psi.Features\src\Intentions\_Core\Src\QuickFixes\UsageChecking\MemberFromParameterHelper.cs:line 156
 at JetBrains.ReSharper.Intentions.QuickFixes.UsageChecking.MemberFromParameterHelper.IntroduceMember(String pattern, NamedElementKinds kind) in C:\Build Agent\work\4d54332a870bf3eb\Psi.Features\src\Intentions\_Core\Src\QuickFixes\UsageChecking\MemberFromParameterHelper.cs:line 88
 at JetBrains.ReSharper.Intentions.QuickFixes.UsageChecking.IntroduceAndInitializeFieldFix.Execute() in C:\Build Agent\work\4d54332a870bf3eb\Psi.Features\src\Intentions\_Core\Src\QuickFixes\UsageChecking\IntroduceAndInitializeFieldFix.cs:line 45
 at JetBrains.ReSharper.Intentions.QuickFixes.UsageChecking.MemberFromParameterFixBase.ExecutePsiTransaction(ISolution solution, IProgressIndicator progress) in C:\Build Agent\work\4d54332a870bf3eb\Psi.Features\src\Intentions\_Core\Src\QuickFixes\UsageChecking\MemberFromParameterFixBase.cs:line 66
 at JetBrains.ReSharper.Feature.Services.Bulbs.BulbActionBase.<>c__DisplayClass0_4.<Execute>b__1() in C:\Build Agent\work\4d54332a870bf3eb\Psi.Features\Core\Services\_Core\Src\Bulbs\BulbActionBase.cs:line 69
 at JetBrains.ReSharper.Psi.Transactions.PsiTransactions.Execute(String commandName, Action handler) in C:\Build Agent\work\4d54332a870bf3eb\Psi.Features\Core\Psi\_Core\Src\Transactions\PsiTransactions.cs:line 296


— Outer —

— EXCEPTION #2/2 [LoggerException]
Message = “Unable to cast object of type 'JetBrains.ReSharper.Psi.CSharp.Impl.Tree.PrimaryConstructorDeclaration' to type 'JetBrains.ReSharper.Psi.CSharp.Tree.IConstructorDeclaration'.”
ExceptionPath = Root
ClassName = JetBrains.Util.LoggerException
InnerException = “Exception #1 at Root.InnerException”
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
 at JetBrains.Util.Logging.Logger.LogException(Exception ex) in C:\Build Agent\work\364305ea1b444484\Platform\Core\Shell\Core\Src\Logging\Logger.cs:line 975
 at JetBrains.Util.Logging.Logger.LogException(Exception ex) in C:\Build Agent\work\364305ea1b444484\Platform\Core\Shell\Core\Src\Logging\Logger.cs:line 975
 at JetBrains.ReSharper.Psi.Transactions.PsiTransactions.Execute(String commandName, Action handler) in C:\Build Agent\work\4d54332a870bf3eb\Psi.Features\Core\Psi\_Core\Src\Transactions\PsiTransactions.cs:line 296
 at JetBrains.ReSharper.Feature.Services.Bulbs.BulbActionBase.<>c__DisplayClass0_3.<Execute>b__0(IProgressIndicator progress) in C:\Build Agent\work\4d54332a870bf3eb\Psi.Features\Core\Services\_Core\Src\Bulbs\BulbActionBase.cs:line 67
 at JetBrains.ReSharper.Host.Features.Util.Progress.RiderTaskExecutor.ExecuteTask(String taskName, TaskCancelable cancelable, Action`1 task) in C:\Build Agent\work\105d7e5fa9cf8e21\ReSharperAutomationTools\src\ReSharperHost\ReSharperHost\Features\Util\Progress\RiderTaskExecutor.cs:line 46
 at JetBrains.ReSharper.Feature.Services.Bulbs.BulbActionBase.Execute(ISolution solution, ITextControl textControl) in C:\Build Agent\work\4d54332a870bf3eb\Psi.Features\Core\Services\_Core\Src\Bulbs\BulbActionBase.cs:line 56
 at JetBrains.ReSharper.Feature.Services.Intentions.IntentionAction.MyExecutableProxi.Execute() in C:\Build Agent\work\4d54332a870bf3eb\Psi.Features\Core\Services\_Core\Src\Intentions\IntentionAction.cs:line 78
 at JetBrains.Application.UI.Controls.BulbMenu.Keys.BulbActionKey.Clicked() in C:\Build Agent\work\364305ea1b444484\Platform\Core\Shell\Shell\Src\UI\Controls\BulbMenu\Keys\BulbActionKey.cs:line 83
 at JetBrains.Application.UI.Controls.GotoByName.BulbMenuComponent.<>c__DisplayClass29_0.<InitMenuGeneral>b__0(Object objKey) in C:\Build Agent\work\364305ea1b444484\Platform\Core\Shell\Shell\Src\UI\Controls\GotoByName\BulbMenuComponent.cs:line 278
 at JetBrains.DataFlow.Signal`1.NotifySinks(TValue payload) in C:\Build Agent\work\364305ea1b444484\Platform\Core\Shell\Core\Src\DataFlow\Signal!1.cs:line 384
 at JetBrains.DataFlow.Signal`1.Fire(TValue value, Object cookie) in C:\Build Agent\work\364305ea1b444484\Platform\Core\Shell\Core\Src\DataFlow\Signal!1.cs:line 545
 at JetBrains.Application.UI.Controls.JetPopupMenu.JetPopupMenu.<>c__DisplayClass49_0.<InitViewModel>b__3(JetPopupMenuItem item) in C:\Build Agent\work\364305ea1b444484\Platform\Core\Shell\Shell\Src\UI\Controls\JetPopupMenu\JetPopupMenu.cs:line 363
 at JetBrains.DataFlow.Signal`1.NotifySinks(TValue payload) in C:\Build Agent\work\364305ea1b444484\Platform\Core\Shell\Core\Src\DataFlow\Signal!1.cs:line 384
 at JetBrains.DataFlow.Signal`1.Fire(TValue value, Object cookie) in C:\Build Agent\work\364305ea1b444484\Platform\Core\Shell\Core\Src\DataFlow\Signal!1.cs:line 545
 at JetBrains.DataFlow.Signal`1.NotifySinks(TValue payload) in C:\Build Agent\work\364305ea1b444484\Platform\Core\Shell\Core\Src\DataFlow\Signal!1.cs:line 384
 at JetBrains.DataFlow.Signal`1.Fire(TValue value, Object cookie) in C:\Build Agent\work\364305ea1b444484\Platform\Core\Shell\Core\Src\DataFlow\Signal!1.cs:line 545
 at JetBrains.ReSharper.Host.Features.Services.RdPopupMenuModelBinding.ExecuteItem(Int32 itemId) in C:\Build Agent\work\105d7e5fa9cf8e21\ReSharperAutomationTools\src\ReSharperHost\ReSharperHost\Features\Services\RdPopupMenuModelBinding.cs:line 201
 at JetBrains.ReSharper.Host.Features.Services.RdPopupMenuModelBinding.<.ctor>b__11_5(Int32 itemId) in C:\Build Agent\work\105d7e5fa9cf8e21\ReSharperAutomationTools\src\ReSharperHost\ReSharperHost\Features\Services\RdPopupMenuModelBinding.cs:line 104
 at JetBrains.Platform.RdFramework.Tasks.RdEndpoint`2.<>c__DisplayClass26_0.<Set>b__0(Lifetime lf, TReq req) in C:\Build Agent\work\53741cd73e5522bb\Platform\RdProtocol\RdFramework\src\Tasks\RdTask.cs:line 557
 at JetBrains.Platform.RdFramework.Tasks.RdEndpoint`2.<>c__DisplayClass27_0.<Init>b__0(UnsafeReader reader) in C:\Build Agent\work\53741cd73e5522bb\Platform\RdProtocol\RdFramework\src\Tasks\RdTask.cs:line 576
 at JetBrains.Platform.RdFramework.Impl.MessageBroker.Execute(Action`1 handler, RdId id, Byte[] msg) in C:\Build Agent\work\53741cd73e5522bb\Platform\RdProtocol\RdFramework\src\Impl\MessageBroker.cs:line 77
 at JetBrains.Platform.RdFramework.Impl.MessageBroker.Subscription.<>c__DisplayClass5_0.<Invoke>b__0() in C:\Build Agent\work\53741cd73e5522bb\Platform\RdProtocol\RdFramework\src\Impl\MessageBroker.cs:line 51
 at JetBrains.Threading.ReentrancyGuard.Execute(String name, Action action) in C:\Build Agent\work\364305ea1b444484\Platform\Core\Shell\Core\Src\Concurrency\ReentrancyGuard.cs:line 300
 at JetBrains.Threading.ReentrancyGuard.ExecutePendingActions() in C:\Build Agent\work\364305ea1b444484\Platform\Core\Shell\Core\Src\Concurrency\ReentrancyGuard.cs:line 664
 at JetBrains.Threading.JetDispatcher.Closure.Execute() in C:\Build Agent\work\364305ea1b444484\Platform\Core\Shell\Core\Src\Concurrency\Dispatcher\JetDispatcher.cs:line 609
 at JetBrains.Util.Concurrency.WinJetDispatcher.ProcessQueue(Int32 nMinBucket) in C:\Build Agent\work\364305ea1b444484\Platform\Core\Shell\Core\Src\Concurrency\Dispatcher\WinJetDispatcher.cs:line 434
 at System.Windows.Threading.DispatcherOperation.InvokeDelegateCore()
 at System.Windows.Threading.DispatcherOperation.InvokeImpl()
 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 JetBrains.Interop.WinApi.User32Dll.DispatchMessageW(MSG* lpmsg)
 at JetBrains.Interop.WinApi.User32Dll.DispatchMessageW(MSG* lpmsg)
 at JetBrains.Util.Concurrency.WinJetDispatcher.WinJetDispatcherStaticMethods.InternalPumpMessagesOnce() in C:\Build Agent\work\364305ea1b444484\Platform\Core\Shell\Core\Src\Concurrency\Dispatcher\WinJetDispatcher.cs:line 646
 at JetBrains.Util.Concurrency.WinJetDispatcher.WinJetDispatcherStaticMethods.JetBrains.Util.Concurrency.IJetDispatcherStaticMethods.Run(Func`1 condition, TimeSpan timeout, Boolean bThrowOnTimeout) in C:\Build Agent\work\364305ea1b444484\Platform\Core\Shell\Core\Src\Concurrency\Dispatcher\WinJetDispatcher.cs:line 809
 at JetBrains.ReSharper.Host.Features.Services.RiderJetPopupMenus.<>c__DisplayClass14_0.<SendToCustomHost>b__1() in C:\Build Agent\work\105d7e5fa9cf8e21\ReSharperAutomationTools\src\ReSharperHost\ReSharperHost\Features\Services\RiderJetPopupMenus.cs:line 130
 at JetBrains.Threading.ReentrancyGuard.AllowNestedExecution(String name, Action action) in C:\Build Agent\work\364305ea1b444484\Platform\Core\Shell\Core\Src\Concurrency\ReentrancyGuard.cs:line 239
 at JetBrains.ReSharper.Host.Features.Services.RiderJetPopupMenus.SendToCustomHost(JetPopupMenu menu, IRdProperty`1 customModel, ShowWhen when, Boolean isModal, LifetimeDefinition lifetimeDefinitionOptional) in C:\Build Agent\work\105d7e5fa9cf8e21\ReSharperAutomationTools\src\ReSharperHost\ReSharperHost\Features\Services\RiderJetPopupMenus.cs:line 137
 at JetBrains.ReSharper.Host.Features.Services.RiderBulbMenuComponent.ShowBulbMenuAdvanced(IEnumerable`1 menuItems, PopupWindowContextSource context, GotoByNameModel gotoByNameModel, Action`1 modelInitHandler, LifetimeDefinition viewLifetimeDefinition, IAutomation captionAutomation, Action`1 beforeShow) in C:\Build Agent\work\105d7e5fa9cf8e21\ReSharperAutomationTools\src\ReSharperHost\ReSharperHost\Features\Services\RiderBulbMenuComponent.cs:line 76
 at JetBrains.ReSharper.Intentions.Bulbs.BulbOnGutterMarginIndicator.ExecuteIndicator(IDataContext context, BulbItemsReadyState readyState) in C:\Build Agent\work\4d54332a870bf3eb\Psi.Features\src\Intentions\_Core\Src\Bulbs\GutterMargin\BulbOnGutterMarginIndicator.cs:line 181
 at JetBrains.ReSharper.Host.Features.Intentions.RiderBulbOnGutterMarginIndicator.ExecuteIndicator(IDataContext context, BulbItemsReadyState readyState) in C:\Build Agent\work\105d7e5fa9cf8e21\ReSharperAutomationTools\src\ReSharperHost\ReSharperHost\Features\Intentions\RiderBulbOnGutterMarginIndicator.cs:line 190
 at JetBrains.ReSharper.Host.Features.Intentions.RiderBulbOnGutterMarginIndicator.HandleAction(IDataContext context) in C:\Build Agent\work\105d7e5fa9cf8e21\ReSharperAutomationTools\src\ReSharperHost\ReSharperHost\Features\Intentions\RiderBulbOnGutterMarginIndicator.cs:line 147
 at JetBrains.Application.UI.ActionsRevised.Handlers.ExececutableActionEvaluator.Execute(IAction action, List`1 allActions, IDataContext dataContext) in C:\Build Agent\work\364305ea1b444484\Platform\Core\Shell\Shell\Src\UI\ActionsRevised\Handlers\ExececutableActionEvaluator.cs:line 50
 at JetBrains.Application.UI.ActionsRevised.Handlers.EvaluatedAction.<ExecuteWithoutRequirements>b__23_0(Lifetime lt) in C:\Build Agent\work\364305ea1b444484\Platform\Core\Shell\Shell\Src\UI\ActionsRevised\Handlers\EvaluatedAction.cs:line 82
 at JetBrains.DataFlow.Lifetimes.Using[TRetVal](Func`2 λ) in C:\Build Agent\work\364305ea1b444484\Platform\Core\Shell\RdCore\Src\Lifetime\Lifetimes.cs:line 281
 at ActionExecution.<>c__DisplayClass14_1.<TryExecuteWithRequirements>b__1(ActionExecuteSyncHandshakeResult result) in C:\Build Agent\work\105d7e5fa9cf8e21\ReSharperAutomationTools\src\ReSharperHost\ReSharperHost\Features\Actions\RiderActions.cs:line 247
 at JetBrains.Platform.RdFramework.Util.Signal`1.Fire0(Action`1[] listeners, T value) in C:\Build Agent\work\53741cd73e5522bb\Platform\RdProtocol\RdFramework\src\Util\Signal.cs:line 51
 at JetBrains.Platform.RdFramework.Impl.RdSignal`1.<>c__DisplayClass12_0.<.ctor>b__1(UnsafeReader stream) in C:\Build Agent\work\53741cd73e5522bb\Platform\RdProtocol\RdFramework\src\Impl\RdSignal.cs:line 57
 at JetBrains.Platform.RdFramework.Impl.MessageBroker.Execute(Action`1 handler, RdId id, Byte[] msg) in C:\Build Agent\work\53741cd73e5522bb\Platform\RdProtocol\RdFramework\src\Impl\MessageBroker.cs:line 77
 at JetBrains.Platform.RdFramework.Impl.MessageBroker.Subscription.<>c__DisplayClass5_0.<Invoke>b__0() in C:\Build Agent\work\53741cd73e5522bb\Platform\RdProtocol\RdFramework\src\Impl\MessageBroker.cs:line 51
 at JetBrains.Threading.ReentrancyGuard.Execute(String name, Action action) in C:\Build Agent\work\364305ea1b444484\Platform\Core\Shell\Core\Src\Concurrency\ReentrancyGuard.cs:line 300
 at JetBrains.Threading.ReentrancyGuard.ExecutePendingActions() in C:\Build Agent\work\364305ea1b444484\Platform\Core\Shell\Core\Src\Concurrency\ReentrancyGuard.cs:line 664
 at JetBrains.Threading.JetDispatcher.Closure.Execute() in C:\Build Agent\work\364305ea1b444484\Platform\Core\Shell\Core\Src\Concurrency\Dispatcher\JetDispatcher.cs:line 609
 at JetBrains.Util.Concurrency.WinJetDispatcher.ProcessQueue(Int32 nMinBucket) in C:\Build Agent\work\364305ea1b444484\Platform\Core\Shell\Core\Src\Concurrency\Dispatcher\WinJetDispatcher.cs:line 434
 at System.Windows.Threading.DispatcherOperation.InvokeDelegateCore()
 at System.Windows.Threading.DispatcherOperation.InvokeImpl()
 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 JetBrains.Interop.WinApi.User32Dll.DispatchMessageW(MSG* lpmsg)
 at JetBrains.Interop.WinApi.User32Dll.DispatchMessageW(MSG* lpmsg)
 at JetBrains.Util.Concurrency.WinJetDispatcher.WinJetDispatcherStaticMethods.InternalPumpMessagesOnce() in C:\Build Agent\work\364305ea1b444484\Platform\Core\Shell\Core\Src\Concurrency\Dispatcher\WinJetDispatcher.cs:line 646
 at JetBrains.Util.Concurrency.WinJetDispatcher.WinJetDispatcherStaticMethods.JetBrains.Util.Concurrency.IJetDispatcherStaticMethods.Run() in C:\Build Agent\work\364305ea1b444484\Platform\Core\Shell\Core\Src\Concurrency\Dispatcher\WinJetDispatcher.cs:line 846
 at JetBrains.ReSharper.Host.Product.ReSharperHostMain.Main(Lifetime lifetime, IReSharperHostSettings settings, ILogger logger, ShellProtocol protocol, RdModelRoot modelRoot, ApplicationShutdownRequests shutdownRequests) in C:\Build Agent\work\105d7e5fa9cf8e21\ReSharperAutomationTools\src\ReSharperHost\ReSharperHost\Product\ReSharperHostMain.cs:line 40
 at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
 at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
 at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
 at JetBrains.Application.Environment.RunsPublicStaticIntMain.<>c__DisplayClass0_0.<.ctor>b__0() in C:\Build Agent\work\364305ea1b444484\Platform\Core\Shell\Shell\Src\Application\Environment\Infra\RunsPublicStaticIntMain.cs:line 80
 at JetBrains.Util.Logging.Logger.Catch(Action action) in C:\Build Agent\work\364305ea1b444484\Platform\Core\Shell\Core\Src\Logging\Logger.cs:line 339
 at JetBrains.Threading.JetDispatcher.Closure.Execute() in C:\Build Agent\work\364305ea1b444484\Platform\Core\Shell\Core\Src\Concurrency\Dispatcher\JetDispatcher.cs:line 609
 at JetBrains.Util.Concurrency.WinJetDispatcher.ProcessQueue(Int32 nMinBucket) in C:\Build Agent\work\364305ea1b444484\Platform\Core\Shell\Core\Src\Concurrency\Dispatcher\WinJetDispatcher.cs:line 434
 at System.Windows.Threading.DispatcherOperation.InvokeDelegateCore()
 at System.Windows.Threading.DispatcherOperation.InvokeImpl()
 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 MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg)
 at System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)
 at JetBrains.DataFlow.Lifetimes.Using(Action`1 λ) in C:\Build Agent\work\364305ea1b444484\Platform\Core\Shell\RdCore\Src\Lifetime\Lifetimes.cs:line 234
 at JetBrains.Application.Environment.IJetHostEx.RunHostMessageLoop(IComponentContainer containerEnv) in C:\Build Agent\work\364305ea1b444484\Platform\Core\Shell\Shell\Src\Application\Environment\Infra\IJetHostEx.cs:line 95
 at JetBrains.Application.Environment.HostParameters.JetHostParametersCaller.RunMainLoop(ComponentContainer containerEnv) in C:\Build Agent\work\364305ea1b444484\Platform\Core\Shell\Shell\Src\Application\Environment\Infra\HostParameters\Interface\JetHostParametersCaller.cs:line 181
 at JetBrains.Application.Environment.JetEnvironment.InternalRun(JetHostParametersCaller host, ComponentContainer containerEnv) in C:\Build Agent\work\364305ea1b444484\Platform\Core\Shell\Shell\Src\Application\Environment\Infra\JetEnvironment.cs:line 251
 at JetBrains.Application.Environment.JetEnvironment.CreateAndRun(Full hostparams) in C:\Build Agent\work\364305ea1b444484\Platform\Core\Shell\Shell\Src\Application\Environment\Infra\JetEnvironment.cs:line 137
 at JetBrains.ReSharper.Host.Product.ReSharperHostProgram.MainX(Assembly assembly, HostInfo hostInfo, String[] args) in C:\Build Agent\work\105d7e5fa9cf8e21\ReSharperAutomationTools\src\ReSharperHost\ReSharperHost\Product\ReSharperHostProgram.cs:line 52
 at JetBrains.DataFlow.Lifetimes.Using[TRetVal](Func`2 λ) in C:\Build Agent\work\364305ea1b444484\Platform\Core\Shell\RdCore\Src\Lifetime\Lifetimes.cs:line 281
 at JetBrains.ReSharper.Host.Product.ReSharperHostProgram.Main() in C:\Build Agent\work\105d7e5fa9cf8e21\ReSharperAutomationTools\src\ReSharperHost\ReSharperHost\Product\ReSharperHostProgram.cs:line 23
 at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
 at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
 at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
 at System.Reflection.MethodBase.Invoke(Object obj, Object[] parameters)



last.action = ShowIntentionActions

app.eap = true
app.internal = true
app.build = RD-181.4379.170
app.version.major = 2018
app.version.minor = 1
app.build.date = 2018-03-27T13:24:29.961+0000
app.build.date.release = 2017-12-27T00:00:29.961+0000
app.build.date.release = 2017-12-27T00:00:29.961+0000
app.compilation.timestamp = null
app.product.code = RD

os.name = Windows 10
java.version = 1.8.0_152-release
java.vm.vendor = JetBrains s.r.o

UIUtil.isRetina = false
UIUtil.isAppleRetina = false
JBUI.isHiDPI() = false
ImageScaleFactor = 1

Viewing all articles
Browse latest Browse all 106942

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>