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

RSRP-472269: cleanup code does not respect generated code regions

$
0
0
Reporter Maria Pleskunina (Maria.Pleskunina) Maria Pleskunina (Maria.Pleskunina)
Created Nov 12, 2018, 3:56:21 PM
Updated Mar 29, 2019, 5:16:58 PM
Subsystem Code Style - Cleanup
Assignee Dmitry Osinovsky (Dmitry.Osinovsky)
Priority Normal
State Submitted
Type Bug
Fix version No Fix versions
Affected versions 2018.2.3
Fixed In EAP Undefined
VsVersion All Versions
Branch No branch

When I run the 'reformat code' cleanup profile, from either the IDE or cleanupcode command line, I expect it to ignore generated code regions, but it does not.

Example input:

class Class1 
{ 
void foo() 
{ 
}

#region Designer generated code 
void bar() 
{ 
} 
#endregion 
}

Output:

class Class1 
{ 
void foo() { }

#region Designer generated code

void bar() { }

#endregion 
} 

The bar() method should not have been reformatted.
I don't have any "Generated code region" overrides in my dotsettings, which means it should be using the defaults which I can see in the UI include "Designer generated code" as per my code above, but this seems to be being ignored.

On reflection, the 'generated file masks' are also being ignored, when I run from the 'cleanupcode' command line.
i.e., files that match the mask are still being cleaned.


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 Mar 29, 2019, 5:22:31 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-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 Mar 29, 2019, 5:41:41 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-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 Mar 29, 2019, 5:41:58 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-474110: [Performance Report] App.config is very slow when resharper is enabled.

$
0
0
Reporter ReSharper anonymous (resharper) ReSharper anonymous (resharper)
Created Mar 29, 2019, 6:20:21 PM
Updated Mar 29, 2019, 6:20:24 PM
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 6.1.7601 Service Pack 1
Product: ReSharper, Version: 2018.1.20180414.71556
Time Zone: Est

Description
Visual Studio hang for 5 seconds when editing app.config when resharper is enabled.

RSRP-468670: Code cleanup of generated files and asmx file

$
0
0
Reporter Ruslan Batkaev (Ruslan.Batkaev) Ruslan Batkaev (Ruslan.Batkaev)
Created Mar 13, 2018, 6:07:51 PM
Updated Mar 29, 2019, 6:36:41 PM
Subsystem ReSharper Automation Tools (Command Line)
Assignee Slava Trenogin (derigel)
Priority Normal
State Submitted
Type Bug
Fix version Backlog
Affected versions 2017.3.2
Fixed In EAP Undefined
VsVersion All Versions
Branch No branch
Hello!
VS 15.6.
JetBrains Cleanup Code 2017.3.2


File Reference.cs can't be cleaned up in VS ("CleanUp" menu item is disabled), but codecleanup.exe reformats code in this file.
File Foo.CustomGenerated.cs is in folder marked as generated. It can not be cleaned up in VS, but codecleanup.exe reformats code in this file.
File Service.asmx cleaned up with tab indents in VS (because of settings in VS), but codecleanup.exe reformats it with spaces. Can it be configured somehow it DotSettings like other languages?



It makes it impossible to use codecleanup.exe because you get wrong changes in source files.

I've attached solution. I've run codecleanup with
cleanupcode.exe D:\Projects\CodeCleanup\CodeCleanup.sln –disable-settings-layers="GlobalAll;GlobalPerProduct;SolutionPersonal;ProjectPersonal" –profile="Built-in: Full Cleanup"

RSRP-473191: DeclaredElement JetBrains.ReSharper.Psi.Impl.reflection2.elements.Compiled.Interface is not valid.

$
0
0
Reporter Sergey Kuks (coox) Sergey Kuks (coox)
Created Jan 30, 2019, 6:33:21 PM
Updated Mar 29, 2019, 7:04:28 PM
Subsystem External Sources
Assignee Nikita Raba (nikita.raba)
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 _0dccb533 — JetBrains ReSharper Ultimate 2019.1 EAP 1 D Build 191.0.20190109.163139-eap01d

JetBrains ReSharper 2019.1 EAP 1 D Build 2019.1.20190109.164342-eap01d

DeclaredElement JetBrains.ReSharper.Psi.Impl.reflection2.elements.Compiled.Interface is not valid.

