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

RSRP-474029: EAP2: No focus in code CleanUp window

$
0
0
Reporter Alexandra Guk (Alexandra.Guk) Alexandra Guk (Alexandra.Guk)
Created Mar 25, 2019, 3:44:03 PM
Updated Apr 1, 2019, 10:46:03 AM
Resolved Apr 1, 2019, 10:46:03 AM
Subsystem Code Style - Cleanup
Assignee Daniel Degtyarev (daniel.degtyarev)
Priority Normal
State Fixed
Type Bug
Fix version 2019.1
Affected versions 2019.1
Fixed In EAP Undefined
VsVersion All Versions
Branch 191-degtyarev-RSRP-474029
Regression: Focus in prev. Version was correct, so that I could switch the Settings Profiles with Key up/Down -> Now Focus is somewhere else


  • ReSharper | Edit | CleanUp Code (Ctrl+Alt+F)
  • press Down/Up
Expected Result: selection of Profile changed to second one and back
Actual result: press Tab before Down to change profile selection

RSRP-474102: Unhandled exception when using inspectcode 2018.3.4

$
0
0
Reporter Alexandra Guk (Alexandra.Guk) Alexandra Guk (Alexandra.Guk)
Created Mar 29, 2019, 12:32:07 PM
Updated Apr 1, 2019, 10:59:53 AM
Subsystem Code Analysis
Assignee Ivan Serduk (IvanSerduk)
Priority Normal
State Open
Type Bug
Fix version No Fix versions
Affected versions 2018.3.4
Fixed In EAP Undefined
VsVersion All Versions
Branch No branch
When attempting to use the latest versions of inspectcode on our build machines we hit the following exception, this problem doesn't happen when analysing the same code using version 2018.1.2

Starting: C:\TeamCity\BuildAgent\tools\jetbrains.resharper-clt.2018.3.4\tools\inspectcode.exe

[Step 4/8] Analyzer 'JetBrains.ReSharper.Daemon.CSharp.Stages.Analysis.IsExpressionProblemAnalyzer' thrown exception: An item with the same key has already been added.

