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

RSRP-475018: Running Cleanup Code with File Layout - Sourcecode is cut off.

$
0
0
Reporter Michael Heseler (8ybq2fe1jfht95397td0xtk9c) Michael Heseler (8ybq2fe1jfht95397td0xtk9c)
Created Jun 10, 2019, 4:59:21 PM
Updated Aug 1, 2019, 11:18:36 PM
Subsystem Code Analysis - C#
Assignee Andrey Dyatlov (Andrey.Dyatlov)
Priority Major
State Fixed In Branch
Type Bug
Fix version No Fix versions
Affected versions 2019.1.2
Fixed In EAP Undefined
VsVersion All Versions
Branch No branch

Code of source file is cut off after running Cleanup Code.
Image1 is before running Cleanup Code - Image2 after running.
Pragma #region and #endregion are not on the same Level (Image3) after Code cleanup. Most Methods (except one) is removed from Code.

XAML Code of Layout file is:

<?xml version="1.0" encoding="utf-16"?>

<Patterns xmlns="urn:schemas-jetbrains-com:member-reordering-patterns"> <TypePattern DisplayName="StyleCop Pattern" RemoveRegions="All" Priority="100"> <TypePattern.Match> <Or> <Kind Is="Class" /> <Kind Is="Struct" /> <Kind Is="Interface" /> </Or> </TypePattern.Match> <Region Name="Constants"> <Entry DisplayName="Entry"> <Entry.Match> <Kind Is="Constant" /> </Entry.Match> <Entry.SortBy> <Access Order="Public Internal ProtectedInternal Protected Private" /> <Name /> </Entry.SortBy> </Entry> </Region> <Region Name="Static Fields"> <Entry DisplayName="Entry"> <Entry.Match> <And> <Kind Is="Field" /> <Static /> </And> </Entry.Match> <Entry.SortBy> <Access Order="Public Internal ProtectedInternal Protected Private" /> <Readonly /> <Name /> </Entry.SortBy> </Entry> </Region> <Region Name="Fields"> <Entry DisplayName="Entry"> <Entry.Match> <Kind Is="Field" /> </Entry.Match> <Entry.SortBy> <Access Order="Public Internal ProtectedInternal Protected Private" /> <Readonly /> <Name /> </Entry.SortBy> </Entry> </Region> <Region Name="Constructors and Destructors"> <Entry DisplayName="Entry" Priority="200"> <Entry.Match> <Or> <Kind Is="Constructor" /> <Kind Is="Destructor" /> </Or> </Entry.Match> <Entry.SortBy> <Static /> <Kind Order="Constructor Destructor" /> <Access Order="Public Internal ProtectedInternal Protected Private" /> </Entry.SortBy> </Entry> </Region> <Region Name="Delegates"> <Entry DisplayName="Entry"> <Entry.Match> <Kind Is="Delegate" /> </Entry.Match> <Entry.SortBy> <Access Order="Public Internal ProtectedInternal Protected Private" /> <Static /> <Name /> </Entry.SortBy> </Entry> </Region> <Region Name="Public Events"> <Entry DisplayName="Entry"> <Entry.Match> <And> <Kind Is="Event" /> <Access Is="Public" /> </And> </Entry.Match> <Entry.SortBy> <Access Order="Public" /> <Static /> <Name /> </Entry.SortBy> </Entry> </Region> <Region Name="Explicit Interface Events"> <Entry DisplayName="Entry"> <Entry.Match> <And> <Kind Is="Event" /> <ImplementsInterface /> </And> </Entry.Match> <Entry.SortBy> <ImplementsInterface Immediate="True" /> <Name /> </Entry.SortBy> </Entry> </Region> <Region Name="Events"> <Entry DisplayName="Entry"> <Entry.Match> <Kind Is="Event" /> </Entry.Match> <Entry.SortBy> <Access Order="Public Internal ProtectedInternal Protected Private" /> <Static /> <Name /> </Entry.SortBy> </Entry> </Region> <Region Name="Enums"> <Entry DisplayName="Entry"> <Entry.Match> <Kind Is="Enum" /> </Entry.Match> <Entry.SortBy> <Access Order="Public Internal ProtectedInternal Protected Private" /> <Name /> </Entry.SortBy> </Entry> </Region> <Region Name="Interfaces"> <Entry DisplayName="Entry"> <Entry.Match> <Kind Is="Interface" /> </Entry.Match> <Entry.SortBy> <Access Order="Public Internal ProtectedInternal Protected Private" /> <Name /> </Entry.SortBy> </Entry> </Region> <Region Name="Public Properties"> <Entry DisplayName="Entry"> <Entry.Match> <And> <Kind Is="Property" /> <Access Is="Public" /> </And> </Entry.Match> <Entry.SortBy> <Access Order="Public" /> <Static /> <Name /> </Entry.SortBy> </Entry> </Region> <Region Name="Explicit Interface Properties"> <Entry DisplayName="Entry"> <Entry.Match> <And> <Kind Is="Property" /> <ImplementsInterface /> </And> </Entry.Match> <Entry.SortBy> <ImplementsInterface Immediate="True" /> <Name /> </Entry.SortBy> </Entry> </Region> <Region Name="Properties"> <Entry DisplayName="Entry"> <Entry.Match> <Kind Is="Property" /> </Entry.Match> <Entry.SortBy> <Access Order="Public Internal ProtectedInternal Protected Private" /> <Static /> <Name /> </Entry.SortBy> </Entry> </Region> <Region Name="Public Indexers"> <Entry DisplayName="Entry" Priority="1000"> <Entry.Match> <And> <Kind Is="Indexer" /> <Access Is="Public" /> </And> </Entry.Match> <Entry.SortBy> <Access Order="Public" /> <Static /> <Name /> </Entry.SortBy> </Entry> </Region> <Region Name="Explicit Interface Indexers"> <Entry DisplayName="Entry" Priority="1000"> <Entry.Match> <And> <Kind Is="Indexer" /> <ImplementsInterface /> </And> </Entry.Match> <Entry.SortBy> <ImplementsInterface Immediate="True" /> <Name /> </Entry.SortBy> </Entry> </Region> <Region Name="Indexers"> <Entry DisplayName="Entry" Priority="1000"> <Entry.Match> <Kind Is="Indexer" /> </Entry.Match> <Entry.SortBy> <Access Order="Public Internal ProtectedInternal Protected Private" /> <Static /> <Name /> </Entry.SortBy> </Entry> </Region> <Region Name="Public Methods and Operators" Priority="150"> <Entry DisplayName="Entry"> <Entry.Match> <And> <Or> <Kind Is="Method" /> <Kind Is="Operator" /> </Or> <Access Is="Public" /> </And> </Entry.Match> <Entry.SortBy> <Access Order="Public" /> <Static /> <Name /> </Entry.SortBy> </Entry> </Region> <Region Name="Explicit Interface Methods"> <Entry DisplayName="Entry"> <Entry.Match> <And> <Kind Is="Method" /> <ImplementsInterface /> </And> </Entry.Match> <Entry.SortBy> <ImplementsInterface Immediate="True" /> <Name /> </Entry.SortBy> </Entry> </Region> <Region Name="Private Methods"> <Entry DisplayName="Entry"> <Entry.Match> <Kind Is="Method" /> </Entry.Match> <Entry.SortBy> <Access Order="Public Internal ProtectedInternal Protected Private" /> <Static /> <Name /> </Entry.SortBy> </Entry> </Region> <Region Name="Operators"> <Entry DisplayName="Entry"> <Entry.Match> <Kind Is="Operator" /> </Entry.Match> <Entry.SortBy> <Access Order="Public Internal ProtectedInternal Protected Private" /> <Static /> <Name /> </Entry.SortBy> </Entry> </Region> <Entry DisplayName="Entry" Priority="600"> <Entry.Match> <Kind Is="Struct" /> </Entry.Match> <Entry.SortBy> <Static /> <Access Order="Public Internal ProtectedInternal Protected Private" /> <Name /> </Entry.SortBy> </Entry> <Entry DisplayName="Entry" Priority="700"> <Entry.Match> <Kind Is="Class" /> </Entry.Match> <Entry.SortBy> <Static /> <Access Order="Public Internal ProtectedInternal Protected Private" /> <Name /> </Entry.SortBy> </Entry> <Entry DisplayName="Entry" /> </TypePattern> </Patterns>