--- EXCEPTION #1/2 [InvalidOperationException]
Message = “DeclaredElement JetBrains.ReSharper.Psi.Impl.reflection2.elements.Compiled.Interface is not valid.”
ExceptionPath = Root.InnerException
ClassName = System.InvalidOperationException
HResult = COR_E_INVALIDOPERATION=80131509
Source = JetBrains.ReSharper.Psi
StackTraceString = “
at JetBrains.ReSharper.Psi.DeclaredElementExtensions.AssertIsValid(IDeclaredElement element, String messageText)
at JetBrains.ReSharper.ExternalSources.MetadataViewer.DecompilerBasedExternalSourcesProvider.GetCacheItem(ICompiledElement compiledElement, ITaskExecutor taskExecutor, String taskName, Func1 canceledExceptionFactory) at JetBrains.ReSharper.ExternalSources.MetadataViewer.DecompilerBasedExternalSourcesProvider.NavigateToSources(ICompiledElement compiledElement, ITaskExecutor taskExecutor) at JetBrains.ReSharper.Feature.Services.ExternalSources.Core.Impl.ExternalSourcesServiceImpl.NavigateToSources(ICompiledElement compiledElement, IEnumerable1 providers, ITaskExecutor taskExecutor, Boolean ignoreFilteringByOptions)
at JetBrains.ReSharper.ExternalSources.ReSharperIntegration.ExternalSourcesPointsProvider.GetSources(IDeclaredElement navigateTo, IEnumerable1 providers, Boolean ignoreOptions) at JetBrains.ReSharper.ExternalSources.ReSharperIntegration.ExternalSourcesPointsProvider.GetSourcePoint(CompiledElementNavigationInfo initialNavigationInfo, IReadOnlyCollection1 providers, Boolean ignoreOptions)
at JetBrains.ReSharper.ExternalSources.ReSharperIntegration.ExternalSourcesPointsProvider.CreateNavigationPoints(CompiledElementNavigationInfo navigationInfo, IReadOnlyCollection1 providers, Boolean ignoreOptions) at JetBrains.ReSharper.ExternalSources.ReSharperIntegration.ExternalSourcesPointsProvider.CreateNavigationPoints(CompiledElementNavigationInfo navigationInfo) at JetBrains.ReSharper.ExternalSources.ReSharperIntegration.PreciseExternalSourcesNavigationProvider.CreateNavigationPoints(CompiledElementNavigationInfo target) at JetBrains.ReSharper.Feature.Services.Navigation.NavigationManagerImpl.GetNavigationPoints[TNavigationProvider,TNavigationData](TNavigationData target) at JetBrains.ReSharper.Feature.Services.Navigation.NavigationManager.Navigate[TNavigationProvider,TNavigationData](TNavigationData target, NavigationOptions options) at JetBrains.ReSharper.Feature.Services.Navigation.NavigationExtensions.CommonElementsNavigationExtensions.NavigateToExternalSources(CompiledElementNavigationInfo compiledElementNavigationInfo, PopupWindowContextSource source, Boolean transferFocus) at JetBrains.ReSharper.Feature.Services.Occurrences.CompiledElementOccurrence.Navigate(ISolution solution, PopupWindowContextSource windowContext, Boolean transferFocus, TabOptions tabOptions) at JetBrains.ReSharper.Feature.Services.Navigation.ExecutionHosting.DefaultNavigationExecutionHost.Navigate(IDataContext context, IOccurrence occurrence) at JetBrains.PsiFeatures.VisualStudio.SinceVs12.PeekSessions.Navigation.NavigationExecutionHostSinceVs12.Navigate(IDataContext context, IOccurrence occurrence) at JetBrains.ReSharper.Features.Navigation.Features.GoToDeclarationUsages.Impl.GotoDeclarationUsagesSession.JetBrains.ReSharper.Features.Navigation.Features.GoToDeclarationUsages.Impl.IGotoDeclarationUsagesNavigator.Navigate(IDataContext context, IGotoDeclarationUsagesState nextState, NavigatorStrategy strategy, IOccurrence target, IOccurrence targetRange) at JetBrains.ReSharper.Features.Navigation.Features.GoToDeclarationUsages.Impl.FirstDeclarationState.NavigateNext(IDataContext context, IGotoDeclarationUsagesNavigator navigator) at JetBrains.ReSharper.Features.Navigation.Features.GoToDeclarationUsages.Impl.GotoDeclarationUsagesSession.NavigateNext(IDataContext context) at JetBrains.ReSharper.Features.Navigation.Features.GoToDeclarationUsages.Impl.GotoDeclarationUsagesManager.ProcessResults(IDataContext context, INavigationExecutionHost host, SearchDeclarationsRequest searchRequest, IList1 declarations, Nullable1 options, String title) at JetBrains.ReSharper.Features.Navigation.Features.GoToDeclarationUsages.GotoDeclarationUsagesProvider.ProcessResults(IDataContext context, SearchDeclarationsRequest searchRequest, INavigationExecutionHost host, ICollection1 occurrences, Func1 descriptorFactory) at JetBrains.ReSharper.Feature.Services.Navigation.ContextNavigation.RequestContextSearchProvider3.JetBrains.ReSharper.Feature.Services.Navigation.ContextNavigation.ISearchResultPresenter.ProcessResults(IDataContext context, SearchRequest searchRequest, INavigationExecutionHost host, ICollection1 results, Func1 descriptorFactory)
at JetBrains.ReSharper.Feature.Services.Navigation.ContextNavigation.DefaultResultProcessor.ShowResults(IDataContext context, ICollection1 results, IAsyncFindResultView asyncFindResultView, Boolean useNavigationFeatures) at JetBrains.ReSharper.Feature.Services.Navigation.ContextNavigation.SearchRequestExecuter.ShowResults(ICollection1 results, Boolean useNavigationFeatures)
at JetBrains.ReSharper.Feature.Services.Navigation.ContextNavigation.SearchRequestExecuterBase.ExecuteSync()
at JetBrains.ReSharper.Feature.Services.Navigation.ContextNavigation.SearchRequestExecuterBase.Execute()
at JetBrains.ReSharper.Feature.Services.Navigation.ContextNavigation.RequestContextSearchProvider3.ExecuteSearchRequest(IDataContext context, SearchRequest searchRequest, INavigationExecutionHost host) at JetBrains.ReSharper.Feature.Services.Navigation.ContextNavigation.RequestContextSearchProvider3.SingleCandidateExecutor.Execute()
at JetBrains.ReSharper.Feature.Services.Navigation.ContextNavigation.RequestContextSearchProvider3.Execute(IDataContext context, IEnumerable1 searches, INavigationExecutionHost host)
at JetBrains.ReSharper.Features.Navigation.Features.GoToDeclarationUsages.GotoDeclarationUsagesProvider.Execute(IDataContext context, IEnumerable1 searches, INavigationExecutionHost host) at JetBrains.ReSharper.Feature.Services.Navigation.ContextNavigation.ContextSearchesCollector1.<>c__DisplayClass2_0.<GetSearchesExecution>b__0()
at JetBrains.ReSharper.Features.Navigation.Features.GoToDeclaration.GotoDeclarationAction.Execute(IList1 executes) at JetBrains.ReSharper.Feature.Services.Navigation.ContextNavigation.ContextSearchActionBase1.Execute(IDataContext context, DelegateExecute nextExecute)
at JetBrains.Application.UI.ActionsRevised.Handlers.ExecutableActionEvaluator.Execute(IAction action, IReadOnlyCollection`1 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 = “DeclaredElement JetBrains.ReSharper.Psi.Impl.reflection2.elements.Compiled.Interface is not valid.”
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.20190109.163139-eap01d”
Data.SubProducts.#0 = “JetBrains ReSharper 2019.1 EAP 1 D Build 2019.1.20190109.164342-eap01d”
Data.SccRevisionEnv = “
Platform\Core\Shell,
Platform\VisualStudio:
git::refs/heads/191-roslyn-killer::c335980c07d50ddb2c76d23a422d75ddd0a788a9

Data.VsVersion = 16.0.28522.59
Data.VsPreview = True
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-474111: Search With Pattern: Doesn't Work At All

$
0
0
Reporter Murray Melvin (mmelvin.1) Murray Melvin (mmelvin.1)
Created Mar 29, 2019, 7:20:43 PM
Updated Mar 29, 2019, 7:21:52 PM
Subsystem No Subsystem
Assignee Unassigned
Priority Normal
State Submitted
Type Bug
Fix version No Fix versions
Affected versions 2019.1, 2018.3.4
Fixed In EAP Undefined
VsVersion VS 2017
Branch No branch

Tested with all combinations of Visual Studio 2017 15.9.10, Visual Studio 2019 16.0.0 RC.4, ReSharper 2018.3.4, and ReSharper 2019.1 EAP 3. Working with a solution that contains several projects, all of which target .NET Framework 4.7.2.

Steps to reproduce:

Given a class that contains the following text: (getTransSuccessful, oPacket) = WebEngine.GetTransOp(oPacket);

  1. Select the text (getTransSuccessful, oPacket) = WebEngine.GetTransOp(oPacket) (not the semicolon, although it doesn't matter)
  2. Right-click the selection and select "Search with Pattern.
  3. Leave the pattern at the default: ($getTransSuccessful$, $oPacket$) = $WebEngine$.GetTransOp($oPacket$).
    • The $getTransSuccessful$ and $oPacket$ placeholders are identifiers with no regex entered.
    • The $WebEngine$ placeholder is an expression placeholder with no type specified.
    • "Look In" is set to "Solution"
    • "Match similar constructs" is checked
  4. Click "Find"

Actual results: No search results are returned.

Expected results: At the very least, the line that was selected should be returned in the search results.


RSRP-469927: InspectCode.exe 2018.1.1 new warnings

$
0
0
Reporter Patrick Schwarz (e11740950) Patrick Schwarz (e11740950)
Created May 30, 2018, 11:02:13 AM
Updated Mar 29, 2019, 7:38:23 PM
Subsystem Code Analysis - C#
Assignee Slava Tutushkin (slava.tutushkin)
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

After upgrading from 2018.1 to 2018.1.1 we got new warnings in InspectCode.exe but we are not quite sure what they are saying / how to resolve them.

[17:25:29][Execute-ReSharperCodeInspection] Warning: mdAssembly.Mvid.Equals(psiAssembly.Mvid), mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, a7a578fc-0552-4878-9e84-f0c235f5eb70, 58c15a9b-a0ed-4953-bba1-d5536f9f3ea4
[17:25:29][Execute-ReSharperCodeInspection] Warning: mdAssembly.Mvid.Equals(psiAssembly.Mvid), System.Security, Version=2.0.0.0,```

RSRP-474112: "Repeat tests until failure": show the number of runs before the test failed

RSRP-474113: Slow code cleanup

$
0
0
Reporter Maria Pleskunina (Maria.Pleskunina) Maria Pleskunina (Maria.Pleskunina)
Created Mar 29, 2019, 8:52:10 PM
Updated Mar 29, 2019, 8:52:52 PM
Subsystem Psi - C#
Assignee Alexander Shvedov (shvedov)
Priority Critical
State Submitted
Type Performance Problem
Fix version No Fix versions
Affected versions 2019.1
Fixed In EAP Undefined
VsVersion All Versions
Branch No branch

72,64 % BindingTransaction • 28.000 ms • JetBrains.ReSharper.Psi.ExtensionsAPI.SharedImplUtil.BindingTransaction(T, Func, Func)
72,64 % BindingTransaction • 28.000 ms • JetBrains.ReSharper.Psi.ExtensionsAPI.SharedImplUtil.BindingTransaction(ref T, Func, Func)
40,89 % Dispose • 15.762 ms • JetBrains.ReSharper.Psi.Transactions.PsiTransactionCookie.Dispose
40,89 % Rollback • 15.762 ms • JetBrains.ReSharper.Psi.Transactions.PsiTransactionCookie.Rollback
40,89 % RollbackTransaction • 15.762 ms • JetBrains.ReSharper.Psi.Transactions.PsiTransactions.RollbackTransaction
40,89 % RollbackTransaction • 15.762 ms • JetBrains.ReSharper.Psi.Transactions.PsiTransactions.RollbackTransaction(Boolean)
26,34 % NotifyRollback • 10.153 ms • JetBrains.ReSharper.Psi.Transactions.PsiTransactions.NotifyRollback(IPsiTransaction)
►15,10 % ctor>b__2 • 5.820 ms • JetBrains.ReSharper.Psi.Caches.SymbolCache.SymbolCache+<>c__DisplayClass27_0.ctor>b__2(IPsiTransaction)
11,18 % RollbackTransaction • 4.308 ms • JetBrains.ReSharper.Psi.Caches.SymbolCache.TypeMembersCache.RollbackTransaction(IPsiTransaction)
►11,18 % ResurrectTypeMembersFromCachedPsiFiles • 4.308 ms • JetBrains.ReSharper.Psi.Caches.SymbolCache.TypeMembersCache.ResurrectTypeMembersFromCachedPsiFiles(IPsiSourceFile)
0,06 % ctor>b__12_0 • 24 ms • JetBrains.ReSharper.Psi.JavaScript.Impl.Caches.JavaScriptTypeCacheMaintainer.ctor>b__12_0(IPsiTransaction)
►12,67 % RollBack • 4.882 ms • JetBrains.ReSharper.Psi.Transactions.PsiTransaction.RollBack
►1,89 % RollbackTransaction • 727 ms • JetBrains.DocumentModel.Transactions.DocumentTransactionManager.RollbackTransaction
26,53 % <BindReferenceTo>b__0 • 10.226 ms • JetBrains.ReSharper.Psi.CSharp.Impl.CSharpReferenceBindingUtil+<>c__DisplayClass74_0.<BindReferenceTo>b__0(IQualifiableReference)
26,53 % CheckResolvedTo • 10.226 ms • JetBrains.ReSharper.Psi.CSharp.Impl.CSharpReferenceBindingUtil.CheckResolvedTo(IReference, IDeclaredElement, ISubstitution)
26,39 % Update • 10.172 ms • JetBrains.ReSharper.Psi.Caches.PsiCaches.Update
26,39 % DoActivity • 10.172 ms • JetBrains.Util.Logging.ILoggerStructuredEx.DoActivity(LoggerWithSeverity, String, String, Action)
26,39 % DoCalculation • 10.172 ms • JetBrains.Util.Logging.ILoggerStructuredEx.DoCalculation(LoggerWithSeverity, String, String, Func, Func)
26,39 % <DoActivity>b__0 • 10.172 ms • JetBrains.Util.Logging.ILoggerStructuredEx+<>c__DisplayClass8_0.<DoActivity>b__0
26,39 % <Update>b__0 • 10.172 ms • JetBrains.ReSharper.Psi.Caches.PsiCaches+<>c__DisplayClass30_0.<Update>b__0
►15,07 % SyncUpdate • 5.809 ms • JetBrains.ReSharper.Psi.Caches.SymbolCache.SymbolCache.SyncUpdate(Boolean)
►11,32 % SyncUpdate • 4.363 ms • JetBrains.ReSharper.Psi.Caches.SymbolCache.TypeMembersCache.SyncUpdate(Boolean)
►0,14 % Resolve • 54 ms • JetBrains.ReSharper.Psi.ExtensionsAPI.Resolve.TreeReferenceBase`1.Resolve
5,15 % <DecorateReferenceAccordingCodeStyle>b__3 • 1.986 ms • JetBrains.ReSharper.Psi.CSharp.Impl.CSharpReferenceBindingUtil+<>c__DisplayClass69_1.<DecorateReferenceAccordingCodeStyle>b__3(IQualifiableReference)
5,15 % ReplaceReferenceElement • 1.986 ms • JetBrains.ReSharper.Psi.CSharp.Impl.CSharpReferenceBindingUtil.ReplaceReferenceElement(ITreeNode, String, Boolean)
►3,61 % ReplaceBy • 1.392 ms • JetBrains.ReSharper.Psi.CSharp.Impl.Tree.ReferenceNameStub.ReplaceBy(IReferenceName)
►1,54 % CreateReferenceName • 594 ms • JetBrains.ReSharper.Psi.CSharp.Impl.CSharpElementFactoryImpl.CreateReferenceName(String, params Object[])
►0,07 % StartTransaction • 26 ms • JetBrains.ReSharper.Psi.Transactions.PsiTransactions.StartTransaction(String)

RSRP-474114: Usages in Comments and String Literals doesn't show UI to deny/accept changes

$
0
0
Reporter Sam Rueby (Sam.Rueby) Sam Rueby (Sam.Rueby)
Created Mar 29, 2019, 9:32:52 PM
Updated Mar 29, 2019, 9:32:52 PM
Subsystem No Subsystem
Assignee Unassigned
Priority Normal
State Submitted
Type Unspecified
Fix version No Fix versions
Affected versions No Affected versions
Fixed In EAP Undefined
VsVersion All Versions
Branch No branch

When I use R# to rename an identifier, it sometimes shows that it found some textual occurrences in comments. It tells me I can choose which of them occurrences should be changed and which not. However, it never displays the UI for it. You can actually see it flash for a second when you click Next. See attached gif.

JetBrains ReSharper Ultimate 2019.1 EAP 3 Checked Build 191.0.20190326.124813-eap03
This pre-release version will expire in 26 days
dotCover 2019.1.20190327.135640-eap03
dotTrace 2019.1.20190327.135708-eap03
TeamCity Add-in 2019.1.20190327.135306-eap03
ReSharper 2019.1.20190327.135242-eap03
dotMemory 2019.1.20190327.135641-eap03

Microsoft Visual Studio Enterprise 2019 Preview
Version 16.0.0 Preview 4.4
VisualStudio.16.Preview/16.0.0-pre.4.4+28721.148
Microsoft .NET Framework
Version 4.8.03752

Installed Version: Enterprise

Add New File 3.5.134
The fastest and easiest way to add new files to any project - including files that start with a dot

ADL Tools Service Provider 1.0
This package contains services used by Data Lake tools

ASP.NET and Web Tools 2019 16.0.12307.51536
ASP.NET and Web Tools 2019

ASP.NET Web Frameworks and Tools 2019 16.0.12307.51536
For additional information, visit https://www.asp.net/

Azure App Service Tools v3.0.0 16.0.12307.51536
Azure App Service Tools v3.0.0

Azure Data Lake Node 1.0
This package contains the Data Lake integration nodes for Server Explorer.

Azure Data Lake Tools for Visual Studio 2.3.7000.2
Microsoft Azure Data Lake Tools for Visual Studio

Azure Functions and Web Jobs Tools 16.0.12307.51536
Azure Functions and Web Jobs Tools

Azure Stream Analytics Tools for Visual Studio 2.3.7000.2
Microsoft Azure Stream Analytics Tools for Visual Studio

C# Tools 3.0.0-beta4-19170-01+1deafee3682da88bf07d1c18521a99f47446cee8
C# components used in the IDE. Depending on your project type and settings, a different version of the compiler may be used.

Common Azure Tools 1.10
Provides common services for use by Azure Mobile Services and Microsoft Azure Tools.

Editor Enhancements 1.0.30
Provides additional features such as HTML and URL encodings, transformations and sorting of selected text the editor.

Fabric.DiagnosticEvents 1.0
Fabric Diagnostic Events

File Differ 1.4.25
The easiest way to diff two files directly in Solution Explorer

File Icons 2.7
Adds icons for files that are not recognized by Solution Explorer

GitHub.VisualStudio 2.8.1.7307
A Visual Studio Extension that brings the GitHub Flow into Visual Studio.

IntelliCode Extension 1.0
IntelliCode Visual Studio Extension Detailed Info

IntelliCode Extension 1.0
IntelliCode Extension

JetBrains ReSharper Ultimate 2019.1 EAP 3 Build 191.0.20190326.124813-eap03
JetBrains ReSharper Ultimate package for Microsoft Visual Studio. For more information about ReSharper Ultimate, visit http://www.jetbrains.com/resharper. Copyright © 2019 JetBrains, Inc.

JustDecompilePackage2017 Extension 1.0
JustDecompilePackage2017 Visual Studio Extension Detailed Info

Microsoft Azure HDInsight Azure Node 2.3.7000.2
HDInsight Node under Azure Node

Microsoft Azure Hive Query Language Service 2.3.7000.2
Language service for Hive query

Microsoft Azure Service Fabric Tools for Visual Studio 2.5
Microsoft Azure Service Fabric Tools for Visual Studio

Microsoft Azure Stream Analytics Language Service 2.3.7000.2
Language service for Azure Stream Analytics

Microsoft Azure Stream Analytics Node 1.0
Azure Stream Analytics Node under Azure Node

Microsoft Azure Tools 2.9
Microsoft Azure Tools for Microsoft Visual Studio 0x10 - v2.9.0.0

Microsoft Continuous Delivery Tools for Visual Studio 0.4
Simplifying the configuration of Azure DevOps pipelines from within the Visual Studio IDE.

Microsoft JVM Debugger 1.0
Provides support for connecting the Visual Studio debugger to JDWP compatible Java Virtual Machines

Microsoft Library Manager 1.0
Install client-side libraries easily to any web project

Microsoft MI-Based Debugger 1.0
Provides support for connecting Visual Studio to MI compatible debuggers

Microsoft Visual Studio Tools for Containers 1.1
Develop, run, validate your ASP.NET Core applications in the target environment. F5 your application directly into a container with debugging, or CTRL + F5 to edit & refresh your app without having to rebuild the container.

NuGet Package Manager 5.0.0
NuGet Package Manager in Visual Studio. For more information about NuGet, visit http://docs.nuget.org/.

Open Command Line 2.1.218
Opens a command line at the root of the project. Support for all consoles such as CMD, PowerShell, Bash etc. Provides syntax highlighting, Intellisense and execution of .cmd and .bat files.

ProjectServicesPackage Extension 1.0
ProjectServicesPackage Visual Studio Extension Detailed Info

ResourcePackage Extension 1.0
ResourcePackage Visual Studio Extension Detailed Info

ResourcePackage Extension 1.0
ResourcePackage Visual Studio Extension Detailed Info

Snapshot Debugging Extension 1.0
Snapshot Debugging Visual Studio Extension Detailed Info

SQL Server Data Tools 16.0.61903.21090
Microsoft SQL Server Data Tools

ToolWindowHostedEditor 1.0
Hosting json editor into a tool window

TypeScript Tools 16.0.10306.2001
TypeScript Tools for Microsoft Visual Studio

Visual Basic Tools 3.0.0-beta4-19170-01+1deafee3682da88bf07d1c18521a99f47446cee8
Visual Basic components used in the IDE. Depending on your project type and settings, a different version of the compiler may be used.

Visual F# Tools 10.4 for F# 4.6 16.0.0.0. Commit Hash: 809f41207b74a1356208f11b8fa3a15233734050.
Microsoft Visual F# Tools 10.4 for F# 4.6

Visual Studio Code Debug Adapter Host Package 1.0
Interop layer for hosting Visual Studio Code debug adapters in Visual Studio

Visual Studio Tools for Containers 1.0
Visual Studio Tools for Containers

Web Compiler 1.12.394
Compiler for LESS, Sass and CoffeeScript files

RSRP-473101: Specified argument was out of the range of valid values. Parameter name: position

$
0
0
Reporter Maltseva Ekaterina (Maltseva.Ekaterina) Maltseva Ekaterina (Maltseva.Ekaterina)
Created Jan 23, 2019, 2:02:16 PM
Updated Mar 30, 2019, 12:37:34 AM
Subsystem No Subsystem
Assignee Unassigned
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

ReSharperPlatformVs10 Wave 183 — JetBrains ReSharper Ultimate 2018.3.2 Build 183.0.20190123.74006

JetBrains dotCover 2018.3.2 Build 2018.3.20190123.75727
JetBrains dotMemory 2018.3.2 Build 2018.3.20190123.75726
JetBrains dotTrace 2018.3.2 Build 2018.3.20190123.75729
JetBrains ReSharper 2018.3.2 Build 2018.3.20190123.75436
JetBrains ReSharper C++ 2018.3.2 Build 2018.3.20190123.75436
JetBrains TeamCity Add-in 2018.3.2 Build 2018.3.20190123.75440

SubProducts.0 = JetBrains dotCover 2018.3.2 Build 2018.3.20190123.75727
SubProducts.1 = JetBrains dotTrace 2018.3.2 Build 2018.3.20190123.75729
SubProducts.2 = JetBrains ReSharper C++ 2018.3.2 Build 2018.3.20190123.75436
SubProducts.3 = JetBrains TeamCity Add-in 2018.3.2 Build 2018.3.20190123.75440
SubProducts.4 = JetBrains ReSharper 2018.3.2 Build 2018.3.20190123.75436
SubProducts.5 = JetBrains dotMemory 2018.3.2 Build 2018.3.20190123.75726

Specified argument was out of the range of valid values. Parameter name: position

--- EXCEPTION #1/2 [ArgumentOutOfRangeException]
Message = “Specified argument was out of the range of valid values.”
ExceptionPath = Root.InnerException
ClassName = System.ArgumentOutOfRangeException
HResult = COR_E_ARGUMENTOUTOFRANGE=80131502
Source = Microsoft.VisualStudio.Text.Data
ParamName = position
StackTraceString = “
at Microsoft.VisualStudio.Text.SnapshotPoint..ctor(ITextSnapshot snapshot, Int32 position)
at JetBrains.Platform.VisualStudio.SinceVs10.TextControl.Markup.IntraTextAdornments.TextViewController.TryGetPositionByMouse(MouseButtonEventArgs e, Nullable`1& position)
at JetBrains.Platform.VisualStudio.SinceVs10.TextControl.Markup.IntraTextAdornments.TextViewController.OnPreviewMouseDown(Object sender, MouseButtonEventArgs e)
at System.Windows.Input.MouseButtonEventArgs.InvokeEventHandler(Delegate genericHandler, Object genericTarget)
at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
at System.Windows.UIElement.RaiseTrustedEvent(RoutedEventArgs args)
at System.Windows.UIElement.RaiseEvent(RoutedEventArgs args, Boolean trusted)
at System.Windows.Input.InputManager.ProcessStagingArea()
at System.Windows.Input.InputManager.ProcessInput(InputEventArgs input)
at System.Windows.Input.InputProviderSite.ReportInput(InputReport inputReport)
at System.Windows.Interop.HwndMouseInputProvider.ReportInput(IntPtr hwnd, InputMode mode, Int32 timestamp, RawMouseActions actions, Int32 x, Int32 y, Int32 wheel)
at System.Windows.Interop.HwndMouseInputProvider.FilterMessage(IntPtr hwnd, WindowMessage msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
at System.Windows.Interop.HwndSource.InputFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)