— EXCEPTION #1/2 [ArgumentException]
Message = "An item with the same key has already been added."
ExceptionPath = Root.InnerException
ClassName = System.ArgumentException
HResult = E_INVALIDARG=COR_E_ARGUMENT=80070057
Source = mscorlib
StackTraceString = "
 at System.ThrowHelper.ThrowArgumentException(ExceptionResource resource)
 at System.ThrowHelper.ThrowArgumentException(ExceptionResource resource)
 at System.Collections.Generic.Dictionary`2.Insert(TKey key, TValue value, Boolean add)
 at JetBrains.ReSharper.Psi.Util.HierarchyUtil.CreateSubstitutionForSubtype(ISubstitution ancestorSubstitution, ISubstitution sourceSubstitution)
 at JetBrains.ReSharper.Psi.Util.HierarchyUtil.GetAncestorSubstitution(ITypeElement subTypeElement, ITypeElement t, ISubstitution s)
 at JetBrains.ReSharper.Psi.Util.HierarchyUtil.IsCompatibleType(ITypeElement subTypeElement, ITypeElement t1, ISubstitution s1, ITypeElement t2, ISubstitution s2)
 at JetBrains.ReSharper.Psi.Util.HierarchyUtil.HaveCommonSubtypeInHierarchy(ITypeElement t1, ISubstitution s1, ITypeElement t2, ISubstitution s2)
 at JetBrains.ReSharper.Psi.Util.HierarchyUtil.HaveCommonSubtype(IExpressionType type1, IExpressionType type2)
 at JetBrains.ReSharper.Daemon.CSharp.Stages.Analysis.IsExpressionProblemAnalyzer.CheckTypeCompatibility(IIsExpression isExpression, IExpressionType operandExpressionType, IType isType, ElementProblemAnalyzerData data, IHighlightingConsumer consumer)
 at JetBrains.ReSharper.Daemon.CSharp.Stages.Analysis.IsExpressionProblemAnalyzer.Run(IIsExpression isExpression, ElementProblemAnalyzerData data, IHighlightingConsumer consumer)
 at JetBrains.ReSharper.Feature.Services.Daemon.ElementProblemAnalyzerRegistrar.ElementAnalyzerDispatcher.Run(ITreeNode element, IHighlightingConsumer consumer)
"

RSRP-474120: [Performance Report] https://resharper-support.jetbrains.com/hc/requests/1995591

$
0
0
Reporter Juergen Schnauffer (juergen.schnauffer) Juergen Schnauffer (juergen.schnauffer)
Created Apr 1, 2019, 11:16:38 AM
Updated Apr 1, 2019, 11:16:39 AM
Subsystem No Subsystem
Assignee Sergey Kuks (coox)
Priority Show-stopper
State Open
Type Performance Problem
Fix version 2019.1
Affected versions No Affected versions
Fixed In EAP Undefined
VsVersion All Versions
Branch No branch

Evaluator: False
OS Version: Microsoft Windows NT 10.0.16299.0
Product: dotCover, Version: 2018.3.20190304.45822
Product: dotTrace, Version: 2018.3.20190304.45704
Product: ReSharperCpp, Version: 2018.3.20190304.45348
Product: ReSharper, Version: 2018.3.20190304.45354
Product: dotMemory, Version: 2018.3.20190304.45658
Time Zone: W. Europe Standard Time

Description
Hello Alexandra,

thank you for your reply. Hopefully I've done the required steps as mentioned in https://resharper-support.jetbrains.com/hc/en-us/articles/210652849-Collect-Timeline-performance-snapshot-in-Visual-Studio.

Best regards,

Juergen

RSRP-474100: Cannot resolve symbol OxyPlot.Wpf.ScatterSeries

$
0
0
Reporter leremin (leremin) leremin (leremin)
Created Mar 29, 2019, 11:58:39 AM
Updated Apr 1, 2019, 11:20:38 AM
Resolved Apr 1, 2019, 11:20:38 AM
Subsystem XAML
Assignee Sergey Kuks (coox)
Priority Normal
State Fixed
Type Bug
Fix version 2019.1
Affected versions No Affected versions
Fixed In EAP Undefined
VsVersion All Versions
Branch 191-qx-24-misc

I'm using OxyPlot.Wpf.Plot in xaml:
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
<oxy:Plot>
<oxy:Plot.Series>
<oxy:LineSeries Name="Series1"/>
<oxy:ScatterSeries Name="Series2"/>
<oxy:ScatterSeries x:Name="Series3"/>
</oxy:Plot.Series>
</oxy:Plot>

Code behind:
this.Series1 - ok
this.Series2 - Cannot resolve symbol 'Series2'
this.Series3 - ok

E.g. OxyPlot.Wpf.ScatterSeries has error if i use Name, but has not error if i use x:Name. All another series has not error in Name and x:Name also
Error was be in Resharper 2018.3 and some previous versions

RSRP-474099: Navigated to decompiled sources with Goto Declaration

$
0
0
Reporter Sergey Kuks (coox) Sergey Kuks (coox)
Created Mar 29, 2019, 11:52:50 AM
Updated Apr 1, 2019, 11:20:51 AM
Resolved Apr 1, 2019, 11:20:51 AM
Subsystem Code Analysis - C#
Assignee Dmitry Ivanov (daivanov)
Priority Critical
State Fixed
Type Bug
Fix version 2019.1
Affected versions No Affected versions
Fixed In EAP Undefined
VsVersion All Versions
Branch 191-qx-24-misc
SubProducts.0 = JetBrains ReSharper 2019.1 EAP 4 D Build 2019.1.20190329.21406-eap04d

Value cannot be null. Parameter name: project

— EXCEPTION #1/2 [ArgumentNullException]
Message = “Value cannot be null.”
ExceptionPath = Root.InnerException
ClassName = System.ArgumentNullException
Data.ThreadLocalDebugInfo = FilesAndFoldersToSkip.FolderAdded
Data.ReentrancyGuard.ActionName = FilesAndFoldersToSkip.FolderAdded
HResult = E_POINTER=COR_E_NULLREFERENCE=80004003
Source = JetBrains.Platform.ProjectModel
ParamName = project
StackTraceString = “
 at JetBrains.ProjectModel.Settings.Cache.SettingsCacheManager.GetCache(IProjectModelElement project)
 at JetBrains.ProjectModel.Settings.Cache.SettingsCacheManager.GetCache(IProjectModelElement project)
 at JetBrains.ReSharper.Psi.GeneratedCode.DaemonExcludedFilesManager.GetInfo(IProjectModelElement projectModelElement)
 at JetBrains.ReSharper.Daemon.Impl.DaemonImpl.<OnFolderAddedToSkip>b__32_0()
 at JetBrains.Application.Threading.IShellLocksEx.ExecuteWithReadLock(IShellLocks thіs, Action F)
 at JetBrains.Application.Threading.IShellLocksEx.<>c__DisplayClass3_0.<ExecuteOrQueueReadLockEx>b__0()
 at JetBrains.Threading.ReentrancyGuardEx.<>c__DisplayClass6_1.<ExecuteOrQueueOrRunSync>b__2()
 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 = “
Value cannot be null.
Parameter name: project

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 4 D Build 191.0.20190329.15929-eap04d”
Data.SubProducts.#0 = “JetBrains ReSharper 2019.1 EAP 4 D Build 2019.1.20190329.21406-eap04d”
Data.SccRevisionEnv = “
Platform\Core\Shell,
Platform\VisualStudio:
    git::refs/heads/191::00f23fe7e3413cb2f78230cf44229fbf54b7caa3

Data.VsVersion = 16.0.28721.148
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.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-445847: R# should provide support for StaticResources defined in DesignTimeResources.xaml

$
0
0
Reporter Chris Andritzky (Chris_Andritzky) Chris Andritzky (Chris_Andritzky)
Created Jul 27, 2015, 8:29:15 PM
Updated Apr 1, 2019, 11:27:13 AM
Subsystem XAML
Assignee Alexander Shvedov (shvedov)
Priority Normal
State Submitted
Type Feature
Fix version No Fix versions
Affected versions No Affected versions
Fixed In EAP Undefined
VsVersion All Versions
Branch No branch
It would be great if R# would provide support for StaticResources defined in DesignTimeResources.xaml in the VS XAML editor.
Currently it shows StaticResource keys underlined with a blue squiggle though the StaticResource is perfectly OK both at runtime and at design time (both VS Cider and Expression Blend).

Found with R# 9.1.2 Ultimate, VS2013 Update 4, Expression Blend for VS2013

RSRP-473841: Specifying /cp at the end of a text search to search within the current project produces no results.

$
0
0
Reporter pierre best (pierrebest) pierre best (pierrebest)
Created Mar 12, 2019, 1:45:47 PM
Updated Apr 1, 2019, 11:32:48 AM
Resolved Apr 1, 2019, 11:32:47 AM
Subsystem Navigation - Global
Assignee Alexander Ulitin (alexander.ulitin)
Priority Normal
State Can't Reproduce
Type Bug
Fix version No Fix versions
Affected versions No Affected versions
Fixed In EAP Undefined
VsVersion All Versions
Branch No branch
If I search for a string with "Find Text", I see matches that fall within all my projects. If I then specify /cp at the end of the match (I separate the /cp from the search text with a space), the search shows no results.

RSRP-474121: "Convert to auto-property" suggestion is not updated after typing inside method

$
0
0
Reporter Ivan Serduk (IvanSerduk) Ivan Serduk (IvanSerduk)
Created Apr 1, 2019, 12:03:56 PM
Updated Apr 1, 2019, 12:03:56 PM
Subsystem Code Analysis - C#
Assignee Ivan Serduk (IvanSerduk)
Priority Critical
State Submitted
Type Bug
Fix version 2019.1
Affected versions No Affected versions
Fixed In EAP Undefined
VsVersion All Versions
Branch No branch
Uncomment code inside method "GetColor".
Expected: suggestion "Convert to auto-property" on "BackgourndColor" is removed
Actual: Suggestion is shown
class Shape
{
private Color bgColor;

public Color BackgroundColor
{
get { return bgColor; }
set { bgColor = value; }
}


public Shape(Color background)
{
bgColor = background;
}

public ref Color GetColor()
{
//return ref bgColor; // uncomment this line
}
}

internal class Color
{
}

RSRP-473043: Inplace usage analyzer should get rid of setting "Solution-Wide Inspections" in projects properties

$
0
0
Reporter Ivan Serduk (IvanSerduk) Ivan Serduk (IvanSerduk)
Created Jan 18, 2019, 4:11:13 PM
Updated Apr 1, 2019, 12:04:37 PM
Resolved Apr 1, 2019, 12:04:37 PM
Subsystem Code Analysis
Assignee Ivan Serduk (IvanSerduk)
Priority Critical
State Fixed
Type Bug
Fix version 2019.1
Affected versions No Affected versions
Fixed In EAP Undefined
VsVersion All Versions
Branch 191-duke-bugfix
Inplace usage analyzer should not show "unused typemember" warning if "Solution-Wide Inspections" is Off (or internal-only)
https://jbs.zendesk.com/agent/tickets/1899155

RSRP-472399: One or more errors occurred. Collection was modified; enumeration operation may not execute.

$
0
0
Reporter Lilia Shamsutdinova (Lilia.Shamsutdinova) Lilia Shamsutdinova (Lilia.Shamsutdinova)
Created Nov 7, 2018, 12:00:18 PM
Updated Apr 1, 2019, 12:17:51 PM
Subsystem Psi - C#
Assignee Slava Trenogin (derigel)
Priority Critical
State Reopened
Type Exception
Fix version 2019.1
Affected versions No Affected versions
Fixed In EAP Undefined
VsVersion All Versions
Branch No branch
ReSharperPlatformVs15 Wave 183 Hive _3f3919c0ProjectModel — JetBrains ReSharper Ultimate 2018.3 EAP 6 D Build 183.0.20181106.164833-eap06d

JetBrains ReSharper 2018.3 EAP 6 D Build 2018.3.20181106.170219-eap06d

One or more errors occurred. Collection was modified; enumeration operation may not execute.

— EXCEPTION #1/3 [InvalidOperationException]
Message = “Collection was modified; enumeration operation may not execute.”
ExceptionPath.1 = Root.InnerException.InnerException
ExceptionPath.2 = Root.InnerException.InnerExceptions.#0
ClassName = System.InvalidOperationException
HResult = COR_E_INVALIDOPERATION=80131509
Source = mscorlib
StackTraceString = “
 at System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource)
 at System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource)
 at System.Collections.Generic.List`1.Enumerator.MoveNextRare()
 at System.Collections.Generic.List`1.Enumerator.MoveNext()
 at JetBrains.ReSharper.Feature.Services.Asp.CustomReferences.MvcViewReference`2.GetReferenceSymbolTable(Boolean useReferenceName)
 at JetBrains.ReSharper.Feature.Services.Asp.CustomReferences.MyReferenceBase`1.ResolveWithoutCache()
 at JetBrains.ReSharper.Feature.Services.Asp.CustomReferences.MvcViewReference`2.ResolveWithoutCache()
 at JetBrains.ReSharper.Psi.ExtensionsAPI.Resolve.TreeReferenceBase`1.ResolveWithoutCache(TreeReferenceBase`1 reference)
 at JetBrains.ReSharper.Psi.ExtensionsAPI.Resolve.ResolveUtil.ResolveWithCache[T](T reference, Func`2 resolveWithoutCache)
 at JetBrains.ReSharper.Psi.ExtensionsAPI.Resolve.TreeReferenceBase`1.Resolve()
 at JetBrains.ReSharper.Daemon.CSharp.Stages.Resolve.ResolveProblemHighlighter.CheckForResolveProblems(IHighlightingConsumer consumer, IReference reference)
 at JetBrains.ReSharper.Daemon.CSharp.Stages.Resolve.ResolveProblemHighlighter.CheckForResolveProblems(ITreeNode element, IHighlightingConsumer consumer, ReferenceCollection references)
 at JetBrains.ReSharper.Daemon.CSharp.Stages.IdentifierHighlighterProcess.VisitNode(ITreeNode element, IHighlightingConsumer consumer)
 at JetBrains.ReSharper.Psi.CSharp.Tree.TreeNodeVisitor`1.VisitCSharpExpression(ICSharpExpression cSharpExpressionParam, TContext context)
 at JetBrains.ReSharper.Psi.CSharp.Tree.TreeNodeVisitor`1.VisitUnaryExpression(IUnaryExpression unaryExpressionParam, TContext context)
 at JetBrains.ReSharper.Psi.CSharp.Tree.TreeNodeVisitor`1.VisitPrimaryExpression(IPrimaryExpression primaryExpressionParam, TContext context)
 at JetBrains.ReSharper.Psi.CSharp.Tree.TreeNodeVisitor`1.VisitCSharpLiteralExpression(ICSharpLiteralExpression cSharpLiteralExpressionParam, TContext context)
 at JetBrains.ReSharper.Psi.CSharp.Impl.Tree.CSharpLiteralExpression.Accept[TContext](TreeNodeVisitor`1 visitor, TContext context)
 at JetBrains.ReSharper.Daemon.CSharp.Stages.CSharpDaemonStageProcessBase.ProcessAfterInterior(ITreeNode element, IHighlightingConsumer consumer)
 at JetBrains.ReSharper.Daemon.CSharp.Stages.CSharpIncrementalDaemonStageProcessBase.ProcessorBase.ProcessAfterInterior(ITreeNode element)
 at JetBrains.ReSharper.Psi.RecursiveElementProcessorExtensions.ProcessDescendants(ITreeNode root, IRecursiveElementProcessor processor)
 at JetBrains.ReSharper.Psi.RecursiveElementProcessorExtensions.ProcessThisAndDescendants(ITreeNode root, IRecursiveElementProcessor processor)
at JetBrains.ReSharper.Daemon.CSharp.Stages.CSharpIncrementalDaemonStageProcessBase.<>c__DisplayClass4_0.<Execute>g__MemberHighlighter|0(ICSharpTypeMemberDeclaration declaration)
 at JetBrains.ReSharper.Daemon.CSharp.Stages.CSharpIncrementalDaemonStageProcessBase.<>c__DisplayClass4_2.<Execute>b__3()
 at JetBrains.ReSharper.Daemon.CSharp.Stages.CSharpIncrementalDaemonStageProcessBase.<>c__DisplayClass4_2.<Execute>b__3()
 at JetBrains.ReSharper.Psi.Extensions.<>c__DisplayClass0_0.<EnqueueJob>b__0()
 at JetBrains.Application.Threading.Tasks.TaskHost.AccessViolationCatcher(Action action)
 at JetBrains.Application.Threading.Tasks.TaskHost.<>c__DisplayClass33_0.<Create>b__1(Object state)
 at System.Threading.Tasks.Task.InnerInvoke()
 at System.Threading.Tasks.Task.Execute()


— Outer —

— EXCEPTION #2/3 [AggregateException]
Message = “One or more errors occurred.”
ExceptionPath = Root.InnerException
ClassName = System.AggregateException
InnerException = “Exception #1 at Root.InnerException.InnerException”
HResult = COR_E_EXCEPTION=80131500
Source = JetBrains.Platform.Core
InnerExceptions.#0 = “Exception #1 at Root.InnerException.InnerException”
StackTraceString = “
 at JetBrains.Application.Threading.Tasks.TaskBarrier.DisposeUnmanagedResources()
 at JetBrains.Application.Threading.Tasks.TaskBarrier.DisposeUnmanagedResources()
 at JetBrains.Util.SafeDisposable.DisposeInternal()
 at JetBrains.Util.SafeDisposable.Dispose()
 at JetBrains.ReSharper.Daemon.CSharp.Stages.CSharpIncrementalDaemonStageProcessBase.Execute(Action`1 committer)
 at JetBrains.ReSharper.Daemon.CSharp.Stages.IdentifierHighlighterProcess.Execute(Action`1 committer)
 at JetBrains.ReSharper.Feature.Services.Daemon.DaemonProcessBase.RunStage(IDaemonStage stage, DaemonProcessKind processKind, Action`2 commiter, IContextBoundSettingsStore contextBoundSettingsStore, JetHashSet`1 disabledStages)


— Outer —

— EXCEPTION #3/3 [LoggerException]
Message = “One or more errors occurred.”
ExceptionPath = Root
ClassName = JetBrains.Util.LoggerException
Data.ManagedThreadName = “JetPool(L) #4”
Data.SccRevisionShell = “<there are no packages matching the criteria>”
Data.HostProductInfo = “JetBrains ReSharper Ultimate 2018.3 EAP 6 D Build 183.0.20181106.164833-eap06d”
Data.SubProducts.#0 = “JetBrains ReSharper 2018.3 EAP 6 D Build 2018.3.20181106.170219-eap06d”
Data.SccRevisionEnv = “
Platform\Core\Shell,
Platform\VisualStudio:
    git::refs/heads/183-deferred-projects

Data.VsVersion = 15.8.28010.2050
InnerException = “Exception #2 at Root.InnerException”
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
 at JetBrains.ReSharper.Feature.Services.Daemon.DaemonProcessBase.RunStage(IDaemonStage stage, DaemonProcessKind processKind, Action`2 commiter, IContextBoundSettingsStore contextBoundSettingsStore, JetHashSet`1 disabledStages)
at JetBrains.ReSharper.Feature.Services.Daemon.DaemonProcessBase.<>c__DisplayClass47_1.<DoHighlighting>g__Stage|2(IDaemonStage stage)
 at JetBrains.ReSharper.Feature.Services.Daemon.DaemonProcessBase.<>c__DisplayClass49_1.<PrepareRunActionForStages>b__0()
 at JetBrains.ReSharper.Feature.Services.Daemon.DaemonProcessBase.<>c__DisplayClass49_1.<PrepareRunActionForStages>b__0()
 at JetBrains.Application.Threading.Tasks.TaskBarrier.<>c__DisplayClass22_1.<EnqueueDependentJobs>b__2()
 at JetBrains.Application.Threading.Tasks.TaskHost.AccessViolationCatcher(Action action)
 at JetBrains.Application.Threading.Tasks.TaskHost.<>c__DisplayClass33_0.<Create>b__1(Object state)
 at System.Threading.Tasks.Task.InnerInvoke()
 at System.Threading.Tasks.Task.Execute()
 at System.Threading.Tasks.Task.ExecutionContextCallback(Object obj)
 at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
 at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
 at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot)
 at System.Threading.Tasks.Task.ExecuteEntry(Boolean bPreventDoubleExecution)
 at System.Threading.Tasks.TaskScheduler.TryExecuteTask(Task task)
 at JetBrains.Application.Threading.Tasks.Scheduler.JetScheduler.ExecuteTask(Task task)
 at JetBrains.Application.Threading.Tasks.Scheduler.JetSchedulerThread.EnqueueNextTask()
 at JetBrains.Application.Threading.Tasks.Scheduler.JetSchedulerThread.ThreadPoolProc()
at ANNOTATED: JetBrains.Application.Threading.Tasks.Scheduler.JetSchedulerThread #A.JetPool(L) #4(Action )
 at JetBrains.Util.Reflection.CallStackAnnotation.InvokeAnnotated(String classNameOfNewFrame, String methodNameOfNewFrame, Action actionToAnnotate)
 at JetBrains.Util.Reflection.CallStackAnnotation.CatchAnnotatedInvocation[TClassOfNewFrame](String methodNameOfNewFrame, Action actionToAnnotate)
 at JetBrains.Application.Threading.Tasks.Scheduler.JetSchedulerThread.<Start>b__20_0()
 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()

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

$
0
0
Reporter ReSharper anonymous (resharper) ReSharper anonymous (resharper)
Created Jul 6, 2018, 8:06:46 AM
Updated Apr 1, 2019, 12:18:20 PM
Subsystem Debugger features
Assignee Alexander Ulitin (alexander.ulitin)
Priority Normal
State Submitted
Type Exception
Fix version No Fix versions
Affected versions 2018.2
Fixed In EAP Undefined
VsVersion All Versions
Branch No branch
ReSharperPlatformVs14 Wave 182 — JetBrains ReSharper Ultimate 2018.2 EAP 1 Build 182.0.20180628.124316-eap01

JetBrains dotMemory 182 Build 182.0.20180628.132247-eap01
JetBrains dotTrace 182 Build 182.0.20180628.132215-eap01
JetBrains ReSharper 182 Build 182.0.20180628.125556-eap01

Object reference not set to an instance of an object.

— EXCEPTION #1/2 [NullReferenceException]
Message = “Object reference not set to an instance of an object.”
ExceptionPath = Root.InnerException
ClassName = System.NullReferenceException
HResult = E_POINTER=COR_E_NULLREFERENCE=80004003
Source = JetBrains.PsiFeatures.VisualStudio.Debugger
StackTraceString = “
 at JetBrains.PsiFeatures.VisualStudio.Debugger.Breakpoints.VsBreakpointsSynchronizer.Synchronize()
 at JetBrains.PsiFeatures.VisualStudio.Debugger.Breakpoints.VsBreakpointsSynchronizer.Synchronize()
 at JetBrains.PsiFeatures.VisualStudio.Debugger.Breakpoints.VsBreakpointsSynchronizer.<.ctor>b__26_0()
 at JetBrains.DataFlow.ISignalEx.<>c__DisplayClass0_0`1.<Advise>b__0(TValue value)
 at JetBrains.DataFlow.Signal`1.NotifySinks(TValue payload)


— Outer —

— EXCEPTION #2/2 [LoggerException]
Message = “Object reference not set to an instance of an object.”
ExceptionPath = Root
ClassName = JetBrains.Util.LoggerException
Data.ManagedThreadName = <NULL>
Data.SccRevisionShell = “<there are no packages matching the criteria>”
Data.HostProductInfo = “JetBrains ReSharper Ultimate 2018.2 EAP 1 Build 182.0.20180628.124316-eap01”
Data.SubProducts.#0 = “JetBrains dotTrace 182 Build 182.0.20180628.132215-eap01”
Data.SubProducts.#1 = “JetBrains ReSharper 182 Build 182.0.20180628.125556-eap01”
Data.SubProducts.#2 = “JetBrains dotMemory 182 Build 182.0.20180628.132247-eap01”
Data.SccRevisionEnv = “
Platform\Core\Shell:
    git::refs/heads/182-eap1::389b2b0a5d2b33c46224f8f1850bc61276990d1e


Platform\VisualStudio:
    git::refs/heads/182-eap1

Data.VsVersion = 14.0.25431.1
InnerException = “Exception #1 at Root.InnerException”
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
 at JetBrains.DataFlow.Signal`1.NotifySinks(TValue payload)
 at JetBrains.DataFlow.Signal`1.NotifySinks(TValue payload)
 at JetBrains.DataFlow.Signal`1.Fire(TValue value, Object cookie)
 at JetBrains.Threading.GroupingEvent.Execute()
 at JetBrains.Threading.GroupingEventHost.ExecuteExpiredEvents()
 at JetBrains.Threading.GroupingEventHost.<OnClockTimerTick>b__22_0()
 at JetBrains.Threading.ReentrancyGuard.Execute(String name, Action action)
 at JetBrains.Threading.ReentrancyGuard.ExecuteOrQueue(String name, Action action, TaskPriority priority)
 at JetBrains.Threading.GroupingEventHost.OnClockTimerTick()
 at JetBrains.Threading.GroupingEventHost.ClockTimer.OnTimerTick(Object sender, EventArgs e)
 at System.Windows.Forms.Timer.OnTick(EventArgs e)
 at System.Windows.Forms.Timer.TimerNativeWindow.WndProc(Message& m)
 at System.Windows.Forms.NativeWindow.DebuggableCallback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

RSRP-474124: SSR dialog in dark theme looks weird

$
0
0
Reporter Sergey Kuks (coox) Sergey Kuks (coox)
Created Apr 1, 2019, 12:32:30 PM
Updated Apr 1, 2019, 12:32:30 PM
Subsystem Structured Patterns (SSR)
Assignee Daniel Degtyarev (daniel.degtyarev)
Priority Normal
State Submitted
Type Bug
Fix version No Fix versions
Affected versions No Affected versions
Fixed In EAP Undefined
VsVersion All Versions
Branch No branch

RSRP-473969: False positive error when assigning an index of Memory.Span

$
0
0
Reporter Alexander Barney (thealexbarney) Alexander Barney (thealexbarney)
Created Mar 20, 2019, 4:16:32 AM
Updated Apr 1, 2019, 12:54:40 PM
Resolved Apr 1, 2019, 12:54:39 PM
Subsystem Code Analysis - C#
Assignee Ivan Serduk (IvanSerduk)
Priority Show-stopper
State Fixed
Type Bug
Fix version 2019.1
Affected versions 2018.3.4
Fixed In EAP Undefined
VsVersion VS 2017
Branch 191-duke-bugfix

The following code causes ReSharper to incorrectly give the error The property 'System.Memory<T>.Span' has no setter

Memory<byte> mem = new byte[0x10];
mem.Span[0] = 7;

RSRP-473981: Rider deletes assigned-but-unused local variables without checking if they are actually used in code

$
0
0
Reporter Emil Ibragimov (buraindo) Emil Ibragimov (buraindo)
Created Mar 20, 2019, 7:45:39 PM
Updated Apr 1, 2019, 12:55:43 PM
Subsystem Code Analysis
Assignee Ivan Serduk (IvanSerduk)
Priority Normal
State Fixed In Branch
Type Bug
Fix version 2019.1
Affected versions No Affected versions
Fixed In EAP Undefined
VsVersion All Versions
Branch 191-duke-bugfix

Version: RD-183.6092.12
Timezone: Europe/Moscow
Evaluation: false
Environment: RD-183.6092.12, JRE 1.8.0_152-release-1343-b28x64 JetBrains s.r.o, OS Windows 10(amd64) v10.0 , screens 1280x720

As you can see on the screenshots below, Rider suggested to remove an assigned-but-unused variable 'read' and deleted it non-safely, having it's occurrences left in code.

RSRP-473152: Using directives are not aligned after removing redundant

$
0
0
Reporter Sergey Kuks (coox) Sergey Kuks (coox)
Created Jan 27, 2019, 11:40:18 AM
Updated Apr 1, 2019, 1:08:13 PM
Subsystem Code Style - Formatter
Assignee Dmitry Osinovsky (Dmitry.Osinovsky)
Priority Show-stopper
State Submitted
Type Bug
Fix version 2019.2
Affected versions No Affected versions
Fixed In EAP Undefined
VsVersion All Versions
Branch No branch

Before quick fix:

After:


RSRP-473768: The signal cannot be raised with Null because it is the default state of the signal.

$
0
0
Reporter Maltseva Ekaterina (Maltseva.Ekaterina) Maltseva Ekaterina (Maltseva.Ekaterina)
Created Mar 7, 2019, 12:56:22 PM
Updated Apr 1, 2019, 1:45:46 PM
Subsystem Platform - VS Integration
Assignee Serge Baltic (baltic)
Priority Show-stopper
State Submitted
Type Exception
Fix version 2019.1
Affected versions No Affected versions
Fixed In EAP Undefined
VsVersion All Versions
Branch No branch

ReSharperPlatformVs15 Wave 191 Hive _8ca9bb57 — JetBrains ReSharper Ultimate 2019.1 EAP 1 D Build 191.0.20190307.30113-eap01d

JetBrains dotMemory 2019.1 EAP 1 D Build 2019.1.20190307.40639-eap01d
JetBrains dotTrace 2019.1 EAP 1 D Build 2019.1.20190307.40646-eap01d
JetBrains ReSharper 2019.1 EAP 1 D Build 2019.1.20190307.40109-eap01d
JetBrains ReSharper C++ 2019.1 EAP 1 D Build 2019.1.20190307.40049-eap01d
JetBrains TeamCity Add-in 2019.1 EAP 1 D Build 2019.1.20190307.40109-eap01d

The signal cannot be raised with Null because it is the default state of the signal.

--- EXCEPTION #1/2 [ArgumentException]
Message = “The signal cannot be raised with Null because it is the default state of the signal.”
ExceptionPath = Root.InnerException
ClassName = System.ArgumentException
Data.SignalID = ScrollingRequest::ScrollToRequested
Data.ThreadLocalDebugInfo = OleCommandTargetExec
HResult = E_INVALIDARG=COR_E_ARGUMENT=80070057
Source = JetBrains.Platform.Core
StackTraceString = “
at JetBrains.DataFlow.Signal1.Fire(TValue value, Object cookie) at JetBrains.DataFlow.Signal1.Fire(TValue value)
at JetBrains.TextControl.AnonymousTextControl.JetBrains.TextControl.ITextControlScrolling.ScrollTo(ITextControlPos position, TextControlScrollType scrollType)
at JetBrains.TextControl.Layout.TextControlPopupWindowContext.CreateLayouter(Lifetime lifetime)
at JetBrains.UI.PopupLayout.PopupFormController.<>c__DisplayClass27_0.<AttachEvents>b__0()
at JetBrains.Lifetimes.LifetimeDefinition.Bracket(Action opening, Action closing)
at JetBrains.UI.PopupLayout.PopupFormController.AttachEvents(IWindowsHookManager hookManager, PopupWindowManager popupWindowManager)
at JetBrains.UI.PopupLayout.PopupFormController..ctor(LifetimeDefinition lifetimeDefinition, Form form, IPopupWindowContext context, HideFlags hideflags, Boolean wantsfocus, PopupWindowMutex mutex, IIsApplicationActiveState isApplicationActiveState, IWindowsHookManager hookManager, PopupWindowManager popupWindowManager)
at JetBrains.UI.PopupLayout.PopupWindowManager.CreatePopupWindow(LifetimeDefinition lifetimeDefinition, Form form, IPopupWindowContext context, HideFlags hideflags, Boolean wantsfocus, PopupWindowMutex mutex)
at JetBrains.UI.Controls.GotoByName.GotoByNameMenu..ctor(GotoByNameMenuComponent gotoByNameMenuComponent, LifetimeDefinition lifetimeDefinition, GotoByNameModel model, IWin32Window ownerwin, SearchTextData initialSearchTextData, IPopupWindowContext customPopupWindowContext)
at JetBrains.PsiFeatures.UIInteractive.Features.Intentions.Bulb.GotoActionAltEnterHandler.<>c__DisplayClass9_0.<HandleAction>b__0(LifetimeDefinition definition)
at JetBrains.Lifetimes.Lifetime.Define(Lifetime lifetime, String id, Action1 atomicAction) at JetBrains.PsiFeatures.UIInteractive.Features.Intentions.Bulb.GotoActionAltEnterHandler.HandleAction(IDataContext context) at JetBrains.ReSharper.Intentions.Bulbs.AltEnterHandlers.HandleAction(IDataContext context) at JetBrains.ReSharper.Intentions.Bulbs.AltEnterActionHandler.Execute(IDataContext context, DelegateExecute nextExecute) at JetBrains.Application.UI.ActionsRevised.Handlers.ExecutableActionEvaluator.Execute(IAction action, IReadOnlyCollection1 allActions, IDataContext dataContext)
at JetBrains.Application.UI.ActionsRevised.Handlers.EvaluatedAction.ExecuteWithoutRequirements()
at JetBrains.Application.UI.ActionsRevised.Handlers.EvaluatedAction.<>c__DisplayClass21_1.<PrepareRequirementsAsync>b__0()

--- Outer ---

--- EXCEPTION #2/2 [LoggerException]
Message = “The signal cannot be raised with Null because it is the default state of the signal.”
ExceptionPath = Root
ClassName = JetBrains.Util.LoggerException
Data.ManagedThreadName = <NULL>
Data.LastExtension = html
Data.SccRevisionShell = “<there are no packages matching the criteria>”
Data.HostProductInfo = “JetBrains ReSharper Ultimate 2019.1 EAP 1 D Build 191.0.20190307.30113-eap01d”
Data.SubProducts.#0 = “JetBrains dotTrace 2019.1 EAP 1 D Build 2019.1.20190307.40646-eap01d”
Data.SubProducts.#1 = “JetBrains ReSharper C++ 2019.1 EAP 1 D Build 2019.1.20190307.40049-eap01d”
Data.SubProducts.#2 = “JetBrains TeamCity Add-in 2019.1 EAP 1 D Build 2019.1.20190307.40109-eap01d”
Data.SubProducts.#3 = “JetBrains ReSharper 2019.1 EAP 1 D Build 2019.1.20190307.40109-eap01d”
Data.SubProducts.#4 = “JetBrains dotMemory 2019.1 EAP 1 D Build 2019.1.20190307.40639-eap01d”
Data.SccRevisionEnv = “
Platform\Core\Shell:
git::refs/heads/191::31b814773440c285da4fc4cc20bf82a8455a4927

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

Data.VsVersion = 15.9.28307.481
InnerException = “Exception #1 at Root.InnerException”
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
at JetBrains.Application.UI.ActionsRevised.Handlers.EvaluatedAction.<>c__DisplayClass21_1.<PrepareRequirementsAsync>b__0()
at JetBrains.Application.UI.ActionSystem.ActionsRevised.Handlers.RequirementsManager.ExecuteActionAsync(IActionRequirement requirement, Action continueWith, Action failWith, Boolean reSharperIsThinking)
at JetBrains.Application.UI.ActionsRevised.Handlers.EvaluatedAction.PrepareRequirementsAsync(OuterLifetime lifetime, Func1 executeWhenRequirementsReady, Action1 failWith)
at JetBrains.Application.UI.ActionsRevised.Handlers.EvaluatedAction.Execute()
at JetBrains.VsIntegration.Shell.Actions.Revised.VsOleCommandTargetHandler.<>c__DisplayClass17_0.<CommandTargetExec>b__0()
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__12_2(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)

RSRP-474126: Infinite looping solution analysis

$
0
0
Reporter Abu-Musa al-Bulgari (Mujahideen) Abu-Musa al-Bulgari (Mujahideen)
Created Apr 1, 2019, 1:42:41 PM
Updated Apr 1, 2019, 1:50:09 PM
Subsystem No Subsystem
Assignee Unassigned
Priority Normal
State Submitted
Type Bug
Fix version No Fix versions
Affected versions 2019.1
Fixed In EAP Undefined
VsVersion VS 2019 Preview
Branch No branch

I've updated to EAP 3 and Code analysis began analyze sources repeatedly.
Should I compose a repro solution or is it possible to diagnose a problem avoiding this?

RSRP-474065: Solution was not garbage collected within 30 seconds.

$
0
0
Reporter Anton Spilnyy (Anton.Spilnyy) Anton Spilnyy (Anton.Spilnyy)
Created Mar 27, 2019, 4:19:49 PM
Updated Apr 1, 2019, 3:13:23 PM
Subsystem No Subsystem
Assignee Andrew Karpov (andrew.karpov)
Priority Show-stopper
State Submitted
Type Exception
Fix version 2019.1
Affected versions No Affected versions
Fixed In EAP Undefined
VsVersion All Versions
Branch No branch

ReSharperPlatformVs15 Wave 191 Hive _56e30cb1ReSharperHost — JetBrains ReSharper Ultimate 2019.1 EAP 4 D Build 191.0.20190327.0-eap04d

JetBrains ReSharper 2019.1 EAP 4 D Build 2019.1.20190327.0-eap04d
JetBrains TeamCity Add-in 2019.1 EAP 4 D Build 2019.1.20190327.0-eap04d

Solution was not garbage collected within 30 seconds.

--- EXCEPTION #1/2 [SolutionLeakException]
Message = “Solution was not garbage collected within 30 seconds.”
ExceptionPath = Root.InnerException
ClassName = JetBrains.ProjectModel.SolutionWatchdog.SolutionLeakException
HResult = COR_E_EXCEPTION=80131500

--- Outer ---

--- EXCEPTION #2/2 [LoggerException]
Message = “Solution was not garbage collected within 30 seconds.”
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 4 D Build 191.0.20190327.0-eap04d”
Data.SubProducts.#0 = “JetBrains TeamCity Add-in 2019.1 EAP 4 D Build 2019.1.20190327.0-eap04d”
Data.SubProducts.#1 = “JetBrains ReSharper 2019.1 EAP 4 D Build 2019.1.20190327.0-eap04d”
Data.SccRevisionEnv = “
Platform\Core\Shell,
Platform\VisualStudio:
git::refs/heads/191-winnie-fixes28::cbb4a5e9a5c2ddd3e4e400d5d10986a887e6552c

Data.VsVersion = 15.9.28307.344
InnerException = “Exception #1 at Root.InnerException”
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
at JetBrains.Util.LoggerBase.Log(LoggingLevel level, String message, Exception ex)
at JetBrains.Diagnostics.LogEx.Error(ILog this, Exception ex, String message)
at JetBrains.Util.Logging.Logger.LogException(Exception ex)
at JetBrains.ProjectModel.SolutionWatchdog.SolutionWatchdog.SolutionCatcher.<>c__DisplayClass4_0.<SolutionClosed>b__0(Int32 count)
at JetBrains.Util.Memory.LeakWatchdog.<>c__DisplayClass16_0.<RegisterTerminatedObject>b__0(IMemoryGrave g)
at JetBrains.Util.Memory.LeakWatchdog.Grave.<StopWaiting>b__20_0()
at JetBrains.Util.Logging.Logger.Catch(Action action)
at JetBrains.Util.Memory.LeakWatchdog.Grave.StopWaiting()
at JetBrains.Util.Memory.LeakWatchdog.SweepWaitingGraves()
at JetBrains.Util.Memory.LeakWatchdog.OurTimerCallback(Object cookie)
at System.Threading.TimerQueueTimer.CallCallbackInContext(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.TimerQueueTimer.CallCallback()
at System.Threading.TimerQueueTimer.Fire()
at System.Threading.TimerQueue.FireNextTimers()
at System.Threading.TimerQueue.AppDomainTimerCallback(Int32 id)

RSRP-474127: Option to hide certain extension methods from auto-completion list

$
0
0
Reporter Daniel Schüssler (danlex) Daniel Schüssler (danlex)
Created Apr 1, 2019, 3:21:33 PM
Updated Apr 1, 2019, 3:26:30 PM
Subsystem IntelliSense (Code Completion)
Assignee Alexander Shvedov (shvedov)
Priority Normal
State Submitted
Type Feature
Fix version Backlog
Affected versions 2018.3.4
Fixed In EAP Undefined
VsVersion All Versions
Branch No branch

A small feature idea:

Some (third-party) packages expose extension methods on this object or an unconstrained type parameter this T. They clutter up the completion list when you're trying to discover more relevant specific extension methods for a type. It would be nice if there was an option to define a list of methods (or containing static classes) to be hidden.

RSRP-473939: This operation requires a reader lock. Use 'using (ReadLockCookie.Create()) { ... }'.

$
0
0
Reporter ReSharper anonymous (resharper) ReSharper anonymous (resharper)
Created Mar 13, 2019, 3:25:26 PM
Updated Apr 1, 2019, 3:47:30 PM
Resolved Apr 1, 2019, 3:47:30 PM
Subsystem Unit Testing
Assignee Eugene Strizhok (Eugene.Strizhok)
Priority Normal
State Fixed
Type Exception
Fix version 2019.1
Affected versions No Affected versions
Fixed In EAP Undefined
VsVersion All Versions
Branch 191-ut-fixes

JetBrains Rider 2019.1 Build RD-191.6151.9 Date 2019-03-13T02:20:17.221+0000

--- EXCEPTION #1/1 [LoggerException]
Message = “This operation requires a reader lock. Use 'using (ReadLockCookie.Create()) { ... }'.”
ExceptionPath = Root
ClassName = JetBrains.Util.LoggerException
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
at JetBrains.Util.Logging.Logger.Fail(String messageText)
at JetBrains.Application.Threading.IShellLocksEx.AssertReadAccessAllowed(IShellLocks thіs)
at JetBrains.ProjectModel.Impl.SolutionElement.FindProjectItemsByLocation(FileSystemPath location)
at JetBrains.ProjectModel.SolutionEx.<FindProjectsByProjectFilePath>d__11.MoveNext()
at System.Linq.Enumerable.WhereSelectEnumerableIterator2.MoveNext() at System.Linq.Enumerable.WhereEnumerableIterator1.MoveNext()
at System.Linq.Buffer1..ctor(IEnumerable1 source)
at System.Linq.OrderedEnumerable1.<GetEnumerator>d__1.MoveNext() at System.Collections.Generic.List1..ctor(IEnumerable1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable1 source)
at JetBrains.ProjectModel.Search.ProjectLocatorBase1.TryFindProject(IProjectSearchDescriptor descriptor) at JetBrains.ReSharper.Host.Features.ProjectModel.TargetFrameworks.RiderProjectContextProvider.TryGetCurrentTargetFrameworkId(IProjectSearchDescriptor projectSearchDescriptor) at JetBrains.ProjectModel.Interfaces.ProjectContext.GetCurrentTargetFrameworkId(IProject project) at JetBrains.ReSharper.UnitTestProvider.nUnit.v26.NUnitTestElementSerializer.ReadFixture(XmlElement parent, String id, IUnitTestElement parentElement, IProject project, Func2 getTypeName)
at JetBrains.ReSharper.UnitTestProvider.nUnit.v26.NUnitTestElementSerializer.DeserializeElement(XmlElement parent, String id, IUnitTestElement parentElement, IProject project, Func2 getTypeName) at JetBrains.ReSharper.UnitTestFramework.Elements.UnitTestElementCache.Deserialize(XmlElement e, IProject project, IDictionary2 restoredElements, IDictionary2 restoredTypeNames) at JetBrains.ReSharper.UnitTestFramework.Elements.UnitTestElementCache.<>c__DisplayClass27_1.<Load>b__0(XmlElement element) at System.Linq.Enumerable.WhereSelectEnumerableIterator2.MoveNext()
at System.Linq.Enumerable.WhereEnumerableIterator1.MoveNext() at System.Collections.Generic.JetHashSet1..ctor(IEnumerable1 enumerable, IEqualityComparer1 comparer)
at System.Linq.EnumerableExJet.ToJetHashSet[TSource](IEnumerable1 source) at JetBrains.ReSharper.UnitTestFramework.Elements.UnitTestElementCache.Load(ICollection1 projects, Action`1 addElements)
at JetBrains.ReSharper.UnitTestFramework.Elements.UnitTestElementCache.LoadUnitTestsFromCaches()
at JetBrains.Application.Threading.Tasks.TaskHost.AccessViolationCatcher(Action action)
at JetBrains.Application.Threading.Tasks.TaskHost.<>c__DisplayClass33_0.<Create>b__1(Object state)
at System.Threading.Tasks.Task.Execute()
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 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 JetBrains.Util.Reflection.CallStackAnnotation.InvokeAnnotated(String classNameOfNewFrame, String methodNameOfNewFrame, Action actionToAnnotate)
at JetBrains.Util.Reflection.CallStackAnnotation.CatchAnnotatedInvocation[TClassOfNewFrame](String methodNameOfNewFrame, Action actionToAnnotate)
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()

last.action = null

app.eap = true
app.internal = true
app.build = RD-191.6151.9
app.version.major = 2019
app.version.minor = 1
app.build.date = 2019-03-13T02:20:17.221+0000
app.build.date.release = 2019-04-20T00:00:17.221+0000
app.build.date.release = 2019-04-20T00:00:17.221+0000
app.compilation.timestamp = null
app.product.code = RD

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

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

Viewing all 106942 articles
Browse latest View live