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

RSRP-466462: Unexpected formatiing of C# property

$
0
0
Reporter Artem Bukhonov (Artem.Bukhonov) Artem Bukhonov (Artem.Bukhonov)
Created Sep 29, 2017 6:39:58 PM
Updated Oct 6, 2017 9:41:16 PM
Subsystem Code Style - Formatter
Assignee Dmitry Osinovsky (Dmitry.Osinovsky)
Priority Major
State Fixed In Branch
Type Bug
Affected versions No Affected versions
Fix version 2017.3
Fixed In Version ReSharper Undefined
VsVersion All Versions

RSRP-466448: Could not load file or assembly 'JetBrains.ReSharper.Features.Diagramming, Culture=neutral' or one of its dependencies. The system cannot find the fil

$
0
0
Reporter Tatyana Lunegova (lunega) Tatyana Lunegova (lunega)
Created Sep 28, 2017 7:02:23 PM
Updated Oct 6, 2017 10:49:49 PM
Resolved Oct 6, 2017 10:49:48 PM
Subsystem Architecture Tools (Diagramms)
Assignee Alexander Ulitin (alexander.ulitin)
Priority Show-stopper
State Fixed
Type Exception
Affected versions No Affected versions
Fix version 2017.3
Fixed In Version ReSharper Undefined
VsVersion All Versions
ReSharperPlatformVs15 Wave 11 Hive _cfcc61ab — JetBrains ReSharper Ultimate 2017.3 EAP 1 PRE Build 111.0.20170927.131921-eap01pre

JetBrains dotCover 2017.3 EAP 1 PRE Build 2017.3.20170927.170049-eap01pre
JetBrains dotMemory 2017.3 EAP 1 PRE Build 2017.3.20170927.170048-eap01pre
JetBrains dotTrace 2017.3 EAP 1 PRE Build 2017.3.20170927.170050-eap01pre
JetBrains ReSharper 2017.3 EAP 1 PRE Build 2017.3.20170927.165842-eap01pre
JetBrains ReSharper C++ 2017.3 EAP 1 PRE Build 2017.3.20170927.165821-eap01pre

SubProducts.0 = JetBrains dotCover 2017.3 EAP 1 PRE Build 2017.3.20170927.170049-eap01pre
SubProducts.1 = JetBrains dotTrace 2017.3 EAP 1 PRE Build 2017.3.20170927.170050-eap01pre
SubProducts.2 = JetBrains ReSharper C++ 2017.3 EAP 1 PRE Build 2017.3.20170927.165821-eap01pre
SubProducts.3 = JetBrains ReSharper 2017.3 EAP 1 PRE Build 2017.3.20170927.165842-eap01pre
SubProducts.4 = JetBrains dotMemory 2017.3 EAP 1 PRE Build 2017.3.20170927.170048-eap01pre

Could not load file or assembly 'JetBrains.ReSharper.Features.Diagramming, Culture=neutral' or one of its dependencies. The system cannot find the file specified.

— EXCEPTION #1/2 [FileNotFoundException]
Message = “Could not load file or assembly 'JetBrains.ReSharper.Features.Diagramming, Culture=neutral' or one of its dependencies. The system cannot find the file specified.”
ExceptionPath = Root.InnerException
ClassName = System.IO.FileNotFoundException
HResult = COR_E_FILENOTFOUND=E_FILENOTFOUND=80070002
Source = mscorlib
FileNotFound_FileName = “JetBrains.ReSharper.Features.Diagramming, Culture=neutral”
FileNotFound_FusionLog = “
WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind failure logging.
To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].