RSRP-475746: Invalid attempt to re-initialize already disposed node. Model: JetBrains.ReSharper.UnitTestFramework.UI.VS.TreeModel.UnitTestSessionTree Node: Node: '

$
0
0
Reporter Ronald Ratzlaff (ronrat_pcty) Ronald Ratzlaff (ronrat_pcty)
Created Apr 11, 2019, 5:04:59 PM
Updated Aug 1, 2019, 11:22:17 PM
Subsystem Unit Testing
Assignee Eugene Strizhok (Eugene.Strizhok)
Priority Normal
State Submitted
Type Exception
Fix version No Fix versions
Affected versions No Affected versions
Fixed In EAP Undefined
VsVersion All Versions
Branch No branch

ReSharperPlatformVs16 Wave 191 Hive _ba31e060 — JetBrains ReSharper Ultimate 2019.1 EAP 5 Build 191.0.20190404.123435-eap05

JetBrains dotMemory 2019.1 EAP 5 Build 2019.1.20190404.130133-eap05
JetBrains dotTrace 2019.1 EAP 5 Build 2019.1.20190404.130036-eap05
JetBrains ReSharper 2019.1 EAP 5 Build 2019.1.20190404.125914-eap05

Invalid attempt to re-initialize already disposed node. Model: JetBrains.ReSharper.UnitTestFramework.UI.VS.TreeModel.UnitTestSessionTree Node: Node: 'JetBrains.ReSharper.UnitTestFramework.UnitTestElementNamespace' Children: 1 DataValue: Paylocity.CompensationManagement.WorkEngine.Tests.Business.Calculators Stack: at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at JetBrains.Application.UI.TreeModels.New.LiveTreeNode1.Initialize() at JetBrains.Application.UI.TreeModels.New.LiveTreeNode1.JetBrains.Application.UI.TreeModels.New.ITreeModelNode.get_Children() at JetBrains.Platform.UIInteractive.Ide.TreeGridBrowser.Revised.TreeModelChildrenProvider.<>c__DisplayClass8_1.<.ctor>b__1() at JetBrains.Platform.UIInteractive.Ide.TreeGridBrowser.Revised.TreeModelChildrenProvider.ChangeProvider1..ctor(Lifetime lifetime, Dispatcher dispatcher, INotifyPropertyChanged source, Func1 getSourceCollection) at JetBrains.Platform.UIInteractive.Ide.TreeGridBrowser.Revised.TreeModelChildrenProvider.<>c__DisplayClass8_0.<.ctor>b__0(Object key) at System.Runtime.CompilerServices.ConditionalWeakTable2.GetValue(TKey key, CreateValueCallback createValueCallback) at JetBrains.Platform.UIInteractive.Ide.TreeGridBrowser.Revised.TreeModelChildrenProvider.GetChangeProvider(Object node) at JetBrains.UI.Controls.TreeGrid.Revised.ArrangedChildrenProvider.ArrangedChildrenCollection.TrackChanges() at JetBrains.UI.Controls.TreeGrid.Revised.ArrangedChildrenProvider.ArrangedChildrenCollection.IndexOf(Object item) at JetBrains.UI.Controls.TreeGrid.Revised.ArrangedChildrenProvider.IndexOf(Object parent, Object child) at JetBrains.UI.Controls.TreeGrid.Revised.ItemsSource.Exists(Object item) at JetBrains.UI.Controls.TreeGrid.Revised.TreeGridView.Exists(Object item) at JetBrains.UI.Controls.TreeGrid.Revised.ItemsProjection.Has(Object item, Boolean coerceExpansion) at JetBrains.UI.Controls.TreeGrid.Revised.TreeGridViewport.<>c__DisplayClass17_0.<Layout>b__0() at JetBrains.UI.Controls.TreeGrid.Revised.TreeGridInterlayout.MeasureCycle(Action measure) at JetBrains.UI.Controls.TreeGrid.Revised.TreeGridViewport.Layout(Size availableSize, Object relativeItem, Double relativeItemOffset) at JetBrains.UI.Controls.TreeGrid.Revised.TreeGridViewport.<>c__DisplayClass47_0.<MeasureOverride>b__0() at JetBrains.Util.ILoggerEx.Catch[TValue](ILogger thіs, Func1 F, ExceptionOrigin origin, LoggingLevel loggingLevel) at JetBrains.UI.Controls.TreeGrid.Revised.TreeGridViewport.MeasureOverride(Size availableSize) at System.Windows.FrameworkElement.MeasureCore(Size availableSize) at System.Windows.UIElement.Measure(Size availableSize) at System.Windows.ContextLayoutManager.UpdateLayout() at System.Windows.ContextLayoutManager.UpdateLayoutCallback(Object arg) at System.Windows.Media.MediaContext.InvokeOnRenderCallback.DoWork() at System.Windows.Media.MediaContext.FireInvokeOnRenderCallbacks() at System.Windows.Media.MediaContext.RenderMessageHandlerCore(Object resizedCompositionTarget) at System.Windows.Media.MediaContext.RenderMessageHandler(Object resizedCompositionTarget) 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) Tree: Branch: Node: Paylocity.CompensationManagement.WorkEngine.Tests.Business.Calculators (IsDisposed: True, IsInitialized: False) Node: Paylocity.CompensationManagement.WorkEngine.Tests.Business.Calculators (IsDisposed: True, IsInitialized: False) Node: Paylocity.CompensationManagement.WorkEngine.Tests.Business.Calculators (IsDisposed: True, IsInitialized: False) Node: Paylocity.CompensationManagement.WorkEngine.Tests.Business.Calculators (IsDisposed: True, IsInitialized: False)