--- Outer ---

--- EXCEPTION #2/2 [LoggerException]
Message = “
Specified argument was out of the range of valid values.
Parameter name: position

ExceptionPath = Root
ClassName = JetBrains.Util.LoggerException
Data.ManagedThreadName = <NULL>
Data.SccRevisionShell = “<there are no packages matching the criteria>”
Data.HostProductInfo = “JetBrains ReSharper Ultimate 2018.3.2 Build 183.0.20190123.74006”
Data.SubProducts.#0 = “JetBrains dotCover 2018.3.2 Build 2018.3.20190123.75727”
Data.SubProducts.#1 = “JetBrains dotTrace 2018.3.2 Build 2018.3.20190123.75729”
Data.SubProducts.#2 = “JetBrains ReSharper C++ 2018.3.2 Build 2018.3.20190123.75436”
Data.SubProducts.#3 = “JetBrains TeamCity Add-in 2018.3.2 Build 2018.3.20190123.75440”
Data.SubProducts.#4 = “JetBrains ReSharper 2018.3.2 Build 2018.3.20190123.75436”
Data.SubProducts.#5 = “JetBrains dotMemory 2018.3.2 Build 2018.3.20190123.75726”
Data.SccRevisionEnv = “
Platform\Core\Shell:
git::refs/heads/183-eap12-rtm