StackTraceString = “
  at System.Reflection.RuntimeAssembly._nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks)
     at System.Reflection.RuntimeAssembly.nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks)
     at System.Reflection.RuntimeAssembly.InternalLoadAssemblyName(AssemblyName assemblyRef, Evidence assemblySecurity, RuntimeAssembly reqAssembly, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks)
     at System.Reflection.Assembly.Load(AssemblyName assemblyRef)
     at System.Windows.Navigation.BaseUriHelper.GetLoadedAssembly(String assemblyName, String assemblyVersion, String assemblyKey)
     at MS.Internal.AppModel.ResourceContainer.GetResourceManagerWrapper(Uri uri, String& partName, Boolean& isContentFile)
     at MS.Internal.AppModel.ResourceContainer.GetPartCore(Uri uri)
     at System.IO.Packaging.Package.GetPartHelper(Uri partUri)
     at System.IO.Packaging.Package.GetPart(Uri partUri)
     at System.IO.Packaging.PackWebResponse.CachedResponse.GetResponseStream()
     at System.IO.Packaging.PackWebResponse.GetResponseStream()
     at System.IO.Packaging.PackWebResponse.get_ContentType()
     at MS.Internal.WpfWebRequestHelper.GetContentType(WebResponse response)
     at MS.Internal.WpfWebRequestHelper.GetResponseStream(WebRequest request, ContentType& contentType)
     at System.Windows.ResourceDictionary.set_Source(Uri value)
     at JetBrains.ReSharper.Features.Diagramming.Architecture.Graph.ArchitectureYFilesWrapper..ctor(IArcitectureViewGraph graph, Lifetime lifetime, IActionBarManager actionBarManager, IUIApplication uiApplication, ISolution solution, IMainWindowPopupWindowContext mainWindowPopupWindowContext, IColorThemeManager colorThemeManager)
     at JetBrains.ReSharper.Features.Diagramming.Architecture.ArchitectureGraphViewer.CreateArchitectureWrapper(IArcitectureViewGraph viewGraph, Lifetime lifetime, ISolution solution)
     at JetBrains.ReSharper.Features.Diagramming.Architecture.ArchitectureGraphViewer.OpenFromSolution(IArchitecturePersistentGraph persistentGraph, ISolution solution, List`1 selectedProjects)
     at JetBrains.ReSharper.Features.Diagramming.Architecture.Actions.ShowProjectDependencyGraphProvider.Execute(IDataContext context, DelegateExecute nextExecute)
     at JetBrains.ReSharper.Features.Diagramming.Architecture.Actions.ShowProjectDependencyGraphProvider.<>c__DisplayClass6.<CreateWorkflow>b__4()
     at JetBrains.ReSharper.Feature.Services.InspectThis.InspectThisActionBase`1.Execute(IDataContext context, InspectGroupWorkflow workflow)
     at JetBrains.ReSharper.Feature.Services.ActionsMenu.ExtensibleAction`3.Execute(IDataContext dataContext, 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__a(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__DisplayClass8.<PrepareRequirementsAsync>b__3()
     at JetBrains.Util.Logging.Logger.Catch(Action action)


— Outer —

— EXCEPTION #2/2 [LoggerException]
Message = “Could not load file or assembly 'JetBrains.ReSharper.Features.Diagramming, Culture=neutral' or one of its dependencies. The system cannot find the file specified.”
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 1 PRE Build 111.0.20170927.131921-eap01pre”
Data.SubProducts.#0 = “JetBrains dotCover 2017.3 EAP 1 PRE Build 2017.3.20170927.170049-eap01pre”
Data.SubProducts.#1 = “JetBrains dotTrace 2017.3 EAP 1 PRE Build 2017.3.20170927.170050-eap01pre”
Data.SubProducts.#2 = “JetBrains ReSharper C++ 2017.3 EAP 1 PRE Build 2017.3.20170927.165821-eap01pre”
Data.SubProducts.#3 = “JetBrains ReSharper 2017.3 EAP 1 PRE Build 2017.3.20170927.165842-eap01pre”
Data.SubProducts.#4 = “JetBrains dotMemory 2017.3 EAP 1 PRE Build 2017.3.20170927.170048-eap01pre”
Data.SccRevisionEnv = “
Platform\Core\Shell:
    git::refs/heads/wave11::5ae2919d15e555f297e8e2ee898d6b0de4a957e7


Platform\VisualStudio:
    git::refs/heads/wave11::9c785588f47ce3d4c7c68c4804c45673baf8e332

Data.VsVersion = 15.3.26730.16
InnerException = “Exception #1 at Root.InnerException”
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
  at JetBrains.Util.Logging.Logger.Catch(Action action)
     at JetBrains.Application.UI.ActionsRevised.Handlers.EvaluatedAction.<>c__DisplayClass8.<PrepareRequirementsAsync>b__2()
     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(Func`1 executeWhenRequirementsReady, Action`1 failWith)
     at JetBrains.Application.UI.ActionsRevised.Handlers.EvaluatedAction.Execute()
     at JetBrains.VsIntegration.Shell.Actions.Revised.VsOleCommandTargetHandler.<>c__DisplayClass1d.<CommandTargetExec>b__1a()
     at JetBrains.Threading.ReentrancyGuard.Execute(String name, Action action)
     at JetBrains.Threading.ReentrancyGuard.TryExecute(String name, Action action)
     at JetBrains.VsIntegration.Shell.Actions.Revised.VsOleCommandTargetHandler.CommandTargetExec(CommandID commandid, OLECMDEXECOPT cmdExecOpt)
     at JetBrains.VsIntegration.Shell.Actions.Revised.VsOleCommandTargetHandler.<.ctor>b__1(CommandID commandid, OLECMDEXECOPT opt, IntPtr in, IntPtr out)
     at JetBrains.VsIntegration.Shell.Package.VsPackageSdkStub.Microsoft.VisualStudio.OLE.Interop.IOleCommandTarget.Exec(Guid& guidGroup, UInt32 nCmdId, UInt32 nCmdExcept, IntPtr vIn, IntPtr vOut)
     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)
     at Microsoft.VisualStudio.PlatformUI.NativeMethods.DispatchMessage(MSG& lpmsg)
     at Microsoft.VisualStudio.Platform.WindowManagement.WindowManagerService.<>c.<PushMessageLoopOnContextMenuTrackingComponent>b__218_1(Object sender, PreTranslateMessageEventArgs args)
     at Microsoft.VisualStudio.PlatformUI.OleComponentSupport.OleComponent.FPreTranslateMessageCore(MSG[] pMsg)
     at Microsoft.VisualStudio.PlatformUI.OleComponentSupport.OleComponent.<>c__DisplayClass23_0.<Microsoft.VisualStudio.OLE.Interop.IOleComponent.FPreTranslateMessage>b__0()
     at Microsoft.VisualStudio.PlatformUI.OleComponentSupport.OleComponent.CallAndReturnOnException(Func`1 method, Int32 retValueOnException)
     at Microsoft.VisualStudio.PlatformUI.OleComponentSupport.OleComponent.Microsoft.VisualStudio.OLE.Interop.IOleComponent.FPreTranslateMessage(MSG[] pMsg)
     at Microsoft.VisualStudio.OLE.Interop.IOleComponentManager.FPushMessageLoop(UInt32 dwComponentID, UInt32 uReason, IntPtr pvLoopData)
     at Microsoft.VisualStudio.Platform.WindowManagement.WindowManagerService.PushMessageLoopOnContextMenuTrackingComponent()
     at Microsoft.VisualStudio.Shell.Interop.IVsUIHierarchy.ExecCommand(UInt32 itemid, Guid& pguidCmdGroup, UInt32 nCmdID, UInt32 nCmdexecopt, IntPtr pvaIn, IntPtr pvaOut)
     at Microsoft.Internal.VisualStudio.PlatformUI.HierarchyUtilities.<>c__DisplayClass35_0.<ExecHierParentChain>b__1()
     at Microsoft.VisualStudio.ErrorHandler.CallWithCOMConvention(Func`1 method, Boolean reportError, Boolean setShellErrorInfo)
     at Microsoft.Internal.VisualStudio.PlatformUI.HierarchyUtilities.ExecHierParentChain(IVsHierarchyItemManager manager, IVsUIHierarchy lpUIHCmd, IVsUIHierarchy lpUIHCurrent, UInt32 itemidCurrent, Guid& pguidCmdGroupRef, UInt32 nCmdID, UInt32 nCmdexecopt, IntPtr pvaIn, IntPtr pvaOut)
     at Microsoft.VisualStudio.PlatformUI.HierarchyItem.HierarchyContextMenuController.ShowContextMenu(IEnumerable`1 items, Point location)
     at Microsoft.Internal.VisualStudio.PlatformUI.ContextMenuController.ShowContextMenu(IEnumerable`1 items, Point location, Func`2 getController)
     at Microsoft.Internal.VisualStudio.PlatformUI.ContextMenuController.ShowContextMenu(IEnumerable`1 items, Point location)
     at Microsoft.Internal.VisualStudio.PlatformUI.PivotTreeView.OnContextMenuOpening(ContextMenuEventArgs e)
     at System.Windows.FrameworkElement.OnContextMenuOpeningThunk(Object sender, ContextMenuEventArgs e)
     at System.Windows.Controls.ContextMenuEventArgs.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.ContentElement.RaiseTrustedEvent(RoutedEventArgs args)
     at System.Windows.ContentElement.RaiseEvent(RoutedEventArgs args, Boolean trusted)
     at System.Windows.Controls.PopupControlService.RaiseContextMenuOpeningEvent(IInputElement source, Double x, Double y, Boolean userInitiated)
     at System.Windows.Controls.PopupControlService.ProcessMouseUp(Object sender, MouseButtonEventArgs e)
     at System.Windows.Controls.PopupControlService.OnPostProcessInput(Object sender, ProcessInputEventArgs e)
     at System.Windows.Input.InputManager.RaiseProcessInputEventHandlers(ProcessInputEventHandler postProcessInput, ProcessInputEventArgs processInputEventArgs)
     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)

RSRP-364504: Wrong default Quick fix selection for generating methods

$
0
0
Reporter ibrahim dursun (idursun) ibrahim dursun (idursun)
Created May 22, 2013 12:44:44 PM
Updated Oct 7, 2017 4:27:49 AM
Subsystem Quick Fixes - Create From Usage
Assignee Alisa Afonina (alisa.afonina)
Priority Normal
State Submitted
Type Usability Problem
Affected versions 7.1.1
Fix version Backlog
Fixed In Version ReSharper Undefined
VsVersion All Versions
Default item in quick fix menu doesn't make sense at all. Besides, the most suitable fix is hidden under "Create Other" menu as if there are 1000 items in the quick fix menu so that it needed to be hidden inside a submenu. This contradicts with the claimed smartness of the Resharper.

RSRP-466539: 'Uncomment' action after regular comment should not appear

$
0
0
Reporter Vyacheslav Moklev (slavam2605) Vyacheslav Moklev (slavam2605)
Created Sep 7, 2017 12:28:11 PM
Updated Oct 7, 2017 6:01:48 AM
Subsystem Quick Fixes
Assignee Alexander Shvedov (shvedov)
Priority Normal
State Submitted
Type Bug
Affected versions No Affected versions
Fix version No Fix versions
Fixed In Version ReSharper Undefined
VsVersion All Versions
Type any string, type line comment after it, press Alt+Enter, choose 'Uncomment' – the whole string becomes commented:

RSRP-466540: Add a Quick Fix for converting "FirstOrDefault() != null" to Any()

$
0
0
Reporter Manabu Nakazawa (mshibanami) Manabu Nakazawa (mshibanami)
Created Feb 27, 2017 5:59:48 AM
Updated Oct 7, 2017 7:19:01 AM
Subsystem Quick Fixes
Assignee Alexander Shvedov (shvedov)
Priority Normal
State Submitted
Type Feature
Affected versions No Affected versions
Fix version No Fix versions
Fixed In Version ReSharper Undefined
VsVersion All Versions
I think it would be nice if Rider can convert this:

new string[]{"a","b","c"}
.FirstOrDefault(x => x == "a")
!= null

to this:

new string[]{"a","b","c"}
.Any(x => x == "a")

See also:
http://stackoverflow.com/questions/8339988/performance-of-linq-any-vs-firstordefault-null

RSRP-466296: QuickDoc AND "Submit feedback" crashes VS2015

$
0
0
Reporter Konrad Jamrozik (Konrad.Jamrozik) Konrad Jamrozik (Konrad.Jamrozik)
Created Sep 16, 2017 2:26:57 AM
Updated Oct 7, 2017 8:55:36 AM
Subsystem Quick Documentation Info
Assignee Sergey Kuks (coox)
Priority Normal
State Submitted
Type Bug
Affected versions 2017.2
Fix version No Fix versions
Fixed In Version ReSharper Undefined
VsVersion VS 2015 RTM
Displaying quick doc crashes VS. I see the popup, but VS hangs and crashes:


VS asks me in a separate popup to start a debugger for itself. When I cancel the debugger popup, VS closes.

The quickdoc popup had a thick black upper bar for a moment.

The crash doesn't happen 100% of the time, but very often nonetheless.

I tried to submit bug from within ReSharper and I got this:

RSRP-461211: Custom patterns: Type placeholders does not capture generic parameters

$
0
0
Reporter Mikal Schacht Jensen (remoni) Mikal Schacht Jensen (remoni)
Created Oct 11, 2016 10:03:25 AM
Updated Oct 7, 2017 2:33:26 PM
Subsystem Structured Patterns (SSR)
Assignee Alexander Shvedov (shvedov)
Priority Normal
State Open
Type Bug
Affected versions No Affected versions
Fix version 2017.2
Fixed In Version ReSharper Undefined
VsVersion All Versions
Creating a custom pattern with the following search:
public $returntype$ $method$($parameters$)
{
$statements$
}

...the following replace:
public async Task<$returntype$> $method$Async($parameters$)
{
$statements$
}

And applying it to this code
public List<int> MyMethod() { ... }

Yields:
public async Task<List> MyMethodAsync() { ... }

I would have expected it to yield
public async Task<List<int>> MyMethodAsync() { ... }

It seems the $returntype$ placeholder does not properly capture generic parameters of a type.

RSRP-464676: System.Private.CoreLib problem

$
0
0
Reporter Alexander Kurakin (Alexander.Kurakin) Alexander Kurakin (Alexander.Kurakin)
Created May 4, 2017 3:39:42 PM
Updated Oct 7, 2017 4:37:22 PM
Resolved Aug 9, 2017 9:25:25 PM
Subsystem Code Analysis - C#
Assignee Slava Tutushkin (slava.tutushkin)
Priority Show-stopper
State Fixed
Type Bug
Affected versions 2017.1.2
Fix version 2017.2
Fixed In Version ReSharper 2017.2 EAP 12
VsVersion All Versions
Module 'System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e' should be referenced

RSRP-462706: The offset plus length give 12+1=13, which is beyond the string length 12.

$
0
0
Reporter ReSharper anonymous (resharper) ReSharper anonymous (resharper)
Created Jan 25, 2017 2:42:03 PM
Updated Oct 8, 2017 4:07:12 PM
Resolved Feb 26, 2017 5:13:24 PM
Subsystem IntelliSense (Code Completion)
Assignee Alexander Shvedov (shvedov)
Priority Show-stopper
State Obsolete
Type Exception
Affected versions No Affected versions
Fix version 2017.1
Fixed In Version ReSharper Undefined
VsVersion All Versions
ReSharperPlatformVs12 Wave 08 — JetBrains ReSharper Ultimate 2017.1 EAP 0 Build 108.0.20170125.72115-eap-00

JetBrains dotCover 2017.1 EAP 0 Build 2017.1.20170125.74816-eap-00
JetBrains dotMemory 2017.1 EAP 0 Build 2017.1.20170125.74809-eap-00
JetBrains dotTrace 2017.1 EAP 0 Build 2017.1.20170125.74810-eap-00
JetBrains ReSharper 2017.1 EAP 0 Build 2017.1.20170125.73056-eap-00
JetBrains ReSharper C++ 2017.1 EAP 0 Build 2017.1.20170125.73056-eap-00
JetBrains TeamCity Add-in 2017.1 EAP 0 Build 2017.1.20170125.73104-eap-00

ManagedThreadName = <NULL>
LastExtension = cs
SccRevisionShell = <there are no packages matching the criteria>
HostProductInfo = JetBrains ReSharper Ultimate 2017.1 EAP 0 Build 108.0.20170125.72115-eap-00
SubProducts.0 = JetBrains dotCover 2017.1 EAP 0 Build 2017.1.20170125.74816-eap-00
SubProducts.1 = JetBrains dotTrace 2017.1 EAP 0 Build 2017.1.20170125.74810-eap-00
SubProducts.2 = JetBrains ReSharper C++ 2017.1 EAP 0 Build 2017.1.20170125.73056-eap-00
SubProducts.3 = JetBrains TeamCity Add-in 2017.1 EAP 0 Build 2017.1.20170125.73104-eap-00
SubProducts.4 = JetBrains ReSharper 2017.1 EAP 0 Build 2017.1.20170125.73056-eap-00
SubProducts.5 = JetBrains dotMemory 2017.1 EAP 0 Build 2017.1.20170125.74809-eap-00
SccRevisionEnv = Platform\Core\Shell:
    git::refs/heads/wave08::e2a4a3353984d850ae5c8b50427e7b7a0c652804


Platform\VisualStudio:
    git::refs/heads/wave08::7a62c9efa67f000b2495603a73d2973f0dcb54e2

VsVersion = 12.0.40629.0

The offset plus length give 12+1=13, which is beyond the string length 12.

— EXCEPTION #1/2 [ArgumentException]
Message = “The offset plus length give 12+1=13, which is beyond the string length 12.”
ExceptionPath = Root.InnerException
ClassName = System.ArgumentException
Data.CodeCompletion.HighlightingOffsets = “0 12 13 14”
HResult = COR_E_ARGUMENT=E_INVALIDARG=80070057
Source = JetBrains.Platform.Util
StackTraceString = “
  at JetBrains.UI.RichText.RichText.GetPartsFromRangeAndSplit(Int32 startOffset, Int32 length)
     at JetBrains.UI.RichText.RichText.SetForeColor(Color foreColor, Int32 startOffset, Int32 length)
     at JetBrains.ReSharper.Feature.Services.CodeCompletion.Lookup.LookupListItem.HighlightMatchingSymbols(MatchingResult matchingResult, RichText text, Color matchingColor, IList`1 diff)