--- EXCEPTION #1/1 [LoggerException]
Message = “
Invalid attempt to re-initialize already disposed node.
Model: JetBrains.ReSharper.UnitTestFramework.UI.VS.TreeModel.UnitTestSessionTree
Node: Node: 'JetBrains.ReSharper.UnitTestFramework.UnitTestElementNamespace' Children: 1
DataValue: Paylocity.CompensationManagement.WorkEngine.Tests.Business.Calculators
Stack: at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo)
at System.Environment.get_StackTrace()
at JetBrains.Application.UI.TreeModels.New.LiveTreeNode1.Initialize() at JetBrains.Application.UI.TreeModels.New.LiveTreeNode1.JetBrains.Application.UI.TreeModels.New.ITreeModelNode.get_Children()
at JetBrains.Platform.UIInteractive.Ide.TreeGridBrowser.Revised.TreeModelChildrenProvider.<>c__DisplayClass8_1.<.ctor>b__1()
at JetBrains.Platform.UIInteractive.Ide.TreeGridBrowser.Revised.TreeModelChildrenProvider.ChangeProvider1..ctor(Lifetime lifetime, Dispatcher dispatcher, INotifyPropertyChanged source, Func1 getSourceCollection)
at JetBrains.Platform.UIInteractive.Ide.TreeGridBrowser.Revised.TreeModelChildrenProvider.<>c__DisplayClass8_0.<.ctor>b__0(Object key)
at System.Runtime.CompilerServices.ConditionalWeakTable2.GetValue(TKey key, CreateValueCallback createValueCallback) at JetBrains.Platform.UIInteractive.Ide.TreeGridBrowser.Revised.TreeModelChildrenProvider.GetChangeProvider(Object node) at JetBrains.UI.Controls.TreeGrid.Revised.ArrangedChildrenProvider.ArrangedChildrenCollection.TrackChanges() at JetBrains.UI.Controls.TreeGrid.Revised.ArrangedChildrenProvider.ArrangedChildrenCollection.IndexOf(Object item) at JetBrains.UI.Controls.TreeGrid.Revised.ArrangedChildrenProvider.IndexOf(Object parent, Object child) at JetBrains.UI.Controls.TreeGrid.Revised.ItemsSource.Exists(Object item) at JetBrains.UI.Controls.TreeGrid.Revised.TreeGridView.Exists(Object item) at JetBrains.UI.Controls.TreeGrid.Revised.ItemsProjection.Has(Object item, Boolean coerceExpansion) at JetBrains.UI.Controls.TreeGrid.Revised.TreeGridViewport.<>c__DisplayClass17_0.<Layout>b__0() at JetBrains.UI.Controls.TreeGrid.Revised.TreeGridInterlayout.MeasureCycle(Action measure) at JetBrains.UI.Controls.TreeGrid.Revised.TreeGridViewport.Layout(Size availableSize, Object relativeItem, Double relativeItemOffset) at JetBrains.UI.Controls.TreeGrid.Revised.TreeGridViewport.<>c__DisplayClass47_0.<MeasureOverride>b__0() at JetBrains.Util.ILoggerEx.Catch[TValue](ILogger thіs, Func1 F, ExceptionOrigin origin, LoggingLevel loggingLevel)
at JetBrains.UI.Controls.TreeGrid.Revised.TreeGridViewport.MeasureOverride(Size availableSize)
at System.Windows.FrameworkElement.MeasureCore(Size availableSize)
at System.Windows.UIElement.Measure(Size availableSize)
at System.Windows.ContextLayoutManager.UpdateLayout()
at System.Windows.ContextLayoutManager.UpdateLayoutCallback(Object arg)
at System.Windows.Media.MediaContext.InvokeOnRenderCallback.DoWork()
at System.Windows.Media.MediaContext.FireInvokeOnRenderCallbacks()
at System.Windows.Media.MediaContext.RenderMessageHandlerCore(Object resizedCompositionTarget)
at System.Windows.Media.MediaContext.RenderMessageHandler(Object resizedCompositionTarget)
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)
Tree:
Branch:
Node: Paylocity.CompensationManagement.WorkEngine.Tests.Business.Calculators (IsDisposed: True, IsInitialized: False)

Node: Paylocity.CompensationManagement.WorkEngine.Tests.Business.Calculators (IsDisposed: True, IsInitialized: False)

  Node: Paylocity.CompensationManagement.WorkEngine.Tests.Business.Calculators (IsDisposed: True, IsInitialized: False)

    Node: Paylocity.CompensationManagement.WorkEngine.Tests.Business.Calculators (IsDisposed: True, IsInitialized: False)


ExceptionPath = Root
ClassName = JetBrains.Util.LoggerException
Data.ManagedThreadName = <NULL>
Data.SccRevisionShell = “<there are no packages matching the criteria>”
Data.HostProductInfo = “JetBrains ReSharper Ultimate 2019.1 EAP 5 Build 191.0.20190404.123435-eap05”
Data.SubProducts.#0 = “JetBrains dotTrace 2019.1 EAP 5 Build 2019.1.20190404.130036-eap05”
Data.SubProducts.#1 = “JetBrains ReSharper 2019.1 EAP 5 Build 2019.1.20190404.125914-eap05”
Data.SubProducts.#2 = “JetBrains dotMemory 2019.1 EAP 5 Build 2019.1.20190404.130133-eap05”
Data.SccRevisionEnv = “
Platform\Core\Shell:
git::refs/heads/191-eap5::adaf4c187394e8007c0374d03a1720ce06f0a134

Platform\VisualStudio:
git::refs/heads/191-eap5::a80948ed6b5fb3b392e44e0db9ca1cbed720d115

Data.VsVersion = 16.0.28803.156
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
at JetBrains.Application.UI.TreeModels.New.LiveTreeNode1.Initialize() at JetBrains.Application.UI.TreeModels.New.LiveTreeNode1.JetBrains.Application.UI.TreeModels.New.ITreeModelNode.get_Children()
at JetBrains.Platform.UIInteractive.Ide.TreeGridBrowser.Revised.TreeModelChildrenProvider.<>c__DisplayClass8_1.<.ctor>b__1()
at JetBrains.Platform.UIInteractive.Ide.TreeGridBrowser.Revised.TreeModelChildrenProvider.ChangeProvider1..ctor(Lifetime lifetime, Dispatcher dispatcher, INotifyPropertyChanged source, Func1 getSourceCollection)
at JetBrains.Platform.UIInteractive.Ide.TreeGridBrowser.Revised.TreeModelChildrenProvider.<>c__DisplayClass8_0.<.ctor>b__0(Object key)
at System.Runtime.CompilerServices.ConditionalWeakTable2.GetValue(TKey key, CreateValueCallback createValueCallback) at JetBrains.Platform.UIInteractive.Ide.TreeGridBrowser.Revised.TreeModelChildrenProvider.GetChangeProvider(Object node) at JetBrains.UI.Controls.TreeGrid.Revised.ArrangedChildrenProvider.ArrangedChildrenCollection.TrackChanges() at JetBrains.UI.Controls.TreeGrid.Revised.ArrangedChildrenProvider.ArrangedChildrenCollection.IndexOf(Object item) at JetBrains.UI.Controls.TreeGrid.Revised.ArrangedChildrenProvider.IndexOf(Object parent, Object child) at JetBrains.UI.Controls.TreeGrid.Revised.ItemsSource.Exists(Object item) at JetBrains.UI.Controls.TreeGrid.Revised.TreeGridView.Exists(Object item) at JetBrains.UI.Controls.TreeGrid.Revised.ItemsProjection.Has(Object item, Boolean coerceExpansion) at JetBrains.UI.Controls.TreeGrid.Revised.TreeGridViewport.<>c__DisplayClass17_0.<Layout>b__0() at JetBrains.UI.Controls.TreeGrid.Revised.TreeGridInterlayout.MeasureCycle(Action measure) at JetBrains.UI.Controls.TreeGrid.Revised.TreeGridViewport.Layout(Size availableSize, Object relativeItem, Double relativeItemOffset) at JetBrains.UI.Controls.TreeGrid.Revised.TreeGridViewport.<>c__DisplayClass47_0.<MeasureOverride>b__0() at JetBrains.Util.ILoggerEx.Catch[TValue](ILogger thіs, Func1 F, ExceptionOrigin origin, LoggingLevel loggingLevel)
at JetBrains.UI.Controls.TreeGrid.Revised.TreeGridViewport.MeasureOverride(Size availableSize)
at System.Windows.FrameworkElement.MeasureCore(Size availableSize)
at System.Windows.UIElement.Measure(Size availableSize)
at System.Windows.ContextLayoutManager.UpdateLayout()
at System.Windows.ContextLayoutManager.UpdateLayoutCallback(Object arg)
at System.Windows.Media.MediaContext.InvokeOnRenderCallback.DoWork()
at System.Windows.Media.MediaContext.FireInvokeOnRenderCallbacks()
at System.Windows.Media.MediaContext.RenderMessageHandlerCore(Object resizedCompositionTarget)
at System.Windows.Media.MediaContext.RenderMessageHandler(Object resizedCompositionTarget)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
at System.Windows.Threading.DispatcherOperation.InvokeImpl()
at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
at MS.Internal.CulturePreservingExecutionContext.CallbackWrapper(Object obj)
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at MS.Internal.CulturePreservingExecutionContext.Run(CulturePreservingExecutionContext executionContext, ContextCallback callback, Object state)
at System.Windows.Threading.DispatcherOperation.Invoke()
at System.Windows.Threading.Dispatcher.ProcessQueue()
at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)