Platform\VisualStudio:
git::refs/heads/183-eap12-rtm::c4bdc2582f9de2970a224c3dc0410c92d49bf91b

Data.VsVersion = 10.0.40219.1
InnerException = “Exception #1 at Root.InnerException”
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
at JetBrains.Application.Environment.Components.ReportUnhandledExceptions.<>c.<.ctor>b__0_6(Object sender, DispatcherUnhandledExceptionEventArgs args)
at System.Windows.Threading.DispatcherUnhandledExceptionEventHandler.Invoke(Object sender, DispatcherUnhandledExceptionEventArgs e)
at System.Windows.Threading.Dispatcher.CatchException(Exception e)
at System.Windows.Threading.Dispatcher.CatchExceptionStatic(Object source, Exception e)
at System.Windows.Threading.ExceptionWrapper.CatchException(Object source, Exception e, Delegate catchHandler)
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-474115: RS hangs VS

$
0
0
Reporter Marcelo Volmaro (Marcelo.Volmaro) Marcelo Volmaro (Marcelo.Volmaro)
Created Mar 30, 2019, 12:53:20 AM
Updated Mar 30, 2019, 12:54:56 AM
Subsystem No Subsystem
Assignee Unassigned
Priority Normal
State Submitted
Type Unspecified
Fix version No Fix versions
Affected versions 2019.2
Fixed In EAP Undefined
VsVersion VS 2017
Branch No branch