— Outer —

— EXCEPTION #2/2 [LoggerException]
Message = “The offset plus length give 12+1=13, which is beyond the string length 12.”
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.1 EAP 0 Build 108.0.20170125.72115-eap-00”
Data.SubProducts.#0 = “JetBrains dotCover 2017.1 EAP 0 Build 2017.1.20170125.74816-eap-00”
Data.SubProducts.#1 = “JetBrains dotTrace 2017.1 EAP 0 Build 2017.1.20170125.74810-eap-00”
Data.SubProducts.#2 = “JetBrains ReSharper C++ 2017.1 EAP 0 Build 2017.1.20170125.73056-eap-00”
Data.SubProducts.#3 = “JetBrains TeamCity Add-in 2017.1 EAP 0 Build 2017.1.20170125.73104-eap-00”
Data.SubProducts.#4 = “JetBrains ReSharper 2017.1 EAP 0 Build 2017.1.20170125.73056-eap-00”
Data.SubProducts.#5 = “JetBrains dotMemory 2017.1 EAP 0 Build 2017.1.20170125.74809-eap-00”
Data.SccRevisionEnv = “
Platform\Core\Shell:
    git::refs/heads/wave08::e2a4a3353984d850ae5c8b50427e7b7a0c652804


Platform\VisualStudio:
    git::refs/heads/wave08::7a62c9efa67f000b2495603a73d2973f0dcb54e2