RSRP-475498: This document hasn't been created over a project file. Parameter name: document Actual value was StackTraceExplorerEditor.Doqavyv.

$
0
0
Reporter Sergey Kuks (coox) Sergey Kuks (coox)
Created Jul 15, 2019, 11:14:15 AM
Updated Aug 2, 2019, 12:04:18 AM
Resolved Jul 23, 2019, 12:58:26 PM
Subsystem Debugger features
Assignee Andrew Vasilyev (Andrew.Vasilyev)
Priority Normal
State Fixed
Type Exception
Fix version 2019.2
Affected versions No Affected versions
Fixed In EAP 2019.2 EAP 6
VsVersion All Versions
Branch 192-debugger-bugfixes

ReSharperPlatformVs16 Wave 192 Hive _71afa0e5 — JetBrains ReSharper Ultimate 2019.2 EAP 4 D Build 192.0.20190715.5331-eap04d

JetBrains ReSharper 2019.2 EAP 4 D Build 2019.2.20190715.11512-eap04d
JetBrains ReSharper C++ 2019.2 EAP 4 D Build 2019.2.20190715.15823-eap04d

This document hasn't been created over a project file. Parameter name: document Actual value was StackTraceExplorerEditor.Doqavyv.

--- EXCEPTION #1/2 [ArgumentOutOfRangeException]
Message = “This document hasn't been created over a project file.”
ExceptionPath = Root.InnerException
ClassName = System.ArgumentOutOfRangeException
Data.Document = “
<ERROR> Argument passed in is not serializable.
Parameter name: value