With the latest RS I'm experiencing hangs in VS (basically, the "VS is not responding" message).
Usually the only way to fix this is by forcing VS to close and try to open the solution again. That seems to work for most cases, but I have one solution that I simply can't open if RS is enabled. The only way I have to open the solution is by opening VS, disabling RS and then try to open it.

I can't provide the solution for analysis.
Log attached.

RSRP-474116: Autoformat on } at the end of asmx file doesn't work because of incorrect parser/lexer

$
0
0
Reporter Dmitry Osinovsky (Dmitry.Osinovsky) Dmitry Osinovsky (Dmitry.Osinovsky)
Created Mar 30, 2019, 2:55:22 AM
Updated Mar 30, 2019, 2:55:22 AM
Subsystem ASP.NET
Assignee Slava Trenogin (derigel)
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
<%@ WebService Language="C#" CodeBehind="WebService1.asmx.cs" Class="CSharpWebFormsWebApplication1.WebService1" %>
namespace MyNamespace
{
    public class A
    {
        private void Method()
        {
            var a = 1;
        }
    }
{caret}

Typing } doesn't invoke ReSharper autoformat, because whitespaces at the end of file are lexed/parsed as separate asxx new line tokens instead of being part of a big CODE token that is converted to C# then.

RSRP-473500: Tabs always converted to spaces in asmx files