Data.VsVersion = 12.0.40629.0
InnerException = “Exception #1 at Root.InnerException”
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
  at JetBrains.ReSharper.Feature.Services.CodeCompletion.Lookup.LookupListItem.HighlightMatchingSymbols(MatchingResult matchingResult, RichText text, Color matchingColor, IList`1 diff)
     at JetBrains.ReSharper.Feature.Services.CodeCompletion.Lookup.LookupListItem.FormatName(ILookupItem item, MatchingResult matchingResult, Color matchingColor)
     at JetBrains.ReSharper.Feature.Services.CodeCompletion.Lookup.LookupListItem.get_RichText()
     at JetBrains.ReSharper.Feature.Services.CodeCompletion.Lookup.LookupItemPainter.GetNameSize(IGraphicsContainer g, LookupListItem lookupListItem)
     at JetBrains.ReSharper.Feature.Services.CodeCompletion.Lookup.LookupItemPainter.GetSizeCore(LookupListItem listViewItem, IGraphicsContainer g)
     at JetBrains.ReSharper.Feature.Services.CodeCompletion.Lookup.LazyLookupItemPainter.GetSize(LookupListItem item, IGraphicsContainer g)
     at JetBrains.ReSharper.Feature.Services.CodeCompletion.Lookup.VirtualLookupWindow.EvaluateSize(Boolean updateSize)
     at JetBrains.ReSharper.Feature.Services.CodeCompletion.Lookup.VirtualLookupWindow.<.ctor>b__18()
     at System.Action.Invoke()
     at JetBrains.ReSharper.Feature.Services.CodeCompletion.Lookup.LookupListViewControl`2.<UpdateItemsRange>b__7(TListItem[] items)
     at JetBrains.ReSharper.Feature.Services.CodeCompletion.Lookup.VirtualLookupWindow.LookupListItemSource.<>c__DisplayClass58.<BeginGetItemsRange>b__57()
     at JetBrains.Application.IShellLocksEx.ExecuteWithReadLock(IShellLocks thіs, Action F)
     at JetBrains.Application.IShellLocksEx.<>c__DisplayClass4.<ExecuteOrQueueReadLock>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 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-464366: DevExpressTree NullRef

$
0
0
Reporter Evgeny Ulanov (evgeny.ulanov) Evgeny Ulanov (evgeny.ulanov)
Created Apr 13, 2017 6:28:40 PM
Updated Oct 8, 2017 4:09:35 PM
Subsystem Navigation - Search (Find Usages)
Assignee Alexander Ulitin (alexander.ulitin)
Priority Critical
State Reopened
Type Bug
Affected versions 2017.1
Fix version 2017.3
Fixed In Version ReSharper 2017.2 EAP 12
VsVersion VS 2017 RTM
Getting Null Reference in VS2017 since recent update to 15.1 from DevExpressTreeView in test and a lot of corresponding tests.
Reproduces locally as well. Can we deal with it?

System.InvalidOperationException : Object reference not set to an instance of an object.

————————————————————————————————
Object reference not set to an instance of an object.
Object reference not set to an instance of an object.

— EXCEPTION #1/3 [NullReferenceException]
Message = “Object reference not set to an instance of an object.”
ExceptionPath = Root.Exceptions.#0.InnerException
ClassName = System.NullReferenceException
HResult = COR_E_NULLREFERENCE=E_POINTER=80004003
Source = DevExpress.XtraTreeList.v7.1
StackTraceString = “
  at DevExpress.XtraTreeList.Accessibility.TreeListControlAccessible.GetAccessibleObjectById(Int32 objectId, Int32 childId)
     at DevExpress.XtraTreeList.TreeList.GetAccessibilityObjectById(Int32 objectId)
     at System.Windows.Forms.Control.GetAccessibilityObject(Int32 accObjId)
     at System.Windows.Forms.Control.WmGetObject(Message& m)
     at System.Windows.Forms.Control.WndProc(Message& m)
     at DevExpress.XtraEditors.Container.EditorContainer.WndProc(Message& m)
     at JetBrains.Psi.Features.UI.DevExpressTreeView.TreeModelView.WndProc(Message& m) in c:\dotnet-products\Psi.Features\Core\UI\Src\DevExpressTreeView\TreeModelView.cs:line 1716


— Outer —

— EXCEPTION #2/3 [LoggerException]
Message = “Object reference not set to an instance of an object.”
ExceptionPath = Root.Exceptions.#0
ClassName = JetBrains.Util.LoggerException
Data.ManagedThreadName = <NULL>
InnerException = “Exception #1 at Root.Exceptions.#0.InnerException”
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
  at JetBrains.Util.ILoggerEx.LogException(ILogger this, LoggingLevel level, Exception exception, ExceptionOrigin exceptionOrigin, String comment) in c:\dotnet-products\Platform\Core\Shell\Util\Src\Logging\ILoggerEx.cs:line 755
     at JetBrains.Util.ILoggerEx.Error(ILogger this, Exception exception, ExceptionOrigin origin, String comment) in c:\dotnet-products\Platform\Core\Shell\Util\Src\Logging\ILoggerEx.cs:line 403
     at JetBrains.Util.Logging.Logger.LogException(Exception ex) in c:\dotnet-products\Platform\Core\Shell\Util\Src\Logging\Logger.cs:line 914
     at JetBrains.Psi.Features.UI.DevExpressTreeView.TreeModelView.WndProc(Message& m) in c:\dotnet-products\Psi.Features\Core\UI\Src\DevExpressTreeView\TreeModelView.cs:line 1720
     at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
     at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
     at System.Windows.Forms.NativeWindow.DebuggableCallback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
     at System.Windows.Forms.UnsafeNativeMethods.NotifyWinEvent(Int32 winEvent, HandleRef hwnd, Int32 objType, Int32 objID)
     at System.Windows.Forms.Control.AccessibilityNotifyClients(AccessibleEvents accEvent, Int32 objectID, Int32 childID)
     at DevExpress.XtraTreeList.TreeList.AccessibleNotifyClients(AccessibleEvents accEvent, Int32 objectId, Int32 childId)
     at DevExpress.XtraTreeList.TreeList.RaiseFocusedColumnChanged(Int32 newVisibleIndex, Int32 oldVisibleIndex)
     at DevExpress.XtraTreeList.TreeList.AppendNode(Object nodeData, TreeListNode parentNode)
     at JetBrains.Psi.Features.UI.DevExpressTreeView.TreeModelView.CreateNode(TreeModelNode modelNode, TreeListNode viewParent) in c:\dotnet-products\Psi.Features\Core\UI\Src\DevExpressTreeView\TreeModelView.cs:line 974
     at JetBrains.Psi.Features.UI.DevExpressTreeView.TreeModelView.BuildRoots() in c:\dotnet-products\Psi.Features\Core\UI\Src\DevExpressTreeView\TreeModelView.cs:line 826
     at JetBrains.Psi.Features.UI.DevExpressTreeView.TreeModelView.RebuildView(Object sender, EventArgs e) in c:\dotnet-products\Psi.Features\Core\UI\Src\DevExpressTreeView\TreeModelView.cs:line 781
     at JetBrains.Psi.Features.UI.DevExpressTreeView.TreeModelView.HandleModelUpdated(Object sender, EventArgs e) in c:\dotnet-products\Psi.Features\Core\UI\Src\DevExpressTreeView\TreeModelView.cs:line 773
     at JetBrains.Psi.Features.UI.DevExpressTreeView.TreeModelView.<OnHandleCreated>b__a() in c:\dotnet-products\Psi.Features\Core\UI\Src\DevExpressTreeView\TreeModelView.cs:line 563
     at JetBrains.Psi.Features.UI.DevExpressTreeView.TreeModelView.ExecuteWithGuard(String id, Action action) in c:\dotnet-products\Psi.Features\Core\UI\Src\DevExpressTreeView\TreeModelView.cs:line 2647
     at JetBrains.Psi.Features.UI.DevExpressTreeView.TreeModelView.OnHandleCreated(EventArgs e) in c:\dotnet-products\Psi.Features\Core\UI\Src\DevExpressTreeView\TreeModelView.cs:line 559
     at System.Windows.Forms.Control.WmCreate(Message& m)
     at System.Windows.Forms.Control.WndProc(Message& m)
     at DevExpress.XtraEditors.Container.EditorContainer.WndProc(Message& m)
     at JetBrains.Psi.Features.UI.DevExpressTreeView.TreeModelView.WndProc(Message& m) in c:\dotnet-products\Psi.Features\Core\UI\Src\DevExpressTreeView\TreeModelView.cs:line 1716
     at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
     at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
     at System.Windows.Forms.NativeWindow.DebuggableCallback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
     at System.Windows.Forms.UnsafeNativeMethods.IntCreateWindowEx(Int32 dwExStyle, String lpszClassName, String lpszWindowName, Int32 style, Int32 x, Int32 y, Int32 width, Int32 height, HandleRef hWndParent, HandleRef hMenu, HandleRef hInst, Object pvParam)
     at System.Windows.Forms.UnsafeNativeMethods.CreateWindowEx(Int32 dwExStyle, String lpszClassName, String lpszWindowName, Int32 style, Int32 x, Int32 y, Int32 width, Int32 height, HandleRef hWndParent, HandleRef hMenu, HandleRef hInst, Object pvParam)
     at System.Windows.Forms.NativeWindow.CreateHandle(CreateParams cp)
     at System.Windows.Forms.Control.CreateHandle()
     at System.Windows.Forms.Control.get_Handle()
     at JetBrains.UI.WindowAnchoringRect..ctor(Lifetime lifetime, IWin32Window window, IWindowsHookManager windowsHookManager) in c:\dotnet-products\Platform\Core\Shell\UI\Src\WindowManagement\WindowAnchoringRect.cs:line 50
     at JetBrains.UI.Validation.ControlValidator..ctor(Control control, IWindowsHookManager windowsHookManager, IUIApplication environment) in c:\dotnet-products\Platform\Core\Shell\UI\Src\Validation\ControlValidator.cs:line 79
     at JetBrains.UI.Validation.ExplicitlyManagedValidator..ctor(Control control, ValidatorSeverity error, String message, Func`1 predicate, IShellLocks locks, IWindowsHookManager windowsHookManager, IUIApplication environment) in c:\dotnet-products\Platform\Core\Shell\UI\Src\Validation\ExplicitlyManagedValidator.cs:line 17
     at JetBrains.ReSharper.Refactorings.Move.MoveToFolder.Pages.MoveToFolderPageControl.TreeValidator..ctor(Control control, ValidatorSeverity error, String message, Func`1 predicate, IShellLocks locks, IWindowsHookManager windowsHookManager, IUIApplication environment) in c:\dotnet-products\Psi.Features\src\Refactorings\_Core\Src\Move\MoveToFolder\Pages\MoveToFolderPage.cs:line 418
     at JetBrains.ReSharper.Refactorings.Move.MoveToFolder.Pages.MoveToFolderPageControl..ctor(MoveToFolderWorkflow workflow, TreeModel treeModel, MoveToFolderModel model, MoveToFolderPage page) in c:\dotnet-products\Psi.Features\src\Refactorings\_Core\Src\Move\MoveToFolder\Pages\MoveToFolderPage.cs:line 458
     at JetBrains.ReSharper.Refactorings.Move.MoveToFolder.Pages.MoveToFolderPage.get_View() in c:\dotnet-products\Psi.Features\src\Refactorings\_Core\Src\Move\MoveToFolder\Pages\MoveToFolderPage.cs:line 350
     at JetBrains.ReSharper.Feature.Services.Refactorings.RefactoringWizardForm.ContentChanged_Presentation(PropertyChangedEventArgs`1 args) in c:\dotnet-products\Psi.Features\Core\Services\_Core\Src\Refactorings\Impl\RefactoringWizardForm.cs:line 326
     at JetBrains.DataFlow.IPropertySignalEx.<>c__DisplayClassa`1.<Advise_HasNew>b__9(PropertyChangedEventArgs`1 args) in c:\dotnet-products\Platform\Core\Shell\Util\Src\DataFlow\Extension\IPropertySignalEx.cs:line 93
     at JetBrains.DataFlow.Signal`1.NotifySinks(TValue payload) in c:\dotnet-products\Platform\Core\Shell\Util\Src\DataFlow\Signal!1.cs:line 380
     at JetBrains.DataFlow.Signal`1.Fire(TValue value, Object cookie) in c:\dotnet-products\Platform\Core\Shell\Util\Src\DataFlow\Signal!1.cs:line 540
     at JetBrains.DataFlow.Property`1.FireChange(TValue old, TValue new, Object cookie) in c:\dotnet-products\Platform\Core\Shell\Util\Src\DataFlow\Property!1.cs:line 290
     at JetBrains.DataFlow.Property`1.SetValue(TValue value, Object cookie) in c:\dotnet-products\Platform\Core\Shell\Util\Src\DataFlow\Property!1.cs:line 572
     at JetBrains.DataFlow.Property`1.set_Value(TValue value) in c:\dotnet-products\Platform\Core\Shell\Util\Src\DataFlow\Property!1.cs:line 668
     at JetBrains.ReSharper.Feature.Services.Refactorings.WorkflowHostWithWizardForm.ShowPage(IRefactoringPage page, Boolean hasBack) in c:\dotnet-products\Psi.Features\Core\Services\_Core\Src\Refactorings\Impl\WorkflowHostWithWizardForm.cs:line 112
     at JetBrains.ReSharper.Feature.Services.Refactorings.WorkflowExecuter.InitPage(IRefactoringPage page) in c:\dotnet-products\Psi.Features\Core\Services\_Core\Src\Refactorings\Impl\WorkflowExecuter.cs:line 485
     at JetBrains.ReSharper.Feature.Services.Refactorings.WorkflowExecuter.FirstPage() in c:\dotnet-products\Psi.Features\Core\Services\_Core\Src\Refactorings\Impl\WorkflowExecuter.cs:line 247
     at JetBrains.ReSharper.Feature.Services.Refactorings.WorkflowExecuter.StartRefactoring() in c:\dotnet-products\Psi.Features\Core\Services\_Core\Src\Refactorings\Impl\WorkflowExecuter.cs:line 298
     at JetBrains.ReSharper.Feature.Services.Refactorings.WorkflowExecuter.ExecuteWithCustomHost(IDataContext context, IRefactoringWorkflow refactoringWorkflow, IWorkflowHost host) in c:\dotnet-products\Psi.Features\Core\Services\_Core\Src\Refactorings\Impl\WorkflowExecuter.cs:line 142
     at JetBrains.ReSharper.Feature.Services.Refactorings.WorkflowExecuter.ExecuteWithWizardForm(IDataContext context, IRefactoringWorkflow refactoringWorkflow) in c:\dotnet-products\Psi.Features\Core\Services\_Core\Src\Refactorings\Impl\WorkflowExecuter.cs:line 107
     at JetBrains.ReSharper.Feature.Services.Refactorings.WinformsRefactoringActionHostProvider.ExecuteRefactoring(IDataContext context, IRefactoringWorkflow workflow) in c:\dotnet-products\Psi.Features\Core\Services\_Core\Src\Refactorings\Impl\WinformsRefactoringActionHostProvider.cs:line 11
     at JetBrains.ReSharper.Feature.Services.Refactorings.RefactoringActionUtil.ExecuteRefactoring(IDataContext context, IRefactoringWorkflow refactoringWorkflow) in c:\dotnet-products\Psi.Features\Core\Services\_Core\Src\Refactorings\Impl\RefactoringActionUtil.cs:line 20
     at JetBrains.ReSharper.Feature.Services.Refactorings.ExtensibleRefactoringAction`1.Execute(IDataContext context, IRefactoringWorkflow refactoringWorkflow) in c:\dotnet-products\Psi.Features\Core\Services\_Core\Src\Refactorings\Impl\ExtensibleRefactoringAction.cs:line 28
     at JetBrains.ReSharper.Refactorings.WorkflowNew.IntroduceWithOccurrencesAction`1.Execute(IDataContext context, IRefactoringWorkflow refactoringWorkflow) in c:\dotnet-products\Psi.Features\src\Refactorings\_Core\Src\WorkflowNew\IntroduceWithOccurrencesAction.cs:line 50
     at JetBrains.ReSharper.Feature.Services.ActionsMenu.ExtensibleAction`3.<>c__DisplayClass6.<>c__DisplayClassb.<ExecuteGroup>b__5(Object args) in c:\dotnet-products\Psi.Features\Core\Services\_Core\Src\ActionsMenu\ExtensibleAction.cs:line 238
     at JetBrains.DataFlow.Signal`1.NotifySinks(TValue payload) in c:\dotnet-products\Platform\Core\Shell\Util\Src\DataFlow\Signal!1.cs:line 380
     at JetBrains.DataFlow.Signal`1.Fire(TValue value, Object cookie) in c:\dotnet-products\Platform\Core\Shell\Util\Src\DataFlow\Signal!1.cs:line 540
     at JetBrains.DataFlow.Signal`1.Fire(TValue value) in c:\dotnet-products\Platform\Core\Shell\Util\Src\DataFlow\Signal!1.cs:line 489
     at JetBrains.UI.PopupMenu.JetPopupMenu.<>c__DisplayClass1d.<InitViewModel>b__13(JetPopupMenuItem item) in c:\dotnet-products\Platform\Core\Shell\UI\Src\Controls\JetPopupMenu\JetPopupMenu.cs:line 385
     at JetBrains.DataFlow.Signal`1.NotifySinks(TValue payload) in c:\dotnet-products\Platform\Core\Shell\Util\Src\DataFlow\Signal!1.cs:line 380
     at JetBrains.DataFlow.Signal`1.Fire(TValue value, Object cookie) in c:\dotnet-products\Platform\Core\Shell\Util\Src\DataFlow\Signal!1.cs:line 540
     at JetBrains.DataFlow.Signal`1.Fire(TValue value) in c:\dotnet-products\Platform\Core\Shell\Util\Src\DataFlow\Signal!1.cs:line 489
     at JetBrains.DataFlow.Signal`1.NotifySinks(TValue payload) in c:\dotnet-products\Platform\Core\Shell\Util\Src\DataFlow\Signal!1.cs:line 380
     at JetBrains.DataFlow.Signal`1.Fire(TValue value, Object cookie) in c:\dotnet-products\Platform\Core\Shell\Util\Src\DataFlow\Signal!1.cs:line 540
     at JetBrains.DataFlow.Signal`1.Fire(TValue value) in c:\dotnet-products\Platform\Core\Shell\Util\Src\DataFlow\Signal!1.cs:line 489
     at JetBrains.UI.PopupMenu.Impl.JetPopupMenuDoc.ExecuteSelectedItem() in c:\dotnet-products\Platform\Core\Shell\UI\Src\Controls\JetPopupMenu\Impl\JetPopupMenuDoc.cs:line 283
     at JetBrains.IntegrationTestsFramework.TestHelpers.JetPopupMenuHelper.FindItemInJetPopupViewAndExecute(JetPopupMenuView jpmv, String partOfItemNameInJetPopupMenu, Nullable`1 itemRule, Boolean strictMatch) in c:\dotnet-products\Platform\Tests.Integration\Framework\Ide\Src\TestHelpers\JetPopupMenuHelper.cs:line 142
     at JetBrains.IntegrationTestsFramework.TestHelpers.JetPopupMenuHelper.<>c__DisplayClass26`1.<ShowJetPopupMenuAndExecuteViaUIA>b__25(JetPopupMenuView jpmv, AutomationElement jpm) in c:\dotnet-products\Platform\Tests.Integration\Framework\Ide\Src\TestHelpers\JetPopupMenuHelper.cs:line 166
     at JetBrains.IntegrationTestsFramework.TestHelpers.JetPopupMenuHelper.<>c__DisplayClass40.<>c__DisplayClass42.<ShowJetPopupMenuAndDoWithViaUIA>b__3f() in c:\dotnet-products\Platform\Tests.Integration\Framework\Ide\Src\TestHelpers\JetPopupMenuHelper.cs:line 224
     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.Delegate.DynamicInvokeImpl(Object[] args)
     at System.Windows.Forms.Control.InvokeMarshaledCallbackDo(ThreadMethodEntry tme)
     at System.Windows.Forms.Control.InvokeMarshaledCallbackHelper(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 System.Windows.Forms.Control.InvokeMarshaledCallback(ThreadMethodEntry tme)
     at System.Windows.Forms.Control.InvokeMarshaledCallbacks()
     at System.Windows.Forms.Control.WndProc(Message& m)
     at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
     at System.Windows.Forms.ContainerControl.WndProc(Message& m)
     at System.Windows.Forms.Form.WndProc(Message& m)
     at JetBrains.UI.PopupMenu.Impl.JetPopupMenuView.WndProc(Message& m) in c:\dotnet-products\Platform\Core\Shell\UI\Src\Controls\JetPopupMenu\Impl\JetPopupMenuView.cs:line 1026
     at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
     at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
     at System.Windows.Forms.NativeWindow.DebuggableCallback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
     at JetBrains.Interop.WinApi.User32Dll.DispatchMessageW(MSG* lpmsg)
     at JetBrains.Util.Concurrency.WinJetDispatcher.WinJetDispatcherStaticMethods.InternalPumpMessagesOnce() in c:\dotnet-products\Platform\Core\Shell\Util\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:\dotnet-products\Platform\Core\Shell\Util\Src\Concurrency\Dispatcher\WinJetDispatcher.cs:line 808
     at JetBrains.Threading.JetDispatcher.Run(Func`1 condition, TimeSpan timeout, Boolean bThrowOnTimeout) in c:\dotnet-products\Platform\Core\Shell\Util\Src\Concurrency\Dispatcher\JetDispatcher.cs:line 262
     at JetBrains.UI.PopupMenu.JetPopupMenuOverlordView.Show(Boolean isModal) in c:\dotnet-products\Platform\Core\Shell\UI\Src\Controls\JetPopupMenu\JetPopupMenuOverlordView.cs:line 91
     at JetBrains.UI.PopupMenu.JetPopupMenus.ShowCore(JetPopupMenu menu, ShowWhen when, Boolean isModal, LifetimeDefinition lifetimeDefinitionOptional, IJetPopupMenuOverlordView parentView) in c:\dotnet-products\Platform\Core\Shell\UI\Src\Controls\JetPopupMenu\JetPopupMenus.cs:line 82
     at JetBrains.UI.PopupMenu.JetPopupMenus.ShowModal(JetPopupMenu menu, ShowWhen when, LifetimeDefinition lifetimeDefinitionOptional) in c:\dotnet-products\Platform\Core\Shell\UI\Src\Controls\JetPopupMenu\JetPopupMenus.cs:line 228
     at JetBrains.UI.PopupMenu.JetPopupMenus.<>c__DisplayClassf.<ShowModal>b__e(LifetimeDefinition defMenu, Lifetime lifeMenu) in c:\dotnet-products\Platform\Core\Shell\UI\Src\Controls\JetPopupMenu\JetPopupMenus.cs:line 178
     at JetBrains.DataFlow.Lifetimes.Define(Lifetime lifetime, String id, Action`2 FAtomic, ILogger logger) in c:\dotnet-products\Platform\Core\Shell\Util\Src\DataFlow\Lifetime\Lifetimes.cs:line 198
     at JetBrains.UI.PopupMenu.JetPopupMenus.ShowModal(ShowWhen when, Action`2 FFillMenu) in c:\dotnet-products\Platform\Core\Shell\UI\Src\Controls\JetPopupMenu\JetPopupMenus.cs:line 174
     at JetBrains.ReSharper.Feature.Services.ActionsMenu.ExtensibleAction`3.ExecuteGroup(IDataContext context, IEnumerable`1 workflows) in c:\dotnet-products\Psi.Features\Core\Services\_Core\Src\ActionsMenu\ExtensibleAction.cs:line 163
     at JetBrains.ReSharper.Feature.Services.ActionsMenu.ExtensibleAction`3.Execute(IDataContext dataContext, DelegateExecute nextExecute) in c:\dotnet-products\Psi.Features\Core\Services\_Core\Src\ActionsMenu\ExtensibleAction.cs:line 101
     at JetBrains.UI.ActionsRevised.Handlers.ExececutableActionEvaluator.Execute(IAction action, List`1 allActions, IDataContext dataContext) in c:\dotnet-products\Platform\Core\Shell\UI\Src\ActionsRevised\Handlers\ExececutableActionEvaluator.cs:line 47
     at JetBrains.UI.ActionsRevised.Handlers.EvaluatedAction.<ExecuteWithoutRequirements>b__a(Lifetime lt) in c:\dotnet-products\Platform\Core\Shell\UI\Src\ActionsRevised\Handlers\EvaluatedAction.cs:line 77
     at JetBrains.DataFlow.Lifetimes.Using[TRetVal](Func`2 λ) in c:\dotnet-products\Platform\Core\Shell\Util\Src\DataFlow\Lifetime\Lifetimes.cs:line 341
     at JetBrains.UI.ActionsRevised.Handlers.EvaluatedAction.ExecuteWithoutRequirements() in c:\dotnet-products\Platform\Core\Shell\UI\Src\ActionsRevised\Handlers\EvaluatedAction.cs:line 69
     at JetBrains.UI.ActionsRevised.Handlers.EvaluatedAction.<>c__DisplayClass8.<PrepareRequirementsAsync>b__3() in c:\dotnet-products\Platform\Core\Shell\UI\Src\ActionsRevised\Handlers\EvaluatedAction.cs:line 48
     at JetBrains.Util.Logging.Logger.Catch(Action action) in c:\dotnet-products\Platform\Core\Shell\Util\Src\Logging\Logger.cs:line 314
     at JetBrains.UI.ActionsRevised.Handlers.EvaluatedAction.<>c__DisplayClass8.<PrepareRequirementsAsync>b__2() in c:\dotnet-products\Platform\Core\Shell\UI\Src\ActionsRevised\Handlers\EvaluatedAction.cs:line 48
     at JetBrains.UI.ActionsRevised.Handlers.RequirementsManager.ExecuteActionAsync(IActionRequirement requirement, Action continueWith, Action failWith, Boolean reSharperIsThinking) in c:\dotnet-products\Platform\Core\Shell\UI\Src\ActionsRevised\Handlers\RequirementsManager.cs:line 94
     at JetBrains.UI.ActionsRevised.Handlers.EvaluatedAction.PrepareRequirementsAsync(Func`1 executeWhenRequirementsReady, Action`1 failWith) in c:\dotnet-products\Platform\Core\Shell\UI\Src\ActionsRevised\Handlers\EvaluatedAction.cs:line 46
     at JetBrains.UI.ActionsRevised.Handlers.EvaluatedAction.Execute() in c:\dotnet-products\Platform\Core\Shell\UI\Src\ActionsRevised\Handlers\EvaluatedAction.cs:line 64
     at JetBrains.IntegrationTestsFramework.TestHelpers.ActionHelper.<>c__DisplayClass24.<>c__DisplayClass26.<UnguardedTryExecuteAction>b__21(Lifetime lifetime) in c:\dotnet-products\Platform\Tests.Integration\Framework\Ide\Src\TestHelpers\ActionHelper.cs:line 178
     at JetBrains.DataFlow.Lifetimes.Using(Action`1 λ) in c:\dotnet-products\Platform\Core\Shell\Util\Src\DataFlow\Lifetime\Lifetimes.cs:line 294
     at JetBrains.IntegrationTestsFramework.TestHelpers.ActionHelper.<>c__DisplayClass24.<UnguardedTryExecuteAction>b__20() in c:\dotnet-products\Platform\Tests.Integration\Framework\Ide\Src\TestHelpers\ActionHelper.cs:line 166
     at JetBrains.Application.IShellLocksEx.ExecuteWithReadLock(IShellLocks thіs, Action F) in c:\dotnet-products\Platform\Core\Shell\Shell\Src\Threading\IShellLocksEx.cs:line 202
     at JetBrains.IntegrationTestsFramework.TestHelpers.ActionHelper.UnguardedTryExecuteAction(IActionDefWithId actionDef) in c:\dotnet-products\Platform\Tests.Integration\Framework\Ide\Src\TestHelpers\ActionHelper.cs:line 163
     at JetBrains.IntegrationTestsFramework.TestHelpers.ActionHelper.UnguardedTryExecuteAction[TActionNode]() in c:\dotnet-products\Platform\Tests.Integration\Framework\Ide\Src\TestHelpers\ActionHelper.cs:line 156
     at JetBrains.IntegrationTestsFramework.TestHelpers.ActionHelper.UnguardedExecuteAction[TActionNode]() in c:\dotnet-products\Platform\Tests.Integration\Framework\Ide\Src\TestHelpers\ActionHelper.cs:line 149
     at JetBrains.Threading.ReentrancyGuard.Execute(String name, Action action) in c:\dotnet-products\Platform\Core\Shell\Util\Src\Concurrency\ReentrancyGuard.cs:line 293
     at JetBrains.IntegrationTestsFramework.TestHelpers.ActionHelper.GuardedExecuteAction[TActionNode]() in c:\dotnet-products\Platform\Tests.Integration\Framework\Ide\Src\TestHelpers\ActionHelper.cs:line 189
     at JetBrains.IntegrationTestsFramework.TestHelpers.Automation.ExecWithActionInSeparateThread(Action mainThreadAction, Action separateThreadAction, Int32 timeoutSeconds, Boolean throwOnTimeout, Boolean useThreadManager, Boolean checkForRemainingDialogs) in c:\dotnet-products\Platform\Tests.Integration\Framework\Ide\Src\TestHelpers\Automation.cs:line 163
     at JetBrains.IntegrationTestsFramework.TestHelpers.JetPopupMenuHelper.ShowJetPopupMenuAndDoWithViaUIA(Action action, Action`2 doWith) in c:\dotnet-products\Platform\Tests.Integration\Framework\Ide\Src\TestHelpers\JetPopupMenuHelper.cs:line 218
     at JetBrains.IntegrationTestsFramework.TestHelpers.JetPopupMenuHelper.ShowJetPopupMenuAndDoWithViaUIA[TExecutableAction](Action`2 doWith) in c:\dotnet-products\Platform\Tests.Integration\Framework\Ide\Src\TestHelpers\JetPopupMenuHelper.cs:line 204
     at JetBrains.IntegrationTestsFramework.TestHelpers.JetPopupMenuHelper.ShowJetPopupMenuAndExecuteViaUIA[TExecutableAction](String item, Boolean strictMatch) in c:\dotnet-products\Platform\Tests.Integration\Framework\Ide\Src\TestHelpers\JetPopupMenuHelper.cs:line 166
     at JetBrains.IntegrationTestHelpers.RS.IntegrationTestHelpers.QuickFixContextActionHelper.ApplyCAQF[TExecutableAction](String caText, Boolean strictMatch) in c:\dotnet-products\Psi.Features\Tests.Integration\Framework\_Core.RS\Src\IntegrationTestHelpers\QuickFixContextActionHelper.cs:line 49
     at JetBrains.IntegrationTestHelpers.RS.IntegrationTestHelpers.RefactoringHelper.Move(ParametersOptionsForMoveTo parameters) in c:\dotnet-products\Psi.Features\Tests.Integration\Framework\_Core.RS\Src\IntegrationTestHelpers\Refactoring\RefactoringHelper.cs:line 138
     at JetBrains.ReSharper.VSIntegrationTests.Xaml.XamlBrokenCachesTest.<Test01>b__1() in c:\dotnet-products\Psi.Features\Tests.Integration\Cases\ReSharper\Src\Xaml\XamlBrokenCachesTest.cs:line 68
     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)
     at JetBrains.IntegrationTestsServer.Server.IntegrationTestsServer.<>c__DisplayClass2f.<<RunTest_InvokeBody>b__2d>d__32.MoveNext() in c:\dotnet-products\Platform\Tests.Integration\Framework.Server\ServerPlugin\Src\Server\IntegrationTestsServer.cs:line 440
     at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.Start[TStateMachine](TStateMachine& stateMachine)
     at JetBrains.IntegrationTestsServer.Server.IntegrationTestsServer.<>c__DisplayClass2f.<RunTest_InvokeBody>b__2d()
     at JetBrains.Application.Threading.Tasks.TaskHost.AccessViolationCatcher[T](Func`1 action) in c:\dotnet-products\Platform\Core\Shell\Util\Src\Threading\Tasks\TaskHost.cs:line 156
     at JetBrains.Application.Threading.Tasks.TaskHost.<>c__DisplayClass16`1.<Create>b__14(Object state) in c:\dotnet-products\Platform\Core\Shell\Util\Src\Threading\Tasks\TaskHost.cs:line 265
     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 JetBrains.Application.Threading.Tasks.JetDispatcherTaskScheduler.<>c__DisplayClass1.<QueueTask>b__0() in c:\dotnet-products\Platform\Core\Shell\Util\Src\Threading\Tasks\JetDispatcherTaskScheduler.cs:line 60
     at JetBrains.Threading.JetDispatcher.Closure.Execute() in c:\dotnet-products\Platform\Core\Shell\Util\Src\Concurrency\Dispatcher\JetDispatcher.cs:line 602
     at JetBrains.Util.Concurrency.WinJetDispatcher.ProcessQueue(Int32 nMinBucket) in c:\dotnet-products\Platform\Core\Shell\Util\Src\Concurrency\Dispatcher\WinJetDispatcher.cs:line 431
     at JetBrains.Util.Concurrency.WinJetDispatcher.<>c__DisplayClass5.<BeginInvokeCore>b__3() in c:\dotnet-products\Platform\Core\Shell\Util\Src\Concurrency\Dispatcher\WinJetDispatcher.cs:line 249
     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)


— Outer —

— EXCEPTION #3/3 [CompoundException]
Message = “There were exceptions.”
ExceptionPath = Root
ExceptionsCount = 1
Messages.#0 = “Object reference not set to an instance of an object.”
Exceptions.#0 = “Exception #2 at Root.Exceptions.#0”
ClassName = JetBrains.Util.CompoundException
HResult = COR_E_APPLICATION=80131600


   at JetBrains.Platform.Test.Integration.FrameworkCommon.Server.TaskResult.ThrowIfUnsuccessful() in c:\dotnet-products\Platform\Tests.Integration\Framework.Common\Ide\Src\Server\TaskResult.cs:line 122
   at JetBrains.IntegrationTestsFramework.Client.IntegrationTestsClient.ExecuteOnServer(Type typeInstance, MethodBase method, TestMethodRole role, Object[] methodParameters, Object[] ctorParameters, String objectId, TestRunFlags flags, InTestServerId pid) in c:\dotnet-products\Platform\Tests.Integration\Framework\Ide\Src\Client\IntegrationTestsClient.cs:line 602
   at JetBrains.IntegrationTestsFramework.TestFixtures.TestIntegrationBase.RunCore(TestServerAction action, InTestServerId id, Object[] methodParams, TestRunFlags flags) in c:\dotnet-products\Platform\Tests.Integration\Framework\Ide\Src\TestFixtures\TestIntegrationBase.cs:line 330
   at JetBrains.IntegrationTestsFramework.TestFixtures.TestIntegrationBase.RunSync(TestServerAction action, InTestServerId id, Object[] methodParams) in c:\dotnet-products\Platform\Tests.Integration\Framework\Ide\Src\TestFixtures\TestIntegrationBase.cs:line 306
   at JetBrains.IntegrationTestsFramework.TestFixtures.TestIntegrationBase.Run(Action action, InTestServerId id) in c:\dotnet-products\Platform\Tests.Integration\Framework\Ide\Src\TestFixtures\TestIntegrationBase.cs:line 352
   at JetBrains.ReSharper.VSIntegrationTests.Xaml.XamlBrokenCachesTest.Test01() in c:\dotnet-products\Psi.Features\Tests.Integration\Cases\ReSharper\Src\Xaml\XamlBrokenCachesTest.cs:line 31

[InTest.Client] ExecuteOnServer for “JetBrains.ReSharper.VSIntegrationTests.Xaml.XamlBrokenCachesTest, JetBrains.ReSharper.Test.Integration.Cases.ReSharper, Version=108.0.0.0, Culture=neutral, PublicKeyToken=1010a0d8d6380325”::<SetUp1>b__0, Initialize, Method role.
[InTest.Client] Running tests for the first time.
[InTest.Client] Starting new host.
[InTest.Client] Host started, PID 00000D0C.
[InTest.Client] Connecting to a new host.
[InTest.Client] Service connected.
[InTest.Client] ExecuteOnServer for “JetBrains.ReSharper.VSIntegrationTests.Xaml.XamlBrokenCachesTest, JetBrains.ReSharper.Test.Integration.Cases.ReSharper, Version=108.0.0.0, Culture=neutral, PublicKeyToken=1010a0d8d6380325”::<SetUpAsync>b__4, Initialize, Method role.
[InTest.Client] ExecuteOnServer for “JetBrains.ReSharper.VSIntegrationTests.Xaml.XamlBrokenCachesTest, JetBrains.ReSharper.Test.Integration.Cases.ReSharper, Version=108.0.0.0, Culture=neutral, PublicKeyToken=1010a0d8d6380325”::<Test01>b__1, Test, Method role.
[InTest.Client] Tests failed, server will be recycled.

RSRP-464168: Slow solution opening because of "updating source files"

$
0
0
Reporter Linus Nilsson (lajnold) Linus Nilsson (lajnold)
Created Apr 4, 2017 11:40:56 AM
Updated Oct 8, 2017 8:26:26 PM
Subsystem Psi - VB.NET
Assignee Olga Lukianova (olka)
Priority Normal
State Submitted
Type Performance Problem
Affected versions 2017.1
Fix version 2017.2
Fixed In Version ReSharper Undefined
VsVersion VS 2017 RTM
I've seen this issue reported, and it's sometimes said to be solved, but it isn't solved for us. Everytime when opening our solution, ReSharper spends a couple of minutes "updating source files". It makes certain workflows feel slow, for example switching to a different branch in the code base, which reloads the solution. Without ReSharper, it only takes a few seconds to switch branches.

It was quick back in Visual Studio 2012, with ReSharper 7.1 or something. It got slow when VS2015 came, with a newer ReSharper, and it's still slow in VS2017 with ReSharper 2017.1.

I've uploaded a dotTrace snapshot with the name devenv_linus_20170404.dtp.

RSRP-466541: Show XML Doc comments in File Structure tooltip

$
0
0
Reporter Angelina Elycheva (Angelina.Elycheva) Angelina Elycheva (Angelina.Elycheva)
Created Oct 8, 2017 10:04:04 PM
Updated Oct 8, 2017 10:04:34 PM
Subsystem File structure
Assignee Alexander Ulitin (alexander.ulitin)
Priority Normal
State Submitted
Type Feature
Affected versions No Affected versions
Fix version Backlog
Fixed In Version ReSharper Undefined
VsVersion All Versions
I love the file structure window, but when you "HOVER"over a line it doesn't really give you any useful information.

Could you possibly make it so that the XML Doc comments in my code are displayed?
Maybe even show it in the same format as the Quick Doc Feature?

RSRP-465628: TypeScript import completion format

$
0
0
Reporter Angelina Elycheva (Angelina.Elycheva) Angelina Elycheva (Angelina.Elycheva)
Created Jul 25, 2017 10:51:11 PM
Updated Oct 8, 2017 11:13:50 PM
Subsystem TypeScript
Assignee Unassigned
Priority Critical
State Fixed In Branch
Type Bug
Affected versions No Affected versions
Fix version 2017.3
Fixed In Version ReSharper Undefined
VsVersion All Versions
I have activated the setting - Options | Environment | InteliSense | Completion Behaviour | Import Completion (Ctrl+Alt+Space)

and it is giving me suggestions and importing the class that I select.
However, the format it generates is:
import * as Classname from "../path/to/class";
public myClass = new Classname.ClassName();

I would like the format to be
import { ClassName } from "../path/to/class";
public myClass = new ClassName();

I have set the import format options for TypeScript to use the ES6 style import, but this has had no effect.

RSRP-464517: Build & Run window uses ugly fonts

$
0
0
Reporter Tomas Capek (tomcapbc) Tomas Capek (tomcapbc)
Created Apr 24, 2017 8:49:46 PM
Updated Oct 9, 2017 12:32:55 AM
Subsystem Solution builder
Assignee Anton Spilnyy (Anton.Spilnyy)
Priority Normal
State Submitted
Type Cosmetics
Affected versions No Affected versions
Fix version No Fix versions
Fixed In Version ReSharper Undefined
VsVersion All Versions
The Build & Run window uses varying width fonts depending on the length of the project file. It is very ugly. Can you please provide a means to override this behaviour by using a specific VS defined font selection?

RSRP-466452: [Performance Report] "Processing assemblies ..." blocks GUI thread after every build.

$
0
0
Reporter Tomasz Malik (mt_1990) Tomasz Malik (mt_1990)
Created Sep 29, 2017 3:02:56 AM
Updated Oct 9, 2017 1:44:44 AM
Subsystem No Subsystem
Assignee Sergey Kuks (coox)
Priority Show-stopper
State Open
Type Performance Problem
Affected versions 2017.2, 2017.1.2, 2017.1.1, 2017.1, 2016.3.1, 2016.3.2, 2016.3, 2017.2.1, 2017.2.2
Fix version 2017.2
Fixed In Version ReSharper Undefined
VsVersion All Versions
Evaluator: False
OS Version: Microsoft Windows NT 10.0.15063.0
Product: dotTrace, Version: 2017.2.20170921.75603
Product: ReSharper, Version: 2017.2.20170921.75418
Product: dotMemory, Version: 2017.2.20170921.75603
Time Zone: Central European Standard Time

Description

My solution contains 51 C++ projects, 20 C# projects and 16 C++/CLI (mixed) projects - some of them are references by .dll (not by project reference).
After every build VS freezes for about 5-50 seconds (more time after each build) - Resharper says "Processing assemblies ...". It doesn't matter how many projects I build (one or whole solution) - it freezes after or sometimes during build. Restart VS helps for short time - after 1-3 builds problem is back.
I don't have Resharper C++ installed (it worked too slow for this solution).

I have this problem in:
Visual Studio 2015 - Visual Studio 2017 (15.3.3).
Resharper 2016.2 - Resharper 2017.2.
Solution is compiled with .NET 4.5.

My PC:
i7 6900K
32 GB RAM (3200MHZ CL14 Quad Channel).
Samsung 960 PRO 512GB
Windows 10

Is it possible to do "Processing assemblies ..." in background (not blocking GUI thread)?

RSRP-466542: Resharper doesn't correct detect return type from overloaded method

$
0
0
Reporter Aleksey Tsygankov (almeonamy) Aleksey Tsygankov (almeonamy)
Created Oct 9, 2017 8:37:45 AM
Updated Oct 9, 2017 8:37:45 AM
Subsystem TypeScript
Assignee Nikita Popov (poksh)
Priority Normal
State Submitted
Type Bug
Affected versions 2017.2.1, 2017.2.2
Fix version No Fix versions
Fixed In Version ReSharper Undefined
VsVersion VS 2017 15.3
Resharper 2017.2.2
TypeScript 2.3
Issue is shown on screenshot.
Method "split" is correctly found on string "qwe", but not found on variable that contains string value, returned from overloaded method.
This issue is actual not only for "split", it's actual for all methods.
Caching clearing and restart VS doesn't help me.

RSRP-466543: Installation in VS2017 completed with 4 erros

$
0
0
Reporter Tobias Jahn (tjahn) Tobias Jahn (tjahn)
Created Oct 9, 2017 10:09:03 AM
Updated Oct 9, 2017 10:32:11 AM
Subsystem No Subsystem
Assignee Unassigned
Priority Normal
State Submitted
Type Bug
Affected versions No Affected versions
Fix version No Fix versions
Fixed In Version ReSharper Undefined
VsVersion All Versions
When trying to install 2017.2.2 in Visual Studio 2017 Professional the installation completes with 4 errors (see screenshot):

08:52:39.940 |E| IAssemblyMasterBinder         | Error resolving type JetBrains.Application.BuildScript.Application.Zones.ZoneMarkerAttribute from assembly “JetBrains.Platform.Shell, Version=108.0.0.0, Culture=neutral, PublicKeyToken=1010a0d8d6380325”, request originating from assembly “FileLinker, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null”. Could not find a referenced assembly by the TT_ASSEMBLYREF token.

08:52:40.085 |E| IAssemblyMasterBinder | Error resolving type JetBrains.ReSharper.Feature.Services.Navigation.RelatedFilesProviderAttribute from assembly “JetBrains.ReSharper.Feature.Services, Version=108.0.0.0, Culture=neutral, PublicKeyToken=1010a0d8d6380325”, request originating from assembly “FileLinker, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null”. Could not find a referenced assembly by the TT_ASSEMBLYREF token.

08:52:40.138 |E| IAssemblyMasterBinder | Error resolving type JetBrains.UI.Options.OptionsPageAttribute from assembly “JetBrains.Platform.UI, Version=108.0.0.0, Culture=neutral, PublicKeyToken=1010a0d8d6380325”, request originating from assembly “FileLinker, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null”. Could not find a referenced assembly by the TT_ASSEMBLYREF token.

08:52:40.140 |E| IAssemblyMasterBinder | Error resolving type JetBrains.Application.Settings.SettingsKeyAttribute from assembly “JetBrains.Platform.Shell, Version=108.0.0.0, Culture=neutral, PublicKeyToken=1010a0d8d6380325”, request originating from assembly “FileLinker, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null”. Could not find a referenced assembly by the TT_ASSEMBLYREF token.

I have tried uninstalling, rebooting, installing from a fresh installer. The errors look the same.

RSRP-466380: Install Resharper 2017.2.1 Reports Fail in Visual Studio 15.3.5

$
0
0
Reporter Jacob Mojiwat (jmojiwat) Jacob Mojiwat (jmojiwat)
Created Sep 24, 2017 5:34:23 AM
Updated Oct 9, 2017 11:00:08 AM
Resolved Oct 9, 2017 11:00:07 AM
Subsystem Installation
Assignee Denis Korneev (Denis.Korneev)
Priority Critical
State Workaround
Type Bug
Affected versions 2017.2.1
Fix version 2017.3
Fixed In Version ReSharper Undefined
VsVersion VS 2017 15.3
When updating Resharper to 2017.2.1, the installer reports installation fail for Visual Studio 15.3.5. Tried uninstall and reinstall with same result.

The 2 errors in the log were around "failed to read value":
VsRegEditWrapper | “C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\VsRegEdit.exe” exited with code -1. Output: Failed to read value. Result: 2

Resharper seems to be installed and running, but the error threw me off and got me going through the troubleshooting steps before realizing it was working.

RSRP-466544: Transform Parameters: Converting out param to return shows invalid code example in UI

$
0
0
Reporter Drew Noakes (drewnoakes) Drew Noakes (drewnoakes)
Created Oct 9, 2017 12:14:36 PM
Updated Oct 9, 2017 12:14:36 PM
Subsystem Refactorings
Assignee Alisa Afonina (alisa.afonina)
Priority Normal
State Submitted
Type Bug
Affected versions No Affected versions
Fix version No Fix versions
Fixed In Version ReSharper Undefined
VsVersion All Versions


See screenshot. The variable name is included in the code alongside the return value, which wouldn't compile.

The actual refactoring goes ahead correctly.

RSRP-466361: The calling thread must be STA, because many UI components require this.

$
0
0
Reporter Andreas Seibt (luedi) Andreas Seibt (luedi)
Created Jul 7, 2017 8:45:28 AM
Updated Oct 9, 2017 12:15:12 PM
Resolved Sep 26, 2017 2:49:03 PM
Subsystem Platform
Assignee Sergey Kuks (coox)
Priority Normal
State Fixed
Type Exception
Affected versions No Affected versions
Fix version No Fix versions
Fixed In Version ReSharper Undefined
VsVersion All Versions
ReSharperPlatformVs15 Wave 09 Hive _b29c1e36 — JetBrains ReSharper Ultimate 2017.2 EAP 7 Build 109.0.20170706.75031-eap07

JetBrains ReSharper 2017.2 EAP 7 Build 2017.2.20170706.95928-eap07

SubProducts.0 = JetBrains ReSharper 2017.2 EAP 7 Build 2017.2.20170706.95928-eap07

The calling thread must be STA, because many UI components require this.

— EXCEPTION #1/2 [InvalidOperationException]
Message = “The calling thread must be STA, because many UI components require this.”
ExceptionPath = Root.InnerException
ClassName = System.InvalidOperationException
HResult = COR_E_INVALIDOPERATION=80131509
Source = PresentationCore
StackTraceString = “
  at System.Windows.Input.InputManager..ctor()
     at System.Windows.Input.InputManager.GetCurrentInputManagerImpl()
     at System.Windows.Input.KeyboardNavigation..ctor()
     at System.Windows.FrameworkElement.FrameworkServices..ctor()
     at System.Windows.FrameworkElement.EnsureFrameworkServices()
     at System.Windows.FrameworkElement..ctor()
     at System.Windows.Controls.Control..ctor()
     at Avalon.Windows.Controls.TaskDialog..ctor()
     at JetBrains.VsIntegration.IDE.UnresolvedReferences.UnresolvedReferencesNotifications.ShowActionsDialog(Lifetime itemsLifetime, IDictionary`2 unresolvedItems, IUIApplication uiApplication, IEnumerable`1 handlers)
     at JetBrains.VsIntegration.IDE.UnresolvedReferences.UnresolvedReferencesNotifications.<>c__DisplayClass4.<>c__DisplayClass7.<.ctor>b__2(INotification notification)
     at JetBrains.Application.Notifications.UserNotifications.Notification.<>c__DisplayClass12.<.ctor>b__a()
     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 = “The calling thread must be STA, because many UI components require this.”
ExceptionPath = Root
ClassName = JetBrains.Util.LoggerException
Data.ManagedThreadName = “JetPool (S) Regular thread #1”
Data.SccRevisionShell = “<there are no packages matching the criteria>”
Data.HostProductInfo = “JetBrains ReSharper Ultimate 2017.2 EAP 7 Build 109.0.20170706.75031-eap07”
Data.SubProducts.#0 = “JetBrains ReSharper 2017.2 EAP 7 Build 2017.2.20170706.95928-eap07”
Data.SccRevisionEnv = “
Platform\Core\Shell:
    git::refs/heads/wave09-eap7

Platform\VisualStudio:
    git::refs/heads/wave09-eap7::4afb68f1d04e9a78ed3003b82ebb4e6ed3b1800a

Data.VsVersion = 15.3.26621.2
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.Fire(TValue value, Object cookie)
     at JetBrains.DataFlow.SimpleSignal.Fire()
     at JetBrains.Platform.VisualStudio.SinceVs12.Notifications.VsUserNotificationsBase.<>c__DisplayClassb.<OnClick>b__a()
     at JetBrains.Util.ILoggerEx.Catch[TValue](ILogger thіs, Func`1 F, ExceptionOrigin origin, LoggingLevel loggingLevel)
     at JetBrains.Platform.VisualStudio.SinceVs12.Notifications.VsUserNotificationsBase.OnClick(String id)
     at JetBrains.Platform.VisualStudio.JustVs15.Notifications.VsUserNotifications15.<>c__DisplayClassc.<OnClickAsync>b__b()
     at JetBrains.Application.Threading.Tasks.TaskHost.AccessViolationCatcher[T](Func`1 action)
     at JetBrains.Application.Threading.Tasks.TaskHost.<>c__DisplayClass16`1.<Create>b__14(Object state)
     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 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()
Viewing all 106942 articles
Browse latest View live


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