Data.ThreadLocalDebugInfo = “Process TextControl”
Data.ReentrancyGuard.ActionName = “Process TextControl”
HResult = COR_E_ARGUMENTOUTOFRANGE=80131502
Source = JetBrains.Platform.DocumentManager
ParamName = document
ActualValue = StackTraceExplorerEditor.Doqavyv
StackTraceString = “
at JetBrains.DocumentManagers.DocumentsOnProjectFiles.GetProjectFile(IDocument document)
at JetBrains.PsiFeatures.VisualStudio.Debugger.VsDebugVisualizerComponent.<>c__DisplayClass23_0.<GetProjectFileGuarded>g__GetProjectFile|0()
at JetBrains.Application.Threading.IShellLocksEx.ExecuteWithReadLock[TValue](IShellLocks thіs, Func`1 F)
at JetBrains.PsiFeatures.VisualStudio.Debugger.VsDebugVisualizerComponent.GetProjectFileGuarded(IDocument document)
at JetBrains.PsiFeatures.VisualStudio.Debugger.VsDebugVisualizerComponent.<>c__DisplayClass24_1.<OnStackFrameChanged>b__5()
at JetBrains.Application.Threading.IShellLocksEx.ExecuteWithReadLock(IShellLocks thіs, Action F)
at JetBrains.Application.Threading.IShellLocksEx.<>c__DisplayClass5_0.<ExecuteOrQueueReadLock>b__0()
at JetBrains.Threading.ReentrancyGuardEx.<>c__DisplayClass0_1.<Queue>b__3()
at JetBrains.Threading.ReentrancyGuard.Execute(String name, Action action)

--- Outer ---

--- EXCEPTION #2/2 [LoggerException]
Message = “
This document hasn't been created over a project file.
Parameter name: document
Actual value was StackTraceExplorerEditor.Doqavyv.

ExceptionPath = Root
ClassName = JetBrains.Util.LoggerException
Data.ManagedThreadName = <NULL>
Data.SccRevisionShell = “<there are no packages matching the criteria>”
Data.HostProductInfo = “JetBrains ReSharper Ultimate 2019.2 EAP 4 D Build 192.0.20190715.5331-eap04d”
Data.SubProducts.#0 = “JetBrains ReSharper C++ 2019.2 EAP 4 D Build 2019.2.20190715.15823-eap04d”
Data.SubProducts.#1 = “JetBrains ReSharper 2019.2 EAP 4 D Build 2019.2.20190715.11512-eap04d”
Data.SccRevisionEnv = “
Platform\Core\Shell:
git::refs/heads/192

Platform\VisualStudio:
git::refs/heads/192::c2f9cf4ede0fcce508fabed10c78038448408fff

Data.VsVersion = 16.1.29102.190
InnerException = “Exception #1 at Root.InnerException”
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
at JetBrains.Threading.ReentrancyGuard.Execute(String name, Action action)
at JetBrains.Threading.ReentrancyGuard.ExecutePendingActions()
at JetBrains.Threading.JetDispatcher.Closure.Execute()
at JetBrains.Util.Concurrency.WinJetDispatcher.ProcessQueue(Int32 nMinBucket)
at JetBrains.Util.Concurrency.WinJetDispatcher.<>c__DisplayClass18_0.<BeginInvokeCore>b__0()
at System.Windows.Threading.DispatcherOperation.InvokeDelegateCore()
at System.Windows.Threading.DispatcherOperation.InvokeImpl()
at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
at MS.Internal.CulturePreservingExecutionContext.CallbackWrapper(Object obj)
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at MS.Internal.CulturePreservingExecutionContext.Run(CulturePreservingExecutionContext executionContext, ContextCallback callback, Object state)
at System.Windows.Threading.DispatcherOperation.Invoke()
at System.Windows.Threading.Dispatcher.ProcessQueue()
at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)

RSRP-474475: Import Type Does Not Work as Expected for Generic Types

$
0
0
Reporter Michael DeMond (Mike-EEE76) Michael DeMond (Mike-EEE76)
Created Apr 28, 2019, 8:39:24 AM
Updated Aug 2, 2019, 12:52:32 AM
Subsystem Psi - C#
Assignee Olga Lukianova (olka)
Priority Critical
State Fixed In Branch
Type Bug
Fix version 2019.2
Affected versions No Affected versions
Fixed In EAP Undefined
VsVersion All Versions
Branch 192-fixes

Video of this here:
https://youtu.be/A_5T00qVFzI

I would expect the import to happen, along with adding brackets for the user, placing the cursor in between the brackets:

IsOf<$END$>

RSRP-474848: [Performance Report] Razor Intellisense getting slower

$
0
0
Reporter Michael Rowley (mikerowley) Michael Rowley (mikerowley)
Created May 26, 2019, 12:47:31 AM
Updated Aug 2, 2019, 12:52:58 AM
Subsystem Psi - C#
Assignee Olga Lukianova (olka)
Priority Show-stopper
State Open
Type Performance Problem
Fix version 2019.3
Affected versions No Affected versions
Fixed In EAP Undefined
VsVersion All Versions
Branch No branch

Evaluator: True
OS Version: Microsoft Windows NT 10.0.17763.0
Product: dotTrace, Version: 2019.1.20190501.125303
Product: ReSharper, Version: 2019.1.20190501.124844
Time Zone: Mountain Standard Time

Description
The longer I use it the slower it seems to get. I rebooted about 30 minutes ago and its just a slow as before the reboot. This is now as slow as the EAP releases a month ago.

RSRP-471957: [Performance Report] ReSharper intellisense extremely slow in class method with lots of lambdas

$
0
0
Reporter Jakub Holovsky (JakubHolovsky) Jakub Holovsky (JakubHolovsky)
Created Oct 23, 2018, 5:14:31 PM
Updated Aug 2, 2019, 12:53:13 AM
Subsystem No Subsystem
Assignee Olga Lukianova (olka)
Priority Show-stopper
State Open
Type Performance Problem
Fix version 2019.3
Affected versions No Affected versions
Fixed In EAP Undefined
VsVersion All Versions
Branch No branch
Evaluator: False
OS Version: Microsoft Windows NT 10.0.17134.0
Product: ReSharper, Version: 2018.2.20180912.160227
Time Zone: Central Europe Standard Time

Description

I observe this happening in our AutoMapper configuration class where there is a lot of lambdas.
I am attaching the class to this issue so you can have a look at it.

Steps to reproduce:
1) create class with method that contains a lot of lambdas
2) observe that anytime intellisense kicks in it's EXTREMELY slow and sluggish, basically unusable
3) disable ReSharper
4) observe that intellisense in the same class method kicks in quick with no lags

Here is a recording that shows the whole issue:
https://jakubholovsky.tinytake.com/sf/MzAxMDM0N185MDIxNzc3

RSRP-474775: ReSharper 2019.1.1 Incorrectly Completes Generic Member, Resulting in Error

$
0
0
Reporter Michael DeMond (Mike-EEE76) Michael DeMond (Mike-EEE76)
Created May 18, 2019, 7:36:53 AM
Updated Aug 2, 2019, 1:00:19 AM
Resolved Aug 2, 2019, 1:00:19 AM
Subsystem IntelliSense (Code Completion)
Assignee Alexander Shvedov (shvedov)
Priority Critical
State Fixed
Type Bug
Fix version 2019.2
Affected versions No Affected versions
Fixed In EAP Undefined
VsVersion All Versions
Branch 192-struct-access

https://youtu.be/oYNeMK612Dg

This worked correctly in 2018.3.x.

RSRP-475710: [Performance Report] Freezes when typing

$
0
0
Reporter ReSharper anonymous (resharper) ReSharper anonymous (resharper)
Created Jul 30, 2019, 9:27:16 PM
Updated Aug 2, 2019, 1:00:21 AM
Resolved Aug 2, 2019, 1:00:21 AM
Subsystem Navigation - Search (Find Usages)
Assignee Alexander Ulitin (alexander.ulitin)
Priority Show-stopper
State Fixed
Type Performance Problem
Fix version 2019.2
Affected versions No Affected versions
Fixed In EAP Undefined
VsVersion All Versions
Branch 192-au-performance

Evaluator: False
OS Version: Microsoft Windows NT 10.0.17763.0
Product: ReSharper, Version: 2019.1.20190704.215325
Time Zone: Eastern Standard Time

Description
It will occasionally freeze when typing. Then Visual studio will recommend disabling resharper.


RSRP-474734: Cleanup adds red code into .ascx file

$
0
0
Reporter Alexandra Kuks (Asia.Rudenko) Alexandra Kuks (Asia.Rudenko)
Created May 15, 2019, 3:46:20 PM
Updated Aug 2, 2019, 3:15:42 AM
Subsystem Code Style - Cleanup
Assignee Dmitry Osinovsky (Dmitry.Osinovsky)
Priority Normal
State Fixed In Branch
Type Bug
Fix version 2019.2
Affected versions No Affected versions
Fixed In EAP Undefined
VsVersion All Versions
Branch No branch
1. Create a new ASP.NET Web Forms Application, add an .ascx file to it
2. Replace its content with a snippet (in the first comment); SWEA is green
3. Right-click on this file in solution explorer, select Cleanup Code / Full Cleanup - ReSharper adds three methods to the file that cause red code (the result is in the second comment).
Cleanup settings are default, I've resetted the settings.

RSRP-473538: TextView has disconnected from TextControl on TextViewDataChanged.

$
0
0
Reporter Konstantin Katsnelson (Konstantin.Katsnelson) Konstantin Katsnelson (Konstantin.Katsnelson)
Created Jan 14, 2019, 12:53:45 AM
Updated Aug 2, 2019, 4:54:01 AM
Resolved Feb 20, 2019, 6:03:34 PM
Subsystem No Subsystem
Assignee Unassigned
Priority Normal
State Duplicate
Type Exception
Fix version No Fix versions
Affected versions No Affected versions
Fixed In EAP Undefined
VsVersion All Versions
Branch No branch

ReSharperPlatformVs15 Wave 191 Hive _06492400 — JetBrains ReSharper Ultimate 2019.1 EAP 1 D Build 191.0.20181225.191051-eap01d

JetBrains dotMemory 2019.1 EAP 1 D Build 2019.1.20181226.113218-eap01d
JetBrains dotTrace 2019.1 EAP 1 D Build 2019.1.20181226.113425-eap01d
JetBrains ReSharper 2019.1 EAP 1 D Build 2019.1.20181225.192846-eap01d

TextView has disconnected from TextControl on TextViewDataChanged.

--- EXCEPTION #1/1 [LoggerException]
Message = “TextView has disconnected from TextControl on TextViewDataChanged.”
ExceptionPath = Root
ClassName = JetBrains.Util.LoggerException
Data.ManagedThreadName = <NULL>
Data.SccRevisionShell = “<there are no packages matching the criteria>”
Data.HostProductInfo = “JetBrains ReSharper Ultimate 2019.1 EAP 1 D Build 191.0.20181225.191051-eap01d”
Data.SubProducts.#0 = “JetBrains dotTrace 2019.1 EAP 1 D Build 2019.1.20181226.113425-eap01d”
Data.SubProducts.#1 = “JetBrains ReSharper 2019.1 EAP 1 D Build 2019.1.20181225.192846-eap01d”
Data.SubProducts.#2 = “JetBrains dotMemory 2019.1 EAP 1 D Build 2019.1.20181226.113218-eap01d”
Data.SccRevisionEnv = “
Platform\Core\Shell:
git::refs/heads/191::1992d3df6aaa6cf8bd99b1cf23c2c7fa5e28c3a9

Platform\VisualStudio:
git::refs/heads/191::ef002ed33fee6b21fed399055bbbc7c9da681684

Data.VsVersion = 15.9.28307.145
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
at JetBrains.Application.Threading.IShellLocksEx.ExecuteWithReadLock(IShellLocks thіs, Action F)
at JetBrains.Platform.VisualStudio.SinceVs10.TextControl.AttachTextControlsToTextViews.VsTextViewDataForTextControlCollectorDevTen.<>c__DisplayClass0_1.<.ctor>b__6(EventArgs1 args) at JetBrains.DataFlow.Signal1.NotifySinks(TValue payload)
at JetBrains.DataFlow.Signal1.Fire(TValue value, Object cookie) at JetBrains.DataFlow.Signal1.Fire(TValue value)
at JetBrains.Platform.VisualStudio.SinceVs10.TextControl.AttachTextControlsToTextViews.TrackVsTextViewDataForTextControlChangesEx.<>c__DisplayClass0_0.<FireTextViewDataChanged>b__0()
at JetBrains.Application.Threading.IShellLocksEx.ExecuteWithReadLock(IShellLocks thіs, Action F)
at JetBrains.Application.Threading.IShellLocksEx.<>c__DisplayClass5_0.<ExecuteOrQueueReadLock>b__0()
at JetBrains.Threading.ReentrancyGuardEx.<>c__DisplayClass0_1.<Queue>b__3()
at JetBrains.Threading.ReentrancyGuard.Execute(String name, Action action)
at JetBrains.Threading.ReentrancyGuard.ExecutePendingActions()
at JetBrains.Threading.JetDispatcher.Closure.Execute()
at JetBrains.Util.Concurrency.WinJetDispatcher.ProcessQueue(Int32 nMinBucket)
at JetBrains.Util.Concurrency.WinJetDispatcher.<>c__DisplayClass18_0.<BeginInvokeCore>b__0()
at System.Windows.Threading.DispatcherOperation.InvokeDelegateCore()
at System.Windows.Threading.DispatcherOperation.InvokeImpl()
at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
at MS.Internal.CulturePreservingExecutionContext.CallbackWrapper(Object obj)
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at MS.Internal.CulturePreservingExecutionContext.Run(CulturePreservingExecutionContext executionContext, ContextCallback callback, Object state)
at System.Windows.Threading.DispatcherOperation.Invoke()
at System.Windows.Threading.Dispatcher.ProcessQueue()
at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)

RSRP-474534: Add Highlighting Pattern dialog

$
0
0
Reporter Tatyana Lunegova (lunega) Tatyana Lunegova (lunega)
Created Apr 30, 2019, 8:04:47 PM
Updated Aug 2, 2019, 5:15:46 AM
Subsystem Platform - VS Integration
Assignee Serge Baltic (baltic)
Priority Critical
State In Progress
Type Bug
Fix version 2019.2
Affected versions No Affected versions
Fixed In EAP Undefined
VsVersion All Versions
Branch No branch

R# Options -> Code Inspections -> Custom Patterns - Add pattern
Preview

In VS 16.0.2 the window and all controls in it are too big.

RSRP-474535: Search with Pattern

$
0
0
Reporter Tatyana Lunegova (lunega) Tatyana Lunegova (lunega)
Created Apr 30, 2019, 8:10:31 PM
Updated Aug 2, 2019, 5:15:52 AM
Subsystem Platform - VS Integration
Assignee Serge Baltic (baltic)
Priority Critical
State In Progress
Type Bug
Fix version 2019.2
Affected versions No Affected versions
Fixed In EAP Undefined
VsVersion All Versions
Branch No branch

Preview

In VS16.0.2 the window and all its control are too big.

RSRP-475211: False Invalid member type in XAML context binding

$
0
0
Reporter Angelina Elycheva (Angelina.Elycheva) Angelina Elycheva (Angelina.Elycheva)
Created Jun 27, 2019, 1:00:30 AM
Updated Aug 2, 2019, 8:41:51 AM
Resolved Aug 2, 2019, 8:41:50 AM
Subsystem XAML
Assignee Sergey Kuks (coox)
Priority Critical
State Fixed
Type Bug
Fix version 2019.2
Affected versions 2019.1.2
Fixed In EAP Undefined
VsVersion All Versions
Branch 192-qx-18-xaml
1. Open attached project
2. Navigate to Page1 XAML file

Result ButtonTextColour is highlighted as Invalid member type, see attached screenshot

RSRP-474514: R# Intellisense doesn't understand named arguments before positional parameters

$
0
0
Reporter Sam Rueby (Sam.Rueby) Sam Rueby (Sam.Rueby)
Created Apr 30, 2019, 6:18:11 PM
Updated Aug 2, 2019, 8:42:18 AM
Resolved Aug 2, 2019, 8:42:18 AM
Subsystem Parameter Info
Assignee Sergey Kuks (coox)
Priority Critical
State Fixed
Type Bug
Fix version 2019.2
Affected versions 2019.1.1
Fixed In EAP Undefined
VsVersion All Versions
Branch 192-qx-18-xaml

See attached GIF. This code compiles. Notice that R# intellisense bolds the incorrect parameter.

RSRP-475697: [Performance Report] Editor and UI freezes

$
0
0
Reporter Mike Vesenmaier (mvesenmaier) Mike Vesenmaier (mvesenmaier)
Created Jul 30, 2019, 10:03:00 AM
Updated Aug 2, 2019, 8:47:28 AM
Resolved Aug 2, 2019, 8:47:28 AM
Subsystem No Subsystem
Assignee Sergey Kuks (coox)
Priority Show-stopper
State Can't Reproduce
Type Performance Problem
Fix version 2019.2
Affected versions No Affected versions
Fixed In EAP Undefined
VsVersion All Versions
Branch No branch

Evaluator: False
OS Version: Microsoft Windows NT 6.1.7601 Service Pack 1
Product: dotCover, Version: 2019.1.20190709.203515
Product: dotTrace, Version: 2019.1.20190709.203521
Product: ReSharperCpp, Version: 2019.1.20190704.215334
Product: ReSharper, Version: 2019.1.20190704.215325
Product: dotMemory, Version: 2019.1.20190709.203538
Time Zone: Mitteleuropäische Zeit

Description
Since I've upgraded from VS2015 to VS2019 the VS UI lags behind every few seconds while typing. I can basically sit back and watch as the words appear on the UI 1-2 seconds after I typed them in. I've adjusted some of my settings according to your article 'Speeding Up ReSharper', but the lags still happen.


RSRP-475731: Generate / New Folder doesn't do anything on solution folder

$
0
0
Reporter Alexandra Kuks (Asia.Rudenko) Alexandra Kuks (Asia.Rudenko)
Created Aug 1, 2019, 12:21:03 PM
Updated Aug 2, 2019, 8:49:10 AM
Subsystem Generate
Assignee Slava Tutushkin (slava.tutushkin)
Priority Normal
State Submitted
Type Bug
Fix version Backlog
Affected versions No Affected versions
Fixed In EAP Undefined
VsVersion All Versions
Branch No branch
  1. create solution folder with either VS or R#
  2. select the folder, press Alt + Insert / New Folder - nothing happens

RSRP-475739: sizing of the results columns in the newest version 2019.2 is broken.

$
0
0
Reporter Craig Main (Craig.Main) Craig Main (Craig.Main)
Created Aug 1, 2019, 3:56:25 PM
Updated Aug 2, 2019, 9:11:43 AM
Subsystem No Subsystem
Assignee Unassigned
Priority Normal
State Open
Type Unspecified
Fix version No Fix versions
Affected versions No Affected versions
Fixed In EAP Undefined
VsVersion All Versions
Branch No branch

When a query is first executed, the columns are not sized correctly for readability, which in past versions they were.

There are huge tracts of real estate wasted, and I have to now scroll all over creation to read the results.
What's more, if I change the where clause and execute the query again, the columns all crawl up in size eventually making the results unreadable.
What's more, is that the new Service window changes are not always enabling / disabling the commit and rollback icons... this is less annoying.

RSRP-472930: Input string was not in a correct format.

$
0
0
Reporter Lilia Shamsutdinova (Lilia.Shamsutdinova) Lilia Shamsutdinova (Lilia.Shamsutdinova)
Created Jan 11, 2019, 6:28:18 PM
Updated Aug 2, 2019, 9:28:54 AM
Subsystem Platform - VS Integration
Assignee Serge Baltic (baltic)
Priority Normal
State Submitted
Type Exception
Fix version No Fix versions
Affected versions 2019.1
Fixed In EAP Undefined
VsVersion All Versions
Branch No branch

ReSharperPlatformVs15 Wave 191 Hive _3f3919c0 — JetBrains ReSharper Ultimate 2019.1 EAP 1 D Build 191.0.20190111.40047-eap01d

JetBrains dotCover 2019.1 EAP 1 D Build 2019.1.20190111.50605-eap01d
JetBrains dotMemory 2019.1 EAP 1 D Build 2019.1.20190111.50604-eap01d
JetBrains dotTrace 2019.1 EAP 1 D Build 2019.1.20190111.50606-eap01d
JetBrains ReSharper 2019.1 EAP 1 D Build 2019.1.20190111.41215-eap01d
JetBrains ReSharper C++ 2019.1 EAP 1 D Build 2019.1.20190111.41215-eap01d
JetBrains TeamCity Add-in 2019.1 EAP 1 D Build 2019.1.20190111.41217-eap01d

Input string was not in a correct format.

--- EXCEPTION #1/2 [FormatException]
Message = “Input string was not in a correct format.”
ExceptionPath = Root.InnerException
ClassName = System.FormatException
HResult = COR_E_FORMAT=80131537
Source = mscorlib
StackTraceString = “
at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
at System.Number.ParseUInt32(String value, NumberStyles options, NumberFormatInfo numfmt)
at Ankh.Selection.SelectionItemMap.SelectionMapHierarchy.ParseCanonicalName(String pszName, UInt32& pitemid)
at JetBrains.VsIntegration.Interop.Shim.VsShell.Shell.Hierarchy.VsHierarchyItemEx.GetHierarchyItemsWithTheSamePath(VsHierarchyItem hitem)
at JetBrains.VsIntegration.ProjectDocuments.Projects.Builder.ProjectModelSynchronizer.<>c__DisplayClass73_0.<ReloadFilePropertiesAsync>b__0()
at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)

--- Outer ---

--- EXCEPTION #2/2 [LoggerException]
Message = “Input string was not in a correct format.”
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 2019.1 EAP 1 D Build 191.0.20190111.40047-eap01d”
Data.SubProducts.#0 = “JetBrains dotCover 2019.1 EAP 1 D Build 2019.1.20190111.50605-eap01d”
Data.SubProducts.#1 = “JetBrains dotTrace 2019.1 EAP 1 D Build 2019.1.20190111.50606-eap01d”
Data.SubProducts.#2 = “JetBrains ReSharper C++ 2019.1 EAP 1 D Build 2019.1.20190111.41215-eap01d”
Data.SubProducts.#3 = “JetBrains TeamCity Add-in 2019.1 EAP 1 D Build 2019.1.20190111.41217-eap01d”
Data.SubProducts.#4 = “JetBrains ReSharper 2019.1 EAP 1 D Build 2019.1.20190111.41215-eap01d”
Data.SubProducts.#5 = “JetBrains dotMemory 2019.1 EAP 1 D Build 2019.1.20190111.50604-eap01d”
Data.SccRevisionEnv = “
Platform\Core\Shell:
git::refs/heads/191::740187895295b6afa12db39d42a07e016e70c515

Platform\VisualStudio:
git::refs/heads/191::5eefffe03a9ab94e496e1caa3b159cc2a16195ec

Data.VsVersion = 15.9.28307.280
InnerException = “Exception #1 at Root.InnerException”
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
at JetBrains.VsIntegration.Interop.VsInteropController.ExecuteActionsUnderProperLock(Boolean isWriteLockTaken)
at JetBrains.VsIntegration.Interop.VsInteropController.<ExecuteActionsUnderReadLockOrReschedule>b__20_0()
at JetBrains.Application.Threading.IShellLocksEx.ExecuteWithReadLock(IShellLocks thіs, Action F)
at JetBrains.VsIntegration.Interop.VsInteropController.ExecuteActionsUnderReadLockOrReschedule()
at JetBrains.Util.Concurrency.UnguardedCallbackMerger.<>c__DisplayClass8_1.<ExecuteOrQueueOrMerge>b__0()
at JetBrains.Threading.ReentrancyGuardEx.<>c__DisplayClass0_1.<Queue>b__3()
at JetBrains.Threading.ReentrancyGuard.Execute(String name, Action action)
at JetBrains.Threading.ReentrancyGuard.ExecutePendingActions()
at JetBrains.Threading.JetDispatcher.Closure.Execute()
at JetBrains.Util.Concurrency.WinJetDispatcher.ProcessQueue(Int32 nMinBucket)
at JetBrains.Util.Concurrency.WinJetDispatcher.<>c__DisplayClass18_0.<BeginInvokeCore>b__0()
at System.Windows.Threading.DispatcherOperation.InvokeDelegateCore()
at System.Windows.Threading.DispatcherOperation.InvokeImpl()
at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
at MS.Internal.CulturePreservingExecutionContext.CallbackWrapper(Object obj)
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at MS.Internal.CulturePreservingExecutionContext.Run(CulturePreservingExecutionContext executionContext, ContextCallback callback, Object state)
at System.Windows.Threading.DispatcherOperation.Invoke()
at System.Windows.Threading.Dispatcher.ProcessQueue()
at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)

RSRP-473865: Value cannot be null. Parameter name: dataPrev

$
0
0
Reporter Lilia Shamsutdinova (Lilia.Shamsutdinova) Lilia Shamsutdinova (Lilia.Shamsutdinova)
Created Mar 13, 2019, 3:02:25 PM
Updated Aug 2, 2019, 9:29:16 AM
Resolved Jul 24, 2019, 3:16:52 PM
Subsystem Refactorings
Assignee Denis Korneev (Denis.Korneev)
Priority Critical
State Fixed
Type Exception
Fix version 2019.2
Affected versions 2019.1
Fixed In EAP 2019.2 EAP 5
VsVersion All Versions
Branch 192-dk-fixes05-2

ReSharperPlatformVs16 Wave 191 Hive _5d462a52 — JetBrains ReSharper Ultimate 2019.1 EAP 2 D Build 191.0.20190312.213716-eap02d

JetBrains dotCover 2019.1 EAP 2 D Build 2019.1.20190312.215640-eap02d
JetBrains dotMemory 2019.1 EAP 2 D Build 2019.1.20190312.215649-eap02d
JetBrains dotTrace 2019.1 EAP 2 D Build 2019.1.20190312.215646-eap02d
JetBrains ReSharper 2019.1 EAP 2 D Build 2019.1.20190312.215156-eap02d
JetBrains ReSharper C++ 2019.1 EAP 2 D Build 2019.1.20190312.215156-eap02d
JetBrains TeamCity Add-in 2019.1 EAP 2 D Build 2019.1.20190312.215152-eap02d

SubProducts.0 = JetBrains dotCover 2019.1 EAP 2 D Build 2019.1.20190312.215640-eap02d
SubProducts.1 = JetBrains dotTrace 2019.1 EAP 2 D Build 2019.1.20190312.215646-eap02d
SubProducts.2 = JetBrains ReSharper C++ 2019.1 EAP 2 D Build 2019.1.20190312.215156-eap02d
SubProducts.3 = JetBrains TeamCity Add-in 2019.1 EAP 2 D Build 2019.1.20190312.215152-eap02d
SubProducts.4 = JetBrains ReSharper 2019.1 EAP 2 D Build 2019.1.20190312.215156-eap02d
SubProducts.5 = JetBrains dotMemory 2019.1 EAP 2 D Build 2019.1.20190312.215649-eap02d

Value cannot be null. Parameter name: dataPrev

--- EXCEPTION #1/2 [ArgumentNullException]
Message = “Value cannot be null.”
ExceptionPath = Root.InnerException
ClassName = System.ArgumentNullException
HResult = E_POINTER=COR_E_NULLREFERENCE=80004003
Source = JetBrains.PsiFeatures.UIInteractive.Core
ParamName = dataPrev
StackTraceString = “
at JetBrains.PsiFeatures.UIInteractive.Core.Hyperlink.HyperlinkManager.<>c__DisplayClass0_3.<.ctor>g__Dispatch|7(TextControlMouseEventArgs dataPrev, TextControlMouseEventArgs data, Boolean isFriendlyGuarded)
at JetBrains.PsiFeatures.UIInteractive.Core.Hyperlink.HyperlinkManager.<>c__DisplayClass0_3.<.ctor>b__8(PropertyChangedEventArgs1 args) at JetBrains.DataFlow.IPropertySignalEx.<>c__DisplayClass9_01.<Advise_NoAcknowledgement>b__0(PropertyChangedEventArgs1 args) at JetBrains.DataFlow.Signal1.NotifySinks(TValue payload)

--- Outer ---

--- EXCEPTION #2/2 [LoggerException]
Message = “
Value cannot be null.
Parameter name: dataPrev

ExceptionPath = Root
ClassName = JetBrains.Util.LoggerException
Data.ManagedThreadName = <NULL>
Data.SccRevisionShell = “<there are no packages matching the criteria>”
Data.HostProductInfo = “JetBrains ReSharper Ultimate 2019.1 EAP 2 D Build 191.0.20190312.213716-eap02d”
Data.SubProducts.#0 = “JetBrains dotCover 2019.1 EAP 2 D Build 2019.1.20190312.215640-eap02d”
Data.SubProducts.#1 = “JetBrains dotTrace 2019.1 EAP 2 D Build 2019.1.20190312.215646-eap02d”
Data.SubProducts.#2 = “JetBrains ReSharper C++ 2019.1 EAP 2 D Build 2019.1.20190312.215156-eap02d”
Data.SubProducts.#3 = “JetBrains TeamCity Add-in 2019.1 EAP 2 D Build 2019.1.20190312.215152-eap02d”
Data.SubProducts.#4 = “JetBrains ReSharper 2019.1 EAP 2 D Build 2019.1.20190312.215156-eap02d”
Data.SubProducts.#5 = “JetBrains dotMemory 2019.1 EAP 2 D Build 2019.1.20190312.215649-eap02d”
Data.SccRevisionEnv = “
Platform\Core\Shell:
git::refs/heads/191

Platform\VisualStudio:
git::refs/heads/191::c97bae8e63dfd1e7996293130ad6fb72d06e7607

Data.VsVersion = 16.0.28711.60
Data.VsPreview = True
InnerException = “Exception #1 at Root.InnerException”
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
at JetBrains.DataFlow.Signal1.NotifySinks(TValue payload) at JetBrains.DataFlow.Signal1.Fire(TValue value, Object cookie)
at JetBrains.DataFlow.Property1.FireChange(TValue old, TValue new, Object cookie) at JetBrains.DataFlow.Property1.SetValue(TValue value, Object cookie)
at JetBrains.DataFlow.Property`1.set_Value(TValue value)
at JetBrains.TextControl.WinFormsImpl.CanvasControl.WndProc(Message& m)
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)