$
0
0
Reporter Maxmilian Laurenz (pixel42) Maxmilian Laurenz (pixel42)
Created Feb 18, 2019, 7:22:12 PM
Updated Mar 30, 2019, 2:58:18 AM
Subsystem Code Style - Formatter
Assignee Dmitry Osinovsky (Dmitry.Osinovsky)
Priority Critical
State Fixed In Branch
Type Bug
Fix version 2019.1
Affected versions 2018.3.3
Fixed In EAP Undefined
VsVersion VS 2017
Branch 191-formatter-fixes-14

I just found out that tabs always get converted to spaces no matter what setting I activate (R# Options -> Code Editing -> C# -> Formatting Style -> Tabs, ... -> General -> Use indent style and size from Visual Studio). Strange enough auto-format converts them back to what has been set.

RSRP-461603: Incorrect warning "Method return value is never used"

$
0
0
Reporter Alexander Kurakin (Alexander.Kurakin) Alexander Kurakin (Alexander.Kurakin)
Created Nov 7, 2016, 2:53:19 PM
Updated Mar 30, 2019, 3:48:50 AM
Subsystem Code Analysis - C#
Assignee Ivan Serduk (IvanSerduk)
Priority Normal
State Submitted
Type Bug
Fix version Backlog
Affected versions 2016.2.2
Fixed In EAP Undefined
VsVersion All Versions
Branch No branch
I created some awaitable class (which will be used in await ... statement) CultureAwaiter<T>. To be awaitable this class implements ICriticalNotifyCompletion interface, methods GetAwaiter() and GetResult(); and property IsCompleted. Methods GetAwaiter() and GetResult() should be really used because there is a following statement in my source code: var task = new Task<int>(() => 0); return await task.WithCurrentCulture(). But for the return types of methods GetAwaiter() and GetResult() (CultureAwaiter<T> and T) R# generates warning "Method return value is never used". If call these methods explicitly and assign result to some variable var u = task.WithCurrentCulture().GetAwaiter(); var v = task.WithCurrentCulture().GetResult();, then the warnings disappears. If press Alt-Enter then R# offers to "Make return type 'void'" which is wrong. So warning "Method return value is never used" and offered actions by Alt-Enter is a bug. Please remove this warning in such case.

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

$
0
0
Reporter ReSharper anonymous (resharper) ReSharper anonymous (resharper)
Created Mar 21, 2019, 5:54:16 PM
Updated Mar 30, 2019, 6:30:17 AM
Subsystem Debugger features
Assignee Alexander Ulitin (alexander.ulitin)
Priority Major
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 _a1f9344b — JetBrains ReSharper Ultimate 2019.1 EAP 2 Build 191.0.20190320.211352-eap02

JetBrains dotCover 2019.1 EAP 2 Build 2019.1.20190320.213520-eap02
JetBrains dotMemory 2019.1 EAP 2 Build 2019.1.20190320.213530-eap02
JetBrains dotTrace 2019.1 EAP 2 Build 2019.1.20190320.213549-eap02
JetBrains ReSharper 2019.1 EAP 2 Build 2019.1.20190320.213250-eap02
JetBrains ReSharper C++ 2019.1 EAP 2 Build 2019.1.20190320.213233-eap02
JetBrains TeamCity Add-in 2019.1 EAP 2 Build 2019.1.20190320.213241-eap02

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

--- EXCEPTION #1/1 [LoggerException]
Message = “This operation requires a reader lock. Use 'using (ReadLockCookie.Create()) { ... }'.”
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 Build 191.0.20190320.211352-eap02”
Data.SubProducts.#0 = “JetBrains dotCover 2019.1 EAP 2 Build 2019.1.20190320.213520-eap02”
Data.SubProducts.#1 = “JetBrains dotTrace 2019.1 EAP 2 Build 2019.1.20190320.213549-eap02”
Data.SubProducts.#2 = “JetBrains ReSharper C++ 2019.1 EAP 2 Build 2019.1.20190320.213233-eap02”
Data.SubProducts.#3 = “JetBrains TeamCity Add-in 2019.1 EAP 2 Build 2019.1.20190320.213241-eap02”
Data.SubProducts.#4 = “JetBrains ReSharper 2019.1 EAP 2 Build 2019.1.20190320.213250-eap02”
Data.SubProducts.#5 = “JetBrains dotMemory 2019.1 EAP 2 Build 2019.1.20190320.213530-eap02”
Data.SccRevisionEnv = “
Platform\Core\Shell,
Platform\VisualStudio:
git::refs/heads/191-eap2

Data.VsVersion = 15.9.28307.518
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.SolutionStructure.FindProjectItems(FileSystemPath path)
at JetBrains.ProjectModel.Impl.SolutionElement.FindProjectItemsByLocation(FileSystemPath location)
at JetBrains.DocumentManagers.DocumentsOnProjectFiles.GetProjectFile(IDocument document)
at JetBrains.PsiFeatures.VisualStudio.Debugger.VsDebugVisualizerComponent.<>c__DisplayClass21_0.<OnStackFrameChanged>b__4(Lifetime editorLifetime, ITextControl editor)
at JetBrains.DataFlow.IPropertyEx.<>c__DisplayClass26_01.<ForEachValue>b__0(Lifetime lf, TValue value, Object cookie) at JetBrains.DataFlow.IPropertyEx.<>c__DisplayClass27_11.<ForEachValue>b__1(Lifetime lifetimeValue)
at JetBrains.Lifetimes.LifetimeDefinition.ExecuteOrTerminateOnFail(Action1 atomicAction) at JetBrains.Lifetimes.SequentialLifetimes.Next(Action1 atomicAction)
at JetBrains.DataFlow.IPropertyEx.<>c__DisplayClass27_01.<ForEachValue>b__0(PropertyChangedEventArgs1 args)
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.TextControl.TextControlsManagement.TextControlProperties.<>c__DisplayClass6_0.<InitFocusAndVisible>b__3(PropertyChangedEventArgs1 args) 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.TextControl.TextControlsManagement.TextControlProperties.<>c__DisplayClass6_0.<InitFocusAndVisible>b__1() at JetBrains.DataFlow.ISignalEx.<>c__DisplayClass0_01.<Advise>b__0(TValue value)
at JetBrains.DataFlow.Signal1.NotifySinks(TValue payload) at JetBrains.DataFlow.Signal1.Fire(TValue value, Object cookie)
at JetBrains.DataFlow.CollectionEvents1.FireAddRemove(AddRemove action, TValue value, Object cookie) at JetBrains.DataFlow.CollectionEvents1.InternalAdd(TValue value, Object cookie)
at JetBrains.DataFlow.CollectionEvents1.Add(TValue value, Object cookie) at JetBrains.DataFlow.ICollectionEventsEx.Add[TValue](ICollectionEvents1 thіs, Lifetime lifetime, TValue value, Object cookie)
at JetBrains.TextControl.TextControlsManagement.TextControlProperties.<>c__DisplayClass6_1.<InitFocusAndVisible>b__5(Lifetime lifeFocused)
at JetBrains.Lifetimes.LifetimeDefinition.ExecuteOrTerminateOnFail(Action1 atomicAction) at JetBrains.Lifetimes.SequentialLifetimes.Next(Action1 atomicAction)
at JetBrains.DataFlow.IPropertyEx.<>c__DisplayClass32_0.<WhenTrue>b__0(PropertyChangedEventArgs1 args) 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.Platform.RdFramework.Util.UProperty1.SetValue(TValue value, Object cookie)
at JetBrains.DataFlow.IPropertyEx.<>c__DisplayClass7_01.<FlowInto>b__0(PropertyChangedEventArgs1 args)
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.Application.Extensions.DataFlowEx.<>c__DisplayClass14_0`1.<FlowIntoGuarded_NoReplay>b__1()
at JetBrains.Threading.ReentrancyGuardEx.<>c__DisplayClass4_1.<ExecuteOrQueueOrRunSync>b__2()
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-466583: Wrong assembly retargeting in .NET Core

$
0
0
Reporter Angelina Elycheva (Angelina.Elycheva) Angelina Elycheva (Angelina.Elycheva)
Created Oct 11, 2017, 3:05:22 PM
Updated Mar 30, 2019, 2:02:39 PM
Resolved Jan 11, 2019, 6:00:50 PM
Subsystem External Sources
Assignee Slava Tutushkin (slava.tutushkin)
Priority Show-stopper
State Fixed
Type Bug
Fix version 2018.3
Affected versions 2017.3.1, 2017.2.2
Fixed In EAP Undefined
VsVersion All Versions
Branch 183-tutushkin-RSRP-466583
1. Create Core Console application.
2. Select Console.Writeline and navigate to sources

Result: stub file is opened containing only method declarations

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

$
0
0
Reporter Tatyana Lunegova (lunega) Tatyana Lunegova (lunega)
Created Mar 4, 2019, 3:34:41 PM
Updated Mar 30, 2019, 2:45:30 PM
Subsystem Unit Testing
Assignee Eugene Strizhok (Eugene.Strizhok)
Priority Normal
State Submitted
Type Exception
Fix version 2019.1
Affected versions No Affected versions
Fixed In EAP Undefined
VsVersion All Versions
Branch No branch

ReSharperPlatformVs16 Wave 191 Hive _404524e1 — JetBrains ReSharper Ultimate 2019.1 EAP 1 D Build 191.0.20190303.112701-eap01d

JetBrains dotCover 2019.1 EAP 1 D Build 2019.1.20190304.40052-eap01d
JetBrains dotMemory 2019.1 EAP 1 D Build 2019.1.20190304.40041-eap01d
JetBrains ReSharper 2019.1 EAP 1 D Build 2019.1.20190303.113815-eap01d

SubProducts.0 = JetBrains dotCover 2019.1 EAP 1 D Build 2019.1.20190304.40052-eap01d
SubProducts.1 = JetBrains ReSharper 2019.1 EAP 1 D Build 2019.1.20190303.113815-eap01d
SubProducts.2 = JetBrains dotMemory 2019.1 EAP 1 D Build 2019.1.20190304.40041-eap01d

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.ReSharper.UnitTestExplorer
StackTraceString = “
at JetBrains.ReSharper.UnitTestExplorer.Session.UnitTestSessionPanel.<>c__DisplayClass6_0.<.ctor>b__6(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 = “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 2019.1 EAP 1 D Build 191.0.20190303.112701-eap01d”
Data.SubProducts.#0 = “JetBrains dotCover 2019.1 EAP 1 D Build 2019.1.20190304.40052-eap01d”
Data.SubProducts.#1 = “JetBrains ReSharper 2019.1 EAP 1 D Build 2019.1.20190303.113815-eap01d”
Data.SubProducts.#2 = “JetBrains dotMemory 2019.1 EAP 1 D Build 2019.1.20190304.40041-eap01d”
Data.SccRevisionEnv = “
Platform\Core\Shell,
Platform\VisualStudio:
git::refs/heads/191::77d5f60a4b54f3fc87866897dd902f051d7fa6e4

Data.VsVersion = 16.0.28625.133
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 System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
at System.Reflection.RuntimePropertyInfo.SetValue(Object obj, Object value, BindingFlags invokeAttr, Binder binder, Object[] index, CultureInfo culture)
at System.Reflection.RuntimePropertyInfo.SetValue(Object obj, Object value, Object[] index)
at MS.Internal.Data.PropertyPathWorker.SetValue(Object item, Object value)
at MS.Internal.Data.ClrBindingWorker.UpdateValue(Object value)
at System.Windows.Data.BindingExpression.UpdateSource(Object value)
at System.Windows.Data.BindingExpressionBase.UpdateValue()
at System.Windows.Data.BindingExpression.UpdateOverride()
at System.Windows.Data.BindingExpressionBase.Update()
at System.Windows.Data.BindingExpressionBase.ProcessDirty()
at System.Windows.Data.BindingExpressionBase.Dirty()
at System.Windows.Data.BindingExpressionBase.SetValue(DependencyObject d, DependencyProperty dp, Object value)
at System.Windows.DependencyObject.SetValueCommon(DependencyProperty dp, Object value, PropertyMetadata metadata, Boolean coerceWithDeferredReference, Boolean coerceWithCurrentValue, OperationType operationType, Boolean isInternal)
at System.Windows.DependencyObject.SetCurrentValueInternal(DependencyProperty dp, Object value)
at System.Windows.Controls.Primitives.ToggleButton.OnToggle()
at System.Windows.Controls.Primitives.ToggleButton.OnClick()
at System.Windows.Controls.Primitives.ButtonBase.OnMouseLeftButtonUp(MouseButtonEventArgs e)
at System.Windows.UIElement.OnMouseLeftButtonUpThunk(Object sender, MouseButtonEventArgs e)
at System.Windows.Input.MouseButtonEventArgs.InvokeEventHandler(Delegate genericHandler, Object genericTarget)
at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
at System.Windows.UIElement.ReRaiseEventAs(DependencyObject sender, RoutedEventArgs args, RoutedEvent newEvent)
at System.Windows.UIElement.OnMouseUpThunk(Object sender, MouseButtonEventArgs e)
at System.Windows.Input.MouseButtonEventArgs.InvokeEventHandler(Delegate genericHandler, Object genericTarget)
at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
at System.Windows.UIElement.RaiseTrustedEvent(RoutedEventArgs args)
at System.Windows.UIElement.RaiseEvent(RoutedEventArgs args, Boolean trusted)
at System.Windows.Input.InputManager.ProcessStagingArea()
at System.Windows.Input.InputManager.ProcessInput(InputEventArgs input)
at System.Windows.Input.InputProviderSite.ReportInput(InputReport inputReport)
at System.Windows.Interop.HwndMouseInputProvider.ReportInput(IntPtr hwnd, InputMode mode, Int32 timestamp, RawMouseActions actions, Int32 x, Int32 y, Int32 wheel)
at System.Windows.Interop.HwndMouseInputProvider.FilterMessage(IntPtr hwnd, WindowMessage msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
at System.Windows.Interop.HwndSource.InputFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)

Viewing all 106942 articles
Browse latest View live


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