RSRP-474083: Lifetime `StandaloneTextControl` [Terminated, executing=0, resources=0]: can't add termination action if lifetime terminating or terminated (Status >

$
0
0
Reporter Tatyana Lunegova (lunega) Tatyana Lunegova (lunega)
Created Mar 28, 2019, 5:01:10 PM
Updated Aug 2, 2019, 9:30:16 AM
Resolved Jul 24, 2019, 3:15:44 PM
Subsystem Refactorings
Assignee Denis Korneev (Denis.Korneev)
Priority Critical
State Fixed
Type Exception
Fix version 2019.2
Affected versions 2019.1
Fixed In EAP 2019.2 EAP 5
VsVersion All Versions
Branch No branch

ReSharperPlatformVs16 Wave 191 Hive _404524e1 — JetBrains ReSharper Ultimate 2019.1 EAP 4 D Build 191.0.20190328.53228-eap04d

JetBrains dotCover 2019.1 EAP 4 D Build 2019.1.20190328.55052-eap04d
JetBrains dotMemory 2019.1 EAP 4 D Build 2019.1.20190328.55046-eap04d
JetBrains dotTrace 2019.1 EAP 4 D Build 2019.1.20190328.55050-eap04d
JetBrains ReSharper 2019.1 EAP 4 D Build 2019.1.20190328.54715-eap04d
JetBrains ReSharper C++ 2019.1 EAP 4 D Build 2019.1.20190328.54714-eap04d

Lifetime StandaloneTextControl [Terminated, executing=0, resources=0]: can't add termination action if lifetime terminating or terminated (Status > Canceled); you can consider usage of TryOnTermination

--- EXCEPTION #1/2 [InvalidOperationException]
Message = “Lifetime StandaloneTextControl [Terminated, executing=0, resources=0]: can't add termination action if lifetime terminating or terminated (Status > Canceled); you can consider usage of TryOnTermination
ExceptionPath = Root.InnerException
ClassName = System.InvalidOperationException
Data.ThreadLocalDebugInfo = CodePreview.SetText
Data.ReentrancyGuard.ActionName = CodePreview.SetText
HResult = COR_E_INVALIDOPERATION=80131509
Source = JetBrains.Platform.RdCore
StackTraceString = “
at JetBrains.Lifetimes.LifetimeDefinition.OnTermination(Object action)
at JetBrains.Application.Components.ComponentContainer..ctor(Lifetime lifetime, String id, IInitializationStrategy initializationStrategy, IComponentAccessPolicy accesspolicy)
at JetBrains.Application.Components.FactoryComponentContainer.CreateInstanceCore(Lifetime lifetime, Type type, IComponentContainer parent, Object[] args)
at JetBrains.Application.Components.FactoryComponentContainer.CreateInstance(Lifetime lifetime, Type objecttype, IComponentContainer parent, Object[] args)
at JetBrains.Application.Components.FactoryComponentContainer.CreateInstance[TInstance](Lifetime lifetime, IComponentContainer parent, Object[] args)
at JetBrains.TextControl.WinFormsImpl.TextControlCreator.CreateTextControl[TTextControl](CreateTextControlParams1 param) at JetBrains.Platform.VisualStudio.SinceVs10.TextControl.VsTextControlCreatorDevTen.CreateTextControl[TTextControl](CreateTextControlParams1 param)
at JetBrains.TextControl.TextControlsManagement.TextControlManager.CreateTextControl[TTextControl](CreateTextControlParams1 param) at JetBrains.PsiFeatures.UIInteractive.Core.Controls.TextControlWithLanguageViewControl.<>c__DisplayClass2_0.<OnRenderView>b__1() at JetBrains.Application.Threading.IShellLocksEx.ExecuteWithReadLock[TValue](IShellLocks thіs, Func1 F)
at JetBrains.PsiFeatures.UIInteractive.Core.Controls.TextControlWithLanguageViewControl.<>c__DisplayClass2_0.<OnRenderView>b__0()
at JetBrains.Threading.ReentrancyGuard.Execute(String name, Action action)

--- Outer ---

--- EXCEPTION #2/2 [LoggerException]
Message = “Lifetime StandaloneTextControl [Terminated, executing=0, resources=0]: can't add termination action if lifetime terminating or terminated (Status > Canceled); you can consider usage of TryOnTermination
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 2019.1 EAP 4 D Build 191.0.20190328.53228-eap04d”
Data.SubProducts.#0 = “JetBrains dotCover 2019.1 EAP 4 D Build 2019.1.20190328.55052-eap04d”
Data.SubProducts.#1 = “JetBrains dotTrace 2019.1 EAP 4 D Build 2019.1.20190328.55050-eap04d”
Data.SubProducts.#2 = “JetBrains ReSharper C++ 2019.1 EAP 4 D Build 2019.1.20190328.54714-eap04d”
Data.SubProducts.#3 = “JetBrains ReSharper 2019.1 EAP 4 D Build 2019.1.20190328.54715-eap04d”
Data.SubProducts.#4 = “JetBrains dotMemory 2019.1 EAP 4 D Build 2019.1.20190328.55046-eap04d”
Data.SccRevisionEnv = “
Platform\Core\Shell:
git::refs/heads/191::c27d9766051bf5b832c1abeeb2232fbd542ff322

Platform\VisualStudio:
git::refs/heads/191

Data.VsVersion = 16.0.28721.148
Data.VsPreview = True
InnerException = “Exception #1 at Root.InnerException”
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
at JetBrains.Threading.ReentrancyGuard.Execute(String name, Action action)
at JetBrains.Threading.ReentrancyGuard.ExecutePendingActions()
at JetBrains.Threading.JetDispatcher.Closure.Execute()
at JetBrains.Util.Concurrency.WinJetDispatcher.ProcessQueue(Int32 nMinBucket)
at JetBrains.Util.Concurrency.WinJetDispatcher.<>c__DisplayClass18_0.<BeginInvokeCore>b__0()
at System.Windows.Threading.DispatcherOperation.InvokeDelegateCore()
at System.Windows.Threading.DispatcherOperation.InvokeImpl()
at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
at MS.Internal.CulturePreservingExecutionContext.CallbackWrapper(Object obj)
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at MS.Internal.CulturePreservingExecutionContext.Run(CulturePreservingExecutionContext executionContext, ContextCallback callback, Object state)
at System.Windows.Threading.DispatcherOperation.Invoke()
at System.Windows.Threading.Dispatcher.ProcessQueue()
at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)

Viewing all 106942 articles
Browse latest View live


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