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

RSRP-273150: Disable by comment sometimes has incorrect text in comment

$
0
0
Reporter Valentin Kipiatkov (valentin) Valentin Kipiatkov (valentin)
Created Jun 23, 2011 10:52:22 PM
Updated Oct 24, 2018 8:04:57 PM
Resolved Oct 24, 2018 8:04:57 PM
Subsystem No Subsystem
Assignee Evgeny Pasynkov (pasynkov)
Priority Major
State Obsolete
Type Bug
Fix version 6.1
Affected versions No Affected versions
Fixed In Version ReSharper Undefined
VsVersion All Versions
Disable by comment warning about use of obsolete symbol. It inserts comment with the following text: "ReSharper disable CSharpWarnings::CS0612". Although the title of the context action says about 2 compiler warnings (CS0612 and CS0618). That's not correct. BTW why do we use such non-informative text for disabling such warnings, why not use our own id (which is far more descriptive) as we do for all warnings not having associated compiler id(s)?

RSRP-121461: Resharper warning comments violates StyleCop rules

$
0
0
Reporter Andriy Kvasnyts'a (professor_ak) Andriy Kvasnyts'a (professor_ak)
Created Sep 16, 2009 7:34:49 PM
Updated Oct 24, 2018 8:06:18 PM
Subsystem No Subsystem
Assignee Evgeny Pasynkov (pasynkov)
Priority Normal
State Submitted
Type Bug
Fix version No Fix versions
Affected versions No Affected versions
Fixed In Version ReSharper Undefined
VsVersion All Versions
Currently we're using R# on project with StyleCop, and once we encountered that we need to ignore resharper warning with comment(it was in Silverlight app file - there is general Exception catch - it has to be). But it appeared that resharper comment violates next StyleCop rule
SA1515: A single-line comment must be preceded by a blank line or another single-line comment, or must be the first item in its scope. To ignore this error when commenting out a line of code, begin the comment with '////' rather than '//'.
SA1108: A comment may not be placed within the bracketed statement.

First can be solved by teaching R# to understand also comments that starts with //// while I have no clue what to do with second. Currently we stopped on code like this:
try
{
// ReSharper disable EmptyGeneralCatchClause
some handling code
}
catch (Exception)
{
// ReSharper restore EmptyGeneralCatchClause
}
but it's not perfect solution as area can be wide enough to contain another occurences of say same try/catch. Another option - to suppress warnings about suppression of warnings seems to be too twisted.

RSRP-114311: 'Suppress inspection with comment' should use //// instead of // to satisfy StyleCop

$
0
0
Reporter Vladimir Reshetnikov (nikov) Vladimir Reshetnikov (nikov)
Created Jul 14, 2009 10:32:09 AM
Updated Oct 24, 2018 8:06:46 PM
Resolved Oct 24, 2018 8:06:46 PM
Subsystem Comment Code
Assignee Evgeny Pasynkov (pasynkov)
Priority Normal
State Duplicate
Type Cosmetics
Fix version Backlog
Affected versions No Affected versions
Fixed In Version ReSharper Undefined
VsVersion All Versions

RSRP-197368: Configurable or more ways to suppress R# warnings via comment

$
0
0
Reporter Harald-René Flasch (hfr) Harald-René Flasch (hfr)
Created Nov 9, 2010 8:47:03 PM
Updated Oct 24, 2018 8:06:46 PM
Subsystem Code Analysis
Assignee Ivan Serduk (IvanSerduk)
Priority Normal
State Submitted
Type Bug
Fix version Backlog
Affected versions 5.1
Fixed In Version ReSharper Undefined
VsVersion All Versions
For developers using R# 5.1 and StyleCop together:

Suppress R# waring via comment:
// ReSharper disable UnusedMember.Local
private void Test()
// ReSharper restore UnusedMember.Local
{
}
or
// ReSharper disable UnusedMember.Local
private void Test()
{
}
// ReSharper restore UnusedMember.Local

But this violates SA1515 StyleCop rule:A single-line comment must be preceded by a blank line or another single-line comment, or must be the first item in its scope. To ignore this error when commenting out a line of code, begin the comment with '////' rather than '//'.

When I use //// comment then R# does not recognize that the warning should be disabled:

//// ReSharper disable UnusedMember.Local
private void Test()
{
}
//// ReSharper restore UnusedMember.Local

Workaround (but looks ugly in my eyes):
// ReSharper disable UnusedMember.Local
private void Test()
{
} // ReSharper restore UnusedMember.Local

Also an option to use /**/ comment instead of a // comment for disabling R# warnings would be nice.

I think the easiest solution for not conflicting with StyleCop in this case would be:
//// ReSharper disable UnusedMember.Local
private void Test()
{
}
//// ReSharper restore UnusedMember.Local

RSRP-471428: Incorrect spelling check for misspelled identifier when '\\' in string.

$
0
0
Reporter Maria Pleskunina (Maria.Pleskunina) Maria Pleskunina (Maria.Pleskunina)
Created Sep 7, 2018 7:11:30 PM
Updated Oct 24, 2018 8:13:50 PM
Subsystem ReSpeller
Assignee Artem Bukhonov (Artem.Bukhonov)
Priority Major
State Submitted
Type Bug
Fix version Backlog
Affected versions 2018.2
Fixed In Version ReSharper Undefined
VsVersion All Versions

I have a line of code in my system:

using (var fs = File.OpenText("c:\\testing\\census-in.csv"))

it is getting a warning under "esting" in the string above that "esting" is a Typo in the string (Inspection: Typo in string literal), I suspect because the inspection thinks the '\t' in front of it is a tab character, rather than an escaped '' followed by 't'.

RSRP-470888: psiServices.Files.AllDocumentsAreCommitted

$
0
0
Reporter ReSharper anonymous (resharper) ReSharper anonymous (resharper)
Created Jun 28, 2018 6:28:25 PM
Updated Oct 24, 2018 8:45:21 PM
Resolved Aug 14, 2018 4:26:52 PM
Subsystem No Subsystem
Assignee Slava Trenogin (derigel)
Priority Show-stopper
State Fixed
Type Exception
Fix version 2018.2
Affected versions No Affected versions
Fixed In Version ReSharper Undefined
VsVersion All Versions
ReSharperPlatformVs15 Wave 182 Hive _e93b5236 — JetBrains ReSharper Ultimate 2018.2 EAP 0 D Build 182.0.20180625.93523-eap00d

JetBrains ReSharper 182 Build 182.0.20180627.80529-eap00d

psiServices.Files.AllDocumentsAreCommitted

— EXCEPTION #1/2 [AssertionException]
Message = psiServices.Files.AllDocumentsAreCommitted
ExceptionPath = Root.InnerException
ClassName = JetBrains.Util.Assertion+AssertionException
HResult = COR_E_EXCEPTION=80131500
Source = JetBrains.ReSharper.Feature.Services
StackTraceString = “
 at JetBrains.ReSharper.Feature.Services.Util.TextControlToPsi.GetPsiFilesFromDocument(ISolution solution, DocumentRange range, SourceFilesMask mask, PsiLanguageCategories categories)
 at JetBrains.ReSharper.Feature.Services.Util.TextControlToPsi.GetPsiFilesFromDocument(ISolution solution, DocumentRange range, SourceFilesMask mask, PsiLanguageCategories categories)
 at JetBrains.ReSharper.Feature.Services.Util.TextControlToPsi.GetElements[TTreeNode](ISolution solution, DocumentOffset documentOffset)
 at JetBrains.ReSharper.Feature.Services.Util.TextControlToPsi.GetElement[TTreeNode](ISolution solution, DocumentOffset documentOffset)
 at JetBrains.ReSharper.Feature.Services.Util.TextControlToPsi.GetElement[TTreeNode](ISolution solution, ITextControl textControl)
 at JetBrains.ReSharper.Feature.Services.Util.TextControlToPsi.GetElementFromCaretPosition[TTreeNode](ISolution solution, ITextControl textControl)
 at JetBrains.PsiFeatures.VisualStudio.Core.Snippets.Html.HtmlSnippetsHandler.InsertSnippetActionHandler.Execute(ISolution solution, ITextControl textControl)
 at JetBrains.PsiFeatures.VisualStudio.Core.Snippets.Html.HtmlSnippetsHandler.InsertSnippetActionHandler.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.ExecutableActionEvaluator.<>c__DisplayClass6_1.<Execute>g__NextExecute|0()
 at JetBrains.ReSharper.Feature.Services.TypingAssist.ActionContext.CallNext()
 at JetBrains.ReSharper.Feature.Services.TypingAssist.ActionContext.CallNext()
 at JetBrains.ReSharper.Feature.Services.TypingAssist.TypingAssistManager.ChainedContextBase`2.CallNext()
 at JetBrains.ReSharper.Feature.Services.TypingAssist.TypingAssistManager.Handle[TContext,THandler](TContext context, IEnumerable`1 handlers, Func`4 chainedContextFactory)
 at JetBrains.ReSharper.Feature.Services.TypingAssist.TypingAssistManager.ActionExecute(ITextControl textControl, IDataContext dataContext, String actionId, DelegateExecute nextExecute)
 at JetBrains.ReSharper.Feature.Services.TypingAssist.TypingAssistManager.ExternalActionHandler.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.ExecutableActionEvaluator.<>c__DisplayClass6_1.<Execute>g__NextExecute|0()
 at JetBrains.ReSharper.LiveTemplates.Execution.LiveAndPostfixTemplatesTabTracker.ExpandTemplateHandler.Execute(IDataContext context, DelegateExecute nextExecute)
 at JetBrains.ReSharper.LiveTemplates.Execution.LiveAndPostfixTemplatesTabTracker.ExpandTemplateHandler.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.ExecutableActionEvaluator.<>c__DisplayClass6_1.<Execute>g__NextExecute|0()
 at JetBrains.ReSharper.Feature.Services.CodeCompletion.Lookup.LookupActions.CompleteHandler.Execute(IDataContext context, DelegateExecute nextExecute)
 at JetBrains.ReSharper.Feature.Services.CodeCompletion.Lookup.LookupActions.CompleteHandler.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 = psiServices.Files.AllDocumentsAreCommitted
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 0 D Build 182.0.20180625.93523-eap00d”
Data.SubProducts.#0 = “JetBrains ReSharper 182 Build 182.0.20180627.80529-eap00d”
Data.SccRevisionEnv = “
Platform\Core\Shell:
    git::refs/heads/182::241e16628e0268f13ab9411a43a907ec3a14106e


Platform\VisualStudio:
    git::refs/heads/182::f5d55f54c47a0279c3dec07f8c266a5ea3cdc73c

Data.VsVersion = 15.0.26430.4
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.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, Func`1 executeWhenRequirementsReady, Action`1 failWith)
 at JetBrains.Application.UI.ActionsRevised.Handlers.EvaluatedAction.Execute()
 at JetBrains.VsIntegration.TextControl.VsTextControlOleCommandTarget.<>c__DisplayClass26_0.<TryDelegateToTypingHandlers_NonTyping>b__0()
 at JetBrains.VsIntegration.TextControl.VsTextControlOleCommandTarget.WithRegisteredDelegateBackToVsHandler(String sCommandName, Action`1 FExecDelegateBackToVs, Action FRun)
 at JetBrains.VsIntegration.TextControl.VsTextControlOleCommandTarget.TryDelegateToTypingHandlers_NonTyping(CommandID commandid, Action`1 FExecDelegateBackToVs)
 at JetBrains.VsIntegration.TextControl.VsTextControlOleCommandTarget.TryDelegateToTypingHandlers(Boolean bIsTyping, CommandID commandid, IntPtr pvaIn, Action`1 FExecDelegateBackToVsClosed)
 at JetBrains.VsIntegration.TextControl.VsTextControlOleCommandTarget.<>c__DisplayClass29_0.<Microsoft.VisualStudio.OLE.Interop.IOleCommandTarget.Exec>b__0()
 at JetBrains.Threading.ReentrancyGuard.Execute(String name, Action action)
 at JetBrains.Threading.ReentrancyGuard.TryExecute(String name, Action action)
 at JetBrains.VsIntegration.TextControl.VsTextControlOleCommandTarget.Microsoft.VisualStudio.OLE.Interop.IOleCommandTarget.Exec(Guid& pguidCmdGroupRef, UInt32 nCmdID, UInt32 nCmdexecopt, IntPtr pvaIn, IntPtr pvaOut)
 at Microsoft.VisualStudio.Editor.Implementation.CommandChainNode.InnerExec(Guid& pguidCmdGroup, UInt32 nCmdID, UInt32 nCmdexecopt, IntPtr pvaIn, IntPtr pvaOut)
 at Microsoft.VisualStudio.Editor.Implementation.CommandChainNode.InnerExec(Guid& pguidCmdGroup, UInt32 nCmdID, UInt32 nCmdexecopt, IntPtr pvaIn, IntPtr pvaOut)
 at Microsoft.VisualStudio.Editor.Implementation.SimpleTextViewWindow.Exec(Guid& pguidCmdGroup, UInt32 nCmdID, UInt32 nCmdexecopt, IntPtr pvaIn, IntPtr pvaOut)
 at Microsoft.VisualStudio.Editor.Implementation.CompoundTextViewWindow.Exec(Guid& pguidCmdGroup, UInt32 nCmdID, UInt32 nCmdexecopt, IntPtr pvaIn, IntPtr pvaOut)
 at Microsoft.VisualStudio.Platform.WindowManagement.DocumentObjectSite.Exec(Guid& pguidCmdGroup, UInt32 nCmdID, UInt32 nCmdexecopt, IntPtr pvaIn, IntPtr pvaOut)
 at Microsoft.VisualStudio.Platform.WindowManagement.WindowFrame.Exec(Guid& pguidCmdGroup, UInt32 nCmdID, UInt32 nCmdexecopt, IntPtr pvaIn, IntPtr pvaOut)

RSRP-471980: Import completion should not be prioritized over exact match of a local variable

$
0
0
Reporter Andrey Dyatlov (Andrey.Dyatlov) Andrey Dyatlov (Andrey.Dyatlov)
Created Oct 24, 2018 9:38:47 PM
Updated Oct 24, 2018 9:38:47 PM
Subsystem IntelliSense (Code Completion)
Assignee Alexander Shvedov (shvedov)
Priority Show-stopper
State Submitted
Type Bug
Fix version 2018.3
Affected versions No Affected versions
Fixed In Version ReSharper Undefined
VsVersion All Versions

RSRP-471402: Introduce Field: "protected internal" visibility is selected when dialog opens instead of "private".

$
0
0
Reporter Lilia Shamsutdinova (Lilia.Shamsutdinova) Lilia Shamsutdinova (Lilia.Shamsutdinova)
Created Sep 5, 2018 12:07:59 PM
Updated Oct 24, 2018 9:44:21 PM
Subsystem Refactorings
Assignee Alisa Afonina (alisa.afonina)
Priority Major
State Fixed In Branch
Type Bug
Fix version 2018.3
Affected versions 2018.2
Fixed In Version ReSharper Undefined
VsVersion All Versions

JetBrains.ReSharperUltimate.2018.2.EAP9D.Checked.(182.0.20180905.50240-eap09d).

public string _somethingHasFailed = "Something has failed";
  1. Invoke Introduce Field on "Something has failed".

Actual result:
"protected internal" visibility is selected.

Expected result:
"private" visibility is selected.


RSRP-465457: Regex templates

$
0
0
Reporter Andreas (soulfury) Andreas (soulfury)
Created Jul 16, 2017 10:49:20 PM
Updated Oct 25, 2018 1:44:45 AM
Subsystem Live Templates
Assignee Slava Tutushkin (slava.tutushkin)
Priority Normal
State Submitted
Type Feature
Fix version Backlog
Affected versions No Affected versions
Fixed In Version ReSharper Undefined
VsVersion All Versions
I often find myself writing regex to attach attributes to convert

public string someProperty {get;set;}

into this

[JsonProperty("someProperty")
public string someProperty {get;set;}

to then apply name refactoring into

[JsonProperty("someProperty")
public string SomeProperty {get;set;}

My feature idea essentially is a new kind of resharper regex template, which allows for capturing results of the selection to then generate code depending on that (while potentially applying macros such as uppercasing to them).

Optional part of feature suggestion:

Ideally it should be possible to pull such templates from files and online storages without having to manually export and import them to different computers so anyone could just go ahead and add a regex template source without knowing about them in particular.

I'm pretty sure plenty of people could previously have used a surround template which adds a JsonProperty attribute.

I tried to use the macro Documentation: entity short name to solve this but it didn't work. So i thought i'd share the idea.

RSRP-471768: One or more errors occurred. Method not found: 'System.Collections.Generic.IEnumerable`1

$
0
0
Reporter ReSharper anonymous (resharper) ReSharper anonymous (resharper)
Created Oct 1, 2018 7:02:33 PM
Updated Oct 25, 2018 3:20:03 AM
Subsystem Unit Testing
Assignee Eugene Strizhok (Eugene.Strizhok)
Priority Normal
State Submitted
Type Exception
Fix version No Fix versions
Affected versions 2018.2.3
Fixed In Version ReSharper Undefined
VsVersion All Versions
ReSharperPlatformVs15 Wave 182 Hive _c1dfaa6d — JetBrains ReSharper Ultimate 2018.2.3 Build 182.0.20180912.70621

JetBrains ReSharper 2018.2.3 Build 2018.2.20180912.160227

SubProducts.0 = JetBrains ReSharper 2018.2.3 Build 2018.2.20180912.160227

One or more errors occurred. Method not found: 'System.Collections.Generic.IEnumerable1<System.Collections.Generic.IEnumerable1<Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.TestRunCriteria>> Microsoft.VisualStudio.TestWindow.Controller.TestRunConfiguration.GetAllCriteriaQueues()'.

— EXCEPTION #1/3 [MissingMethodException]
Message = “Method not found: 'System.Collections.Generic.IEnumerable1<System.Collections.Generic.IEnumerable1<Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.TestRunCriteria>> Microsoft.VisualStudio.TestWindow.Controller.TestRunConfiguration.GetAllCriteriaQueues()'.”
ExceptionPath.1 = Root.InnerException.InnerException
ExceptionPath.2 = Root.InnerException.InnerExceptions.#0
ClassName = System.MissingMethodException
HResult = COR_E_MISSINGMETHOD=80131513
Source = JetBrains.ReSharper.UnitTestProvider.MSTest15
StackTraceString = “
 at JetBrains.ReSharper.UnitTestProvider.MSTest11.New.MsTestRunnerBase.Run(IUnitTestRun run, IDeploymentData deploymentData, ITestContainer testContainer, Action onRunCompletion)
 at JetBrains.ReSharper.UnitTestProvider.MSTest11.New.MsTestRunnerBase.Run(IUnitTestRun run, IDeploymentData deploymentData, ITestContainer testContainer, Action onRunCompletion)
 at JetBrains.ReSharper.UnitTestProvider.MSTest11.New.Windows10AppRunStrategyBase.<>c__DisplayClass27_1.<RunTests>b__2(Task __)
 at System.Threading.Tasks.ContinuationTaskFromTask.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 = mscorlib
InnerExceptions.#0 = “Exception #1 at Root.InnerException.InnerException”
StackTraceString = “
 at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
 at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
 at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
 at JetBrains.ReSharper.UnitTestProvider.MSTest11.New.Windows10AppRunStrategyBase.<>c__DisplayClass27_0.<RunTests>b__1()
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)


— Outer —

— EXCEPTION #3/3 [LoggerException]
Message = “One or more errors occurred.”
ExceptionPath = Root
ClassName = JetBrains.Util.LoggerException
Data.ManagedThreadName = “JetPool(L) #7”
Data.SccRevisionShell = “<there are no packages matching the criteria>”
Data.HostProductInfo = “JetBrains ReSharper Ultimate 2018.2.3 Build 182.0.20180912.70621”
Data.SubProducts.#0 = “JetBrains ReSharper 2018.2.3 Build 2018.2.20180912.160227”
Data.SccRevisionEnv = “
Platform\Core\Shell:
    git::refs/heads/182-eap12-2018.2.3::5568ce45a9672dd8997819ab37f68ac707581ebd


Platform\VisualStudio:
    git::refs/heads/182-eap12-2018.2.3::291c1135b6b287764887c208c7a13422c38434a8

Data.VsVersion = 15.8.28010.2036
InnerException = “Exception #2 at Root.InnerException”
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
 at JetBrains.ReSharper.UnitTestProvider.MSTest11.New.Windows10AppRunStrategyBase.<>c__DisplayClass27_0.<RunTests>b__0(Task _)
 at System.Threading.Tasks.ContinuationTaskFromTask.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 #D.JetPool(L) #7(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-471962: While editing in the VS2017 (latest stable build) Resharper will periodically completely miss parse a code file and put an error marker on every line of code even though there are no errors. The only way to reverse the problem is to rebuild the solution which often is NOT convenient. Very frustrating!

$
0
0
Reporter Thomas McClure (Thomas.McClure) Thomas McClure (Thomas.McClure)
Created Oct 24, 2018 3:24:28 AM
Updated Oct 25, 2018 3:43:19 AM
Subsystem Platform - VS Integration
Assignee Alexandra Kuks (Asia.Rudenko)
Priority Normal
State To Reproduce
Type Bug
Fix version No Fix versions
Affected versions No Affected versions
Fixed In Version ReSharper Undefined
VsVersion All Versions

See attached screen capture.

RSRP-471926: declaredType.IsValid()

$
0
0
Reporter ReSharper anonymous (resharper) ReSharper anonymous (resharper)
Created Jul 6, 2018 1:15:24 PM
Updated Oct 25, 2018 3:57:15 AM
Subsystem Parameter Info
Assignee Sergey Kuks (coox)
Priority Critical
State Submitted
Type Exception
Fix version 2018.3
Affected versions No Affected versions
Fixed In Version ReSharper Undefined
VsVersion All Versions
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

SubProducts.0 = JetBrains dotTrace 182 Build 182.0.20180628.132215-eap01
SubProducts.1 = JetBrains ReSharper 182 Build 182.0.20180628.125556-eap01
SubProducts.2 = JetBrains dotMemory 182 Build 182.0.20180628.132247-eap01

declaredType.IsValid()

— EXCEPTION #1/2 [AssertionException]
Message = declaredType.IsValid()
ExceptionPath = Root.InnerException
ClassName = JetBrains.Util.Assertion+AssertionException
HResult = COR_E_EXCEPTION=80131500
Source = JetBrains.ReSharper.Psi
StackTraceString = “
 at JetBrains.ReSharper.Psi.Impl.Types.DeclaredTypeBase.Equals(IType type, IEqualityComparer`1 childrenComparer)
 at JetBrains.ReSharper.Psi.Impl.Types.DeclaredTypeBase.Equals(IType type, IEqualityComparer`1 childrenComparer)
 at JetBrains.ReSharper.Psi.TypeEqualityComparer.VisitType(IType type, IType otherType)
 at JetBrains.ReSharper.Psi.TypeEqualityComparer.VisitDeclaredType(IDeclaredType declaredType, IType otherType)
 at JetBrains.ReSharper.Psi.Impl.Types.DeclaredTypeBase.Accept[TContext,TResult](TypeVisitor`2 typeVisitor, TContext context)
 at JetBrains.ReSharper.Psi.TypeEqualityComparer.Equals(IType x, IType y)
 at JetBrains.ReSharper.Psi.DeclaredElementInstance.Compare(DeclaredElementInstance lhs, DeclaredElementInstance rhs, IEqualityComparer`1 typeComparer)
 at JetBrains.ReSharper.Psi.DeclaredElementInstance.Equals(Object obj)
 at JetBrains.ReSharper.Feature.Services.ParameterInfo.ParameterInfoCandidate.Equals(Object obj)
 at JetBrains.ReSharper.Feature.Services.ParameterInfo.ParameterInfoContextBase.Equals(Object obj)
 at System.Object.Equals(Object objA, Object objB)
 at JetBrains.DataFlow.Property`1.SetValue(TValue value, Object cookie)
 at JetBrains.DataFlow.Property`1.set_Value(TValue value)
 at JetBrains.ReSharper.Feature.Services.ParameterInfo.EditorParameterInfoHandler.SetContextActivity.Finish()
 at JetBrains.Application.Threading.InterruptableReadActivity.FinishingProc()


— Outer —

— EXCEPTION #2/2 [LoggerException]
Message = declaredType.IsValid()
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 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.Application.Threading.InterruptableReadActivity.FinishingProc()
 at JetBrains.Application.Threading.InterruptableReadActivity.FinishingProc()
 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 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-471749: The supplied SnapshotPoint is on an incorrect snapshot.

$
0
0
Reporter ReSharper anonymous (resharper) ReSharper anonymous (resharper)
Created Oct 4, 2018 3:06:24 PM
Updated Oct 25, 2018 4:15:25 AM
Subsystem Structured Patterns (SSR)
Assignee Vadim Lomshakov (Vadim.Lomshakov)
Priority Normal
State Submitted
Type Exception
Fix version 2018.3
Affected versions No Affected versions
Fixed In Version ReSharper Undefined
VsVersion All Versions
ReSharperPlatformVs15 Wave 183 Hive _53b8c6f9 — JetBrains ReSharper Ultimate 2018.3 EAP 1 Build 183.0.20181004.54632-eap01

JetBrains dotCover 2018.3 EAP 1 Build 2018.3.20181004.60151-eap01
JetBrains dotMemory 2018.3 EAP 1 Build 2018.3.20181004.60002-eap01
JetBrains dotTrace 2018.3 EAP 1 Build 2018.3.20181004.60149-eap01
JetBrains ReSharper 2018.3 EAP 1 Build 2018.3.20181004.55845-eap01
JetBrains ReSharper C++ 2018.3 EAP 1 Build 2018.3.20181004.55848-eap01
JetBrains TeamCity Add-in 2018.3 EAP 1 Build 2018.3.20181004.55851-eap01

SubProducts.0 = JetBrains dotCover 2018.3 EAP 1 Build 2018.3.20181004.60151-eap01
SubProducts.1 = JetBrains dotTrace 2018.3 EAP 1 Build 2018.3.20181004.60149-eap01
SubProducts.2 = JetBrains ReSharper C++ 2018.3 EAP 1 Build 2018.3.20181004.55848-eap01
SubProducts.3 = JetBrains TeamCity Add-in 2018.3 EAP 1 Build 2018.3.20181004.55851-eap01
SubProducts.4 = JetBrains ReSharper 2018.3 EAP 1 Build 2018.3.20181004.55845-eap01
SubProducts.5 = JetBrains dotMemory 2018.3 EAP 1 Build 2018.3.20181004.60002-eap01

The supplied SnapshotPoint is on an incorrect snapshot.

— EXCEPTION #1/2 [ArgumentException]
Message = “The supplied SnapshotPoint is on an incorrect snapshot.”
ExceptionPath = Root.InnerException
ClassName = System.ArgumentException
HResult = E_INVALIDARG=COR_E_ARGUMENT=80070057
Source = Microsoft.VisualStudio.Platform.VSEditor
StackTraceString = “
 at Microsoft.VisualStudio.Text.Editor.Implementation.WpfTextView.ValidateBufferPosition(SnapshotPoint bufferPosition)
 at Microsoft.VisualStudio.Text.Editor.Implementation.WpfTextView.ValidateBufferPosition(SnapshotPoint bufferPosition)
 at Microsoft.VisualStudio.Text.Editor.Implementation.WpfTextView.DisplayTextLineContainingBufferPosition(SnapshotPoint bufferPosition, Double verticalDistance, ViewRelativePosition relativeTo, Nullable`1 viewportWidthOverride, Nullable`1 viewportHeightOverride)
 at Microsoft.VisualStudio.Text.Editor.Implementation.WpfTextView.DisplayTextLineContainingBufferPosition(SnapshotPoint bufferPosition, Double verticalDistance, ViewRelativePosition relativeTo)
 at JetBrains.Platform.VisualStudio.SinceVs10.TextControl.VsTextControlScrollingDevTen.JetBrains.TextControl.ITextControlScrolling.ScrollTo(ITextControlPos position, TextControlScrollType scrolltype)


— Outer —

— EXCEPTION #2/2 [LoggerException]
Message = “The supplied SnapshotPoint is on an incorrect snapshot.”
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 2018.3 EAP 1 Build 183.0.20181004.54632-eap01”
Data.SubProducts.#0 = “JetBrains dotCover 2018.3 EAP 1 Build 2018.3.20181004.60151-eap01”
Data.SubProducts.#1 = “JetBrains dotTrace 2018.3 EAP 1 Build 2018.3.20181004.60149-eap01”
Data.SubProducts.#2 = “JetBrains ReSharper C++ 2018.3 EAP 1 Build 2018.3.20181004.55848-eap01”
Data.SubProducts.#3 = “JetBrains TeamCity Add-in 2018.3 EAP 1 Build 2018.3.20181004.55851-eap01”
Data.SubProducts.#4 = “JetBrains ReSharper 2018.3 EAP 1 Build 2018.3.20181004.55845-eap01”
Data.SubProducts.#5 = “JetBrains dotMemory 2018.3 EAP 1 Build 2018.3.20181004.60002-eap01”
Data.SccRevisionEnv = “
Platform\Core\Shell:
    git::refs/heads/183-eap1

Platform\VisualStudio:
    git::refs/heads/183-eap1::974f862ba645c07a3e65ffa9b5a8d1b48bff4dcb

Data.VsVersion = 15.8.28010.2026
InnerException = “Exception #1 at Root.InnerException”
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
 at JetBrains.Util.Logging.LogEx.Error(ILog this, Exception ex, String message)
 at JetBrains.Util.Logging.LogEx.Error(ILog this, Exception ex, String message)
 at JetBrains.Platform.VisualStudio.SinceVs10.TextControl.VsTextControlScrollingDevTen.JetBrains.TextControl.ITextControlScrolling.ScrollTo(ITextControlPos position, TextControlScrollType scrolltype)
 at JetBrains.PsiFeatures.UIInteractive.Features.StructuralSearch.StructuralSearchForm.set_Pattern(IStructuralSearchPattern value)
 at JetBrains.PsiFeatures.UIInteractive.Features.StructuralSearch.StructuralSearchForm.InitializeData(Boolean showRecentSearch)
 at JetBrains.PsiFeatures.UIInteractive.Features.StructuralSearch.StructuralSearchForm..ctor(Lifetime lifetime, ISolution solution, ISearchDomainContext searchDomainContext, StructuralSearchEngine engine, PsiProjectFileTypeCoordinator psiProjectFileTypeCoordinator, IWin32Window ownerwin, IWindowBranding windowBranding, IThreading invocator, FormValidators formValidators, IWindowsHookManager windowsHookManager, IDocumentMarkupManager documentMarkupManager, PlaceholderEditorManager placeholderEditorManager, IUIApplication environment, ILanguages languages, LanguageManager languageManager, Boolean showRecentSearch, Boolean isShownFromOptions)
 at JetBrains.PsiFeatures.UIInteractive.Features.StructuralSearch.StructuralSearchActionManager.SearchAction(IDataContext context)
 at JetBrains.PsiFeatures.UIInteractive.Features.StructuralSearch.StructuralSearchSearchAction.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()
 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, Func`1 executeWhenRequirementsReady, Action`1 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)
 at Microsoft.VisualStudio.Shell.Interop.IVsUIDataSource.Invoke(String verb, Object pvaIn, Object& pvaOut)
 at Microsoft.Internal.VisualStudio.PlatformUI.DataSource.Invoke(String verb, Object pvaIn, Object& pvaOut)
 at Microsoft.VisualStudio.PlatformUI.VsCommand.Execute(Object parameter)
 at MS.Internal.Commands.CommandHelpers.CriticalExecuteCommandSource(ICommandSource commandSource, Boolean userInitiated)
 at System.Windows.Controls.MenuItem.InvokeClickAfterRender(Object arg)
 at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
 at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
 at System.Windows.Threading.DispatcherOperation.InvokeImpl()
 at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
 at MS.Internal.CulturePreservingExecutionContext.CallbackWrapper(Object obj)
 at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
 at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
 at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
 at MS.Internal.CulturePreservingExecutionContext.Run(CulturePreservingExecutionContext executionContext, ContextCallback callback, Object state)
 at System.Windows.Threading.DispatcherOperation.Invoke()
 at System.Windows.Threading.Dispatcher.ProcessQueue()
 at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
 at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
 at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
 at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
 at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
 at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
 at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)

RSRP-471748: span is not of the ITextView's TextSnapshot

$
0
0
Reporter ReSharper anonymous (resharper) ReSharper anonymous (resharper)
Created Oct 4, 2018 3:06:30 PM
Updated Oct 25, 2018 4:15:34 AM
Subsystem Structured Patterns (SSR)
Assignee Vadim Lomshakov (Vadim.Lomshakov)
Priority Normal
State Submitted
Type Exception
Fix version 2018.3
Affected versions No Affected versions
Fixed In Version ReSharper Undefined
VsVersion All Versions
ReSharperPlatformVs15 Wave 183 Hive _53b8c6f9 — JetBrains ReSharper Ultimate 2018.3 EAP 1 Build 183.0.20181004.54632-eap01

JetBrains dotCover 2018.3 EAP 1 Build 2018.3.20181004.60151-eap01
JetBrains dotMemory 2018.3 EAP 1 Build 2018.3.20181004.60002-eap01
JetBrains dotTrace 2018.3 EAP 1 Build 2018.3.20181004.60149-eap01
JetBrains ReSharper 2018.3 EAP 1 Build 2018.3.20181004.55845-eap01
JetBrains ReSharper C++ 2018.3 EAP 1 Build 2018.3.20181004.55848-eap01
JetBrains TeamCity Add-in 2018.3 EAP 1 Build 2018.3.20181004.55851-eap01

SubProducts.0 = JetBrains dotCover 2018.3 EAP 1 Build 2018.3.20181004.60151-eap01
SubProducts.1 = JetBrains dotTrace 2018.3 EAP 1 Build 2018.3.20181004.60149-eap01
SubProducts.2 = JetBrains ReSharper C++ 2018.3 EAP 1 Build 2018.3.20181004.55848-eap01
SubProducts.3 = JetBrains TeamCity Add-in 2018.3 EAP 1 Build 2018.3.20181004.55851-eap01
SubProducts.4 = JetBrains ReSharper 2018.3 EAP 1 Build 2018.3.20181004.55845-eap01
SubProducts.5 = JetBrains dotMemory 2018.3 EAP 1 Build 2018.3.20181004.60002-eap01

span is not of the ITextView's TextSnapshot

— EXCEPTION #1/2 [ArgumentException]
Message = “span is not of the ITextView's TextSnapshot”
ExceptionPath = Root.InnerException
ClassName = System.ArgumentException
HResult = E_INVALIDARG=COR_E_ARGUMENT=80070057
Source = Microsoft.VisualStudio.Platform.VSEditor
StackTraceString = “
 at Microsoft.VisualStudio.Text.Editor.Implementation.DefaultViewScroller.EnsureSpanVisible(VirtualSnapshotSpan span, EnsureSpanVisibleOptions options)
 at Microsoft.VisualStudio.Text.Editor.Implementation.DefaultViewScroller.EnsureSpanVisible(VirtualSnapshotSpan span, EnsureSpanVisibleOptions options)
 at JetBrains.Platform.VisualStudio.SinceVs10.TextControl.VsTextControlScrollingDevTen.<>c__DisplayClass9_2.<JetBrains.TextControl.ITextControlScrolling.ScrollTo>b__8()
 at JetBrains.Util.Logging.Logger.Catch(Action action)


— Outer —

— EXCEPTION #2/2 [LoggerException]
Message = “span is not of the ITextView's TextSnapshot”
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 2018.3 EAP 1 Build 183.0.20181004.54632-eap01”
Data.SubProducts.#0 = “JetBrains dotCover 2018.3 EAP 1 Build 2018.3.20181004.60151-eap01”
Data.SubProducts.#1 = “JetBrains dotTrace 2018.3 EAP 1 Build 2018.3.20181004.60149-eap01”
Data.SubProducts.#2 = “JetBrains ReSharper C++ 2018.3 EAP 1 Build 2018.3.20181004.55848-eap01”
Data.SubProducts.#3 = “JetBrains TeamCity Add-in 2018.3 EAP 1 Build 2018.3.20181004.55851-eap01”
Data.SubProducts.#4 = “JetBrains ReSharper 2018.3 EAP 1 Build 2018.3.20181004.55845-eap01”
Data.SubProducts.#5 = “JetBrains dotMemory 2018.3 EAP 1 Build 2018.3.20181004.60002-eap01”
Data.SccRevisionEnv = “
Platform\Core\Shell:
    git::refs/heads/183-eap1

Platform\VisualStudio:
    git::refs/heads/183-eap1::974f862ba645c07a3e65ffa9b5a8d1b48bff4dcb

Data.VsVersion = 15.8.28010.2026
InnerException = “Exception #1 at Root.InnerException”
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
 at JetBrains.Util.Logging.Logger.Catch(Action action)
 at JetBrains.Util.Logging.Logger.Catch(Action action)
 at JetBrains.Platform.VisualStudio.SinceVs10.TextControl.VsTextControlScrollingDevTen.<>c__DisplayClass9_1.<JetBrains.TextControl.ITextControlScrolling.ScrollTo>b__1(EnsureSpanVisibleOptions opt)
 at JetBrains.Platform.VisualStudio.SinceVs10.TextControl.VsTextControlScrollingDevTen.JetBrains.TextControl.ITextControlScrolling.ScrollTo(ITextControlPos position, TextControlScrollType scrolltype)
 at JetBrains.PsiFeatures.UIInteractive.Features.StructuralSearch.StructuralSearchForm.set_Pattern(IStructuralSearchPattern value)
 at JetBrains.PsiFeatures.UIInteractive.Features.StructuralSearch.StructuralSearchForm.InitializeData(Boolean showRecentSearch)
 at JetBrains.PsiFeatures.UIInteractive.Features.StructuralSearch.StructuralSearchForm..ctor(Lifetime lifetime, ISolution solution, ISearchDomainContext searchDomainContext, StructuralSearchEngine engine, PsiProjectFileTypeCoordinator psiProjectFileTypeCoordinator, IWin32Window ownerwin, IWindowBranding windowBranding, IThreading invocator, FormValidators formValidators, IWindowsHookManager windowsHookManager, IDocumentMarkupManager documentMarkupManager, PlaceholderEditorManager placeholderEditorManager, IUIApplication environment, ILanguages languages, LanguageManager languageManager, Boolean showRecentSearch, Boolean isShownFromOptions)
 at JetBrains.PsiFeatures.UIInteractive.Features.StructuralSearch.StructuralSearchActionManager.SearchAction(IDataContext context)
 at JetBrains.PsiFeatures.UIInteractive.Features.StructuralSearch.StructuralSearchSearchAction.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()
 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, Func`1 executeWhenRequirementsReady, Action`1 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)
 at Microsoft.VisualStudio.Shell.Interop.IVsUIDataSource.Invoke(String verb, Object pvaIn, Object& pvaOut)
 at Microsoft.Internal.VisualStudio.PlatformUI.DataSource.Invoke(String verb, Object pvaIn, Object& pvaOut)
 at Microsoft.VisualStudio.PlatformUI.VsCommand.Execute(Object parameter)
 at MS.Internal.Commands.CommandHelpers.CriticalExecuteCommandSource(ICommandSource commandSource, Boolean userInitiated)
 at System.Windows.Controls.MenuItem.InvokeClickAfterRender(Object arg)
 at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
 at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
 at System.Windows.Threading.DispatcherOperation.InvokeImpl()
 at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
 at MS.Internal.CulturePreservingExecutionContext.CallbackWrapper(Object obj)
 at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
 at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
 at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
 at MS.Internal.CulturePreservingExecutionContext.Run(CulturePreservingExecutionContext executionContext, ContextCallback callback, Object state)
 at System.Windows.Threading.DispatcherOperation.Invoke()
 at System.Windows.Threading.Dispatcher.ProcessQueue()
 at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
 at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
 at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
 at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
 at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
 at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
 at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)

RSRP-471747: The given span is on an invalid buffer.Spans must be generated against the view model's edit buffer Parameter name: span

$
0
0
Reporter ReSharper anonymous (resharper) ReSharper anonymous (resharper)
Created Oct 4, 2018 3:06:36 PM
Updated Oct 25, 2018 4:15:42 AM
Subsystem Structured Patterns (SSR)
Assignee Vadim Lomshakov (Vadim.Lomshakov)
Priority Normal
State Submitted
Type Exception
Fix version 2018.3
Affected versions No Affected versions
Fixed In Version ReSharper Undefined
VsVersion All Versions
ReSharperPlatformVs15 Wave 183 Hive _53b8c6f9 — JetBrains ReSharper Ultimate 2018.3 EAP 1 Build 183.0.20181004.54632-eap01

JetBrains dotCover 2018.3 EAP 1 Build 2018.3.20181004.60151-eap01
JetBrains dotMemory 2018.3 EAP 1 Build 2018.3.20181004.60002-eap01
JetBrains dotTrace 2018.3 EAP 1 Build 2018.3.20181004.60149-eap01
JetBrains ReSharper 2018.3 EAP 1 Build 2018.3.20181004.55845-eap01
JetBrains ReSharper C++ 2018.3 EAP 1 Build 2018.3.20181004.55848-eap01
JetBrains TeamCity Add-in 2018.3 EAP 1 Build 2018.3.20181004.55851-eap01

SubProducts.0 = JetBrains dotCover 2018.3 EAP 1 Build 2018.3.20181004.60151-eap01
SubProducts.1 = JetBrains dotTrace 2018.3 EAP 1 Build 2018.3.20181004.60149-eap01
SubProducts.2 = JetBrains ReSharper C++ 2018.3 EAP 1 Build 2018.3.20181004.55848-eap01
SubProducts.3 = JetBrains TeamCity Add-in 2018.3 EAP 1 Build 2018.3.20181004.55851-eap01
SubProducts.4 = JetBrains ReSharper 2018.3 EAP 1 Build 2018.3.20181004.55845-eap01
SubProducts.5 = JetBrains dotMemory 2018.3 EAP 1 Build 2018.3.20181004.60002-eap01

The given span is on an invalid buffer.Spans must be generated against the view model's edit buffer Parameter name: span

— EXCEPTION #1/2 [ArgumentException]
Message = “The given span is on an invalid buffer.Spans must be generated against the view model's edit buffer”
ExceptionPath = Root.InnerException
ClassName = System.ArgumentException
HResult = E_INVALIDARG=COR_E_ARGUMENT=80070057
Source = Microsoft.VisualStudio.Platform.VSEditor
ParamName = span
StackTraceString = “
 at Microsoft.VisualStudio.Text.Outlining.OutliningManager.EnsureValid(SnapshotSpan span)
 at Microsoft.VisualStudio.Text.Outlining.OutliningManager.EnsureValid(SnapshotSpan span)
 at Microsoft.VisualStudio.Text.Outlining.OutliningManager.ExpandAllInternal(Boolean removalPending, SnapshotSpan span, Predicate`1 match)
 at Microsoft.VisualStudio.Text.Outlining.OutliningManager.ExpandAll(SnapshotSpan span, Predicate`1 match)
 at JetBrains.Platform.VisualStudio.SinceVs10.Interop.Extension.TextControl.IWpfTextViewEx.EnsureOutliningExpanded(IWpfTextView view, SnapshotSpan span, IOutliningManagerService outliningManagerService)
 at JetBrains.Platform.VisualStudio.SinceVs10.TextControl.VsTextControlScrollingDevTen.<>c__DisplayClass9_1.<JetBrains.TextControl.ITextControlScrolling.ScrollTo>b__0()
 at JetBrains.Util.Logging.Logger.Catch(Action action)


— Outer —

— EXCEPTION #2/2 [LoggerException]
Message = “
The given span is on an invalid buffer.Spans must be generated against the view model's edit buffer
Parameter name: span

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 2018.3 EAP 1 Build 183.0.20181004.54632-eap01”
Data.SubProducts.#0 = “JetBrains dotCover 2018.3 EAP 1 Build 2018.3.20181004.60151-eap01”
Data.SubProducts.#1 = “JetBrains dotTrace 2018.3 EAP 1 Build 2018.3.20181004.60149-eap01”
Data.SubProducts.#2 = “JetBrains ReSharper C++ 2018.3 EAP 1 Build 2018.3.20181004.55848-eap01”
Data.SubProducts.#3 = “JetBrains TeamCity Add-in 2018.3 EAP 1 Build 2018.3.20181004.55851-eap01”
Data.SubProducts.#4 = “JetBrains ReSharper 2018.3 EAP 1 Build 2018.3.20181004.55845-eap01”
Data.SubProducts.#5 = “JetBrains dotMemory 2018.3 EAP 1 Build 2018.3.20181004.60002-eap01”
Data.SccRevisionEnv = “
Platform\Core\Shell:
    git::refs/heads/183-eap1

Platform\VisualStudio:
    git::refs/heads/183-eap1::974f862ba645c07a3e65ffa9b5a8d1b48bff4dcb

Data.VsVersion = 15.8.28010.2026
InnerException = “Exception #1 at Root.InnerException”
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
 at JetBrains.Util.Logging.Logger.Catch(Action action)
 at JetBrains.Util.Logging.Logger.Catch(Action action)
 at JetBrains.Platform.VisualStudio.SinceVs10.TextControl.VsTextControlScrollingDevTen.JetBrains.TextControl.ITextControlScrolling.ScrollTo(ITextControlPos position, TextControlScrollType scrolltype)
 at JetBrains.PsiFeatures.UIInteractive.Features.StructuralSearch.StructuralSearchForm.set_Pattern(IStructuralSearchPattern value)
 at JetBrains.PsiFeatures.UIInteractive.Features.StructuralSearch.StructuralSearchForm.InitializeData(Boolean showRecentSearch)
 at JetBrains.PsiFeatures.UIInteractive.Features.StructuralSearch.StructuralSearchForm..ctor(Lifetime lifetime, ISolution solution, ISearchDomainContext searchDomainContext, StructuralSearchEngine engine, PsiProjectFileTypeCoordinator psiProjectFileTypeCoordinator, IWin32Window ownerwin, IWindowBranding windowBranding, IThreading invocator, FormValidators formValidators, IWindowsHookManager windowsHookManager, IDocumentMarkupManager documentMarkupManager, PlaceholderEditorManager placeholderEditorManager, IUIApplication environment, ILanguages languages, LanguageManager languageManager, Boolean showRecentSearch, Boolean isShownFromOptions)
 at JetBrains.PsiFeatures.UIInteractive.Features.StructuralSearch.StructuralSearchActionManager.SearchAction(IDataContext context)
 at JetBrains.PsiFeatures.UIInteractive.Features.StructuralSearch.StructuralSearchSearchAction.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()
 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, Func`1 executeWhenRequirementsReady, Action`1 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)
 at Microsoft.VisualStudio.Shell.Interop.IVsUIDataSource.Invoke(String verb, Object pvaIn, Object& pvaOut)
 at Microsoft.Internal.VisualStudio.PlatformUI.DataSource.Invoke(String verb, Object pvaIn, Object& pvaOut)
 at Microsoft.VisualStudio.PlatformUI.VsCommand.Execute(Object parameter)
 at MS.Internal.Commands.CommandHelpers.CriticalExecuteCommandSource(ICommandSource commandSource, Boolean userInitiated)
 at System.Windows.Controls.MenuItem.InvokeClickAfterRender(Object arg)
 at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
 at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
 at System.Windows.Threading.DispatcherOperation.InvokeImpl()
 at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
 at MS.Internal.CulturePreservingExecutionContext.CallbackWrapper(Object obj)
 at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
 at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
 at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
 at MS.Internal.CulturePreservingExecutionContext.Run(CulturePreservingExecutionContext executionContext, ContextCallback callback, Object state)
 at System.Windows.Threading.DispatcherOperation.Invoke()
 at System.Windows.Threading.Dispatcher.ProcessQueue()
 at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
 at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
 at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
 at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
 at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
 at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
 at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)

RSRP-471981: I cannot download any update

$
0
0
Reporter Jamil Muammar (jamil.1) Jamil Muammar (jamil.1)
Created Oct 25, 2018 9:03:15 AM
Updated Oct 25, 2018 9:03:15 AM
Subsystem No Subsystem
Assignee Unassigned
Priority Normal
State Submitted
Type Unspecified
Fix version No Fix versions
Affected versions No Affected versions
Fixed In Version ReSharper Undefined
VsVersion All Versions

Hi,
I cannot download any update, attached error & log files

RSRP-471576: Type reference could be only for type reference but is used on

$
0
0
Reporter Lilia Shamsutdinova (Lilia.Shamsutdinova) Lilia Shamsutdinova (Lilia.Shamsutdinova)
Created Sep 20, 2018 4:58:04 PM
Updated Oct 25, 2018 9:19:23 AM
Subsystem JavaScript
Assignee Nikita Popov (poksh)
Priority Normal
State Submitted
Type Exception
Fix version Backlog
Affected versions 2018.3
Fixed In Version ReSharper Undefined
VsVersion All Versions
ReSharperPlatformVs15 Wave 183 Hive _3f3919c0ProjectModel — JetBrains ReSharper Ultimate 2018.3 EAP 1 D Build 183.0.20180918.154710-eap01d

JetBrains ReSharper 2018.3 EAP 1 D Build 2018.3.20180918.160255-eap01d

Type reference could be only for type reference but is used on

— EXCEPTION #1/1 [LoggerException]
Message = “Type reference could be only for type reference but is used on”
ExceptionPath = Root
ClassName = JetBrains.Util.LoggerException
Data.ManagedThreadName = “JetPool(L) #7”
Data.SccRevisionShell = “<there are no packages matching the criteria>”
Data.HostProductInfo = “JetBrains ReSharper Ultimate 2018.3 EAP 1 D Build 183.0.20180918.154710-eap01d”
Data.SubProducts.#0 = “JetBrains ReSharper 2018.3 EAP 1 D Build 2018.3.20180918.160255-eap01d”
Data.SccRevisionEnv = “
Platform\Core\Shell:
    git::refs/heads/183-deferred-projects::f881e303bc575e4fd458361426a27fbf97c94603


Platform\VisualStudio:
    git::refs/heads/183-deferred-projects

Data.VsVersion = 15.8.28010.2026
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
 at JetBrains.Util.Logging.Logger.FailWithSensitiveData(String messageText, Pair`2[] sensitiveData)
 at JetBrains.Util.Logging.Logger.FailWithSensitiveData(String messageText, Pair`2[] sensitiveData)
 at JetBrains.ReSharper.Psi.JavaScript.Resolve.PrimitiveTypeExtensions.GetTypeReferenceType(JsPrimitive primitive, String name)
 at JetBrains.ReSharper.Psi.JavaScript.Impl.Resolve.TypeScript.TsTypeBase.ProcessDerivedTypes(JsResolveContext context, JsTypeDescriptionOpInfo& derivedTypeInfo, JsUnresolvedTypeFlags flags, IList`1 sourcePrimitives, JsTypeExpandingContext derivedPrimitives, ResolveErrorType resolveStatus, JsTypeResolveResult contextualType)
 at JetBrains.ReSharper.Psi.JavaScript.Impl.Resolve.TypeScript.TsTypeWithSignaturesBase.ProcessDerivedTypes(JsResolveContext context, JsTypeDescriptionOpInfo& derivedTypeInfo, JsUnresolvedTypeFlags flags, IList`1 sourcePrimitives, JsTypeExpandingContext derivedPrimitives, ResolveErrorType resolveStatus, JsTypeResolveResult contextualType)
 at JetBrains.ReSharper.Psi.JavaScript.Impl.Resolve.TypeScript.TsNamedType.ProcessDerivedTypes(JsResolveContext context, JsTypeDescriptionOpInfo& derivedTypeInfo, JsUnresolvedTypeFlags flags, IList`1 sourcePrimitives, JsTypeExpandingContext derivedPrimitives, ResolveErrorType resolveStatus, JsTypeResolveResult contextualType)
 at JetBrains.ReSharper.Psi.JavaScript.Impl.Resolve.JsTypeResolverBase.ProcessDerivedTypes(JsTypeResolveResult type, JsResolveContext context, JsTypeDescriptionOpInfo derivedTypeInfo, StrongTypeMode mode, Boolean expectedType, JsUnresolvedTypeFlags flags, Boolean addStandardTypes, JsTypeResolveResult contextualType)
 at JetBrains.ReSharper.Psi.JavaScript.Impl.Resolve.JsUnresolvedTypeBase.<>c.<.cctor>b__58_1(JsResolveContext context1, JsUnresolvedTypeBase me, MyCalculationIdentifier ident)
 at JetBrains.ReSharper.Psi.JavaScript.Impl.Resolve.JsResolveContext.CalculateWithCache[T,TCalculationIdentifier,TState](TCalculationIdentifier ident, TState state, ResolveContextKind resolveKind, Func`4 getResult, T defaultValue, Boolean checkForCyclicOrTooDeep, Func`4 getCyclicResult, Func`5 processResult)
 at JetBrains.ReSharper.Psi.JavaScript.Impl.Resolve.JsUnresolvedTypeBase.ExpandRecursively(JsResolveContext context, Boolean standardTypes, Boolean expectedTypes, JsUnresolvedTypeFlags flags, StrongTypeMode strongTyped, JsTypeResolveResult contextualType)
 at JetBrains.ReSharper.Psi.JavaScript.Impl.Resolve.JsUnresolvedTypeBase.<>c.<.cctor>b__58_1(JsResolveContext context1, JsUnresolvedTypeBase me, MyCalculationIdentifier ident)
 at JetBrains.ReSharper.Psi.JavaScript.Impl.Resolve.JsResolveContext.CalculateWithCache[T,TCalculationIdentifier,TState](TCalculationIdentifier ident, TState state, ResolveContextKind resolveKind, Func`4 getResult, T defaultValue, Boolean checkForCyclicOrTooDeep, Func`4 getCyclicResult, Func`5 processResult)
 at JetBrains.ReSharper.Psi.JavaScript.Impl.Resolve.JsUnresolvedTypeBase.ExpandRecursively(JsResolveContext context, Boolean standardTypes, Boolean expectedTypes, JsUnresolvedTypeFlags flags, StrongTypeMode strongTyped, JsTypeResolveResult contextualType)
 at JetBrains.ReSharper.Psi.JavaScript.Impl.Resolve.JsUnresolvedTypeBase.ResolveType(JsResolveContext context, Boolean standardTypes, StrongTypeMode strongTyped, JsTypeResolveResult contextualType)
 at JetBrains.ReSharper.Daemon.JavaScript.Stages.TypeScript.Syntax.TypeScriptOwnInspectionsProcess.VisitTsReferenceName(ITsReferenceName tsReferenceNameParam, IHighlightingConsumer context)
 at JetBrains.ReSharper.Psi.JavaScript.Impl.Tree.TypeScript.TsReferenceName.Accept[TContext](TsTreeNodeVisitor`1 visitor, TContext context)
 at JetBrains.ReSharper.Daemon.JavaScript.Prelude.TypeScript.TsDaemonStageProcessBase.ProcessAfterInterior(ITreeNode element, IHighlightingConsumer consumer)
 at JetBrains.ReSharper.Daemon.JavaScript.Stages.TypeScript.Syntax.TypeScriptOwnInspectionsProcess.ProcessAfterInterior(ITreeNode element, IHighlightingConsumer consumer)
 at JetBrains.ReSharper.Psi.RecursiveElementProcessorExtensions.ProcessDescendants[TContext](ITreeNode root, IRecursiveElementProcessor`1 processor, TContext context)
 at JetBrains.ReSharper.Daemon.JavaScript.Stages.TypeScript.Syntax.TypeScriptOwnInspectionsProcess.<Execute>b__10_0(IJavaScriptFile file, IHighlightingConsumer consumer)
 at JetBrains.ReSharper.Daemon.JavaScript.Prelude.TypeScript.TsDaemonStageProcessBase.HighlightInFile(Action`2 fileHighlighter, Action`1 commiter)
 at JetBrains.ReSharper.Daemon.JavaScript.Stages.TypeScript.Syntax.TypeScriptOwnInspectionsProcess.Execute(Action`1 committer)
 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 #D.JetPool(L) #7(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-470611: The method or operation is not implemented.

$
0
0
Reporter Lilia Shamsutdinova (Lilia.Shamsutdinova) Lilia Shamsutdinova (Lilia.Shamsutdinova)
Created Jul 16, 2018 3:49:46 PM
Updated Oct 25, 2018 9:58:43 AM
Subsystem IntelliSense (Code Completion)
Assignee Alexander Shvedov (shvedov)
Priority Normal
State Submitted
Type Exception
Fix version Backlog
Affected versions 2018.2
Fixed In Version ReSharper Undefined
VsVersion All Versions
ReSharperPlatformVs15 Wave 182 Hive _3f3919c0 — JetBrains ReSharper Ultimate 2018.2 EAP 4 D Build 182.0.20180714.125507-eap04d

JetBrains dotCover 182 Build 182.0.20180714.131033-eap04d
JetBrains dotMemory 182 Build 182.0.20180714.130916-eap04d
JetBrains dotTrace 182 Build 182.0.20180714.131048-eap04d
JetBrains ReSharper 182 Build 182.0.20180714.130753-eap04d
JetBrains ReSharper C++ 182 Build 182.0.20180714.130743-eap04d
JetBrains TeamCity Add-in 182 Build 182.0.20180714.130733-eap04d

The method or operation is not implemented.

— EXCEPTION #1/2 [NotImplementedException]
Message = “The method or operation is not implemented.”
ExceptionPath = Root.InnerException
ClassName = System.NotImplementedException
HResult = E_NOTIMPL=80004001
Source = JetBrains.ReSharper.Psi.Web
StackTraceString = “
 at JetBrains.ReSharper.Psi.Html.Parsing.HtmlCompoundLexer`1.get_CurrentPosition()
 at JetBrains.ReSharper.Psi.Html.Parsing.HtmlCompoundLexer`1.get_CurrentPosition()
 at JetBrains.ReSharper.Feature.Services.Lookup.LookupUtil.InsertTokens(ITextControl textControl, TokenNodeType[] tokens, DocumentOffset offset, BracketsBalanceEvaluator balanceEvaluator, ILexer tailLexer)
 at JetBrains.ReSharper.Feature.Services.Lookup.LookupUtil.InsertTailType(ITextControl textControl, DocumentOffset offset, TailType tailType, ISolution solution, Boolean emulateTypingOfSpace, PsiLanguageType language)
 at JetBrains.ReSharper.Feature.Services.CodeCompletion.Infrastructure.AspectLookupItems.Behaviors.KeywordBehavior.InsertTailType(ITextControl textControl, ISolution solution, DocumentOffset offset, TailType tailType)
 at JetBrains.ReSharper.Feature.Services.CodeCompletion.Infrastructure.AspectLookupItems.Behaviors.TextualBehavior`1.Accept(ITextControl textControl, DocumentRange nameRange, LookupItemInsertType insertType, Suffix suffix, ISolution solution, Boolean keepCaretStill)
 at JetBrains.ReSharper.Feature.Services.CodeCompletion.Infrastructure.AspectLookupItems.BaseInfrastructure.LookupItem`1.Accept(ITextControl textControl, DocumentRange nameRange, LookupItemInsertType insertType, Suffix suffix, ISolution solution, Boolean keepCaretStill)
 at JetBrains.ReSharper.Feature.Services.CodeCompletion.Infrastructure.LookupItems.LookupItemCompletor.CompleteItem(Action executeInsideCommandScope)
 at JetBrains.ReSharper.Feature.Services.CodeCompletion.Lookup.LookupActions.CompleteHandler.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 = “The method or operation is not implemented.”
ExceptionPath = Root
ClassName = JetBrains.Util.LoggerException
Data.ManagedThreadName = <NULL>
Data.LastExtension = cshtml
Data.SccRevisionShell = “<there are no packages matching the criteria>”
Data.HostProductInfo = “JetBrains ReSharper Ultimate 2018.2 EAP 4 D Build 182.0.20180714.125507-eap04d”
Data.SubProducts.#0 = “JetBrains dotCover 182 Build 182.0.20180714.131033-eap04d”
Data.SubProducts.#1 = “JetBrains dotTrace 182 Build 182.0.20180714.131048-eap04d”
Data.SubProducts.#2 = “JetBrains ReSharper C++ 182 Build 182.0.20180714.130743-eap04d”
Data.SubProducts.#3 = “JetBrains TeamCity Add-in 182 Build 182.0.20180714.130733-eap04d”
Data.SubProducts.#4 = “JetBrains ReSharper 182 Build 182.0.20180714.130753-eap04d”
Data.SubProducts.#5 = “JetBrains dotMemory 182 Build 182.0.20180714.130916-eap04d”
Data.SccRevisionEnv = “
Platform\Core\Shell:
    git::refs/heads/182::2fd1edea4a9601b5c5a45397b2b2594fb633aee1


Platform\VisualStudio:
    git::refs/heads/182::d7f5ae379f802e1f164ec64c8bc6212ce560403e

Data.VsVersion = 15.7.27703.2042
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.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, Func`1 executeWhenRequirementsReady, Action`1 failWith)
 at JetBrains.Application.UI.ActionsRevised.Handlers.EvaluatedAction.Execute()
 at JetBrains.VsIntegration.TextControl.VsTextControlOleCommandTarget.<>c__DisplayClass26_0.<TryDelegateToTypingHandlers_NonTyping>b__0()
 at JetBrains.VsIntegration.TextControl.VsTextControlOleCommandTarget.WithRegisteredDelegateBackToVsHandler(String sCommandName, Action`1 FExecDelegateBackToVs, Action FRun)
 at JetBrains.VsIntegration.TextControl.VsTextControlOleCommandTarget.TryDelegateToTypingHandlers_NonTyping(CommandID commandid, Action`1 FExecDelegateBackToVs)
 at JetBrains.VsIntegration.TextControl.VsTextControlOleCommandTarget.TryDelegateToTypingHandlers(Boolean bIsTyping, CommandID commandid, IntPtr pvaIn, Action`1 FExecDelegateBackToVsClosed)
 at JetBrains.VsIntegration.TextControl.VsTextControlOleCommandTarget.<>c__DisplayClass29_0.<Microsoft.VisualStudio.OLE.Interop.IOleCommandTarget.Exec>b__0()
 at JetBrains.Threading.ReentrancyGuard.Execute(String name, Action action)
 at JetBrains.Threading.ReentrancyGuard.TryExecute(String name, Action action)
 at JetBrains.VsIntegration.TextControl.VsTextControlOleCommandTarget.Microsoft.VisualStudio.OLE.Interop.IOleCommandTarget.Exec(Guid& pguidCmdGroupRef, UInt32 nCmdID, UInt32 nCmdexecopt, IntPtr pvaIn, IntPtr pvaOut)
 at Microsoft.VisualStudio.Editor.Implementation.CommandChainNode.InnerExec(Guid& pguidCmdGroup, UInt32 nCmdID, UInt32 nCmdexecopt, IntPtr pvaIn, IntPtr pvaOut)
 at Microsoft.VisualStudio.Editor.Implementation.CommandChainNode.InnerExec(Guid& pguidCmdGroup, UInt32 nCmdID, UInt32 nCmdexecopt, IntPtr pvaIn, IntPtr pvaOut)
 at Microsoft.VisualStudio.Editor.Implementation.SimpleTextViewWindow.Exec(Guid& pguidCmdGroup, UInt32 nCmdID, UInt32 nCmdexecopt, IntPtr pvaIn, IntPtr pvaOut)
 at Microsoft.VisualStudio.Editor.Implementation.CompoundTextViewWindow.Exec(Guid& pguidCmdGroup, UInt32 nCmdID, UInt32 nCmdexecopt, IntPtr pvaIn, IntPtr pvaOut)
 at Microsoft.VisualStudio.Platform.WindowManagement.DocumentObjectSite.Exec(Guid& pguidCmdGroup, UInt32 nCmdID, UInt32 nCmdexecopt, IntPtr pvaIn, IntPtr pvaOut)
 at Microsoft.VisualStudio.Platform.WindowManagement.WindowFrame.Exec(Guid& pguidCmdGroup, UInt32 nCmdID, UInt32 nCmdexecopt, IntPtr pvaIn, IntPtr pvaOut)

RSRP-471592: R# build checks out files from TFS

$
0
0
Reporter Alexander Kurakin (Alexander.Kurakin) Alexander Kurakin (Alexander.Kurakin)
Created Sep 21, 2018 2:43:51 PM
Updated Oct 25, 2018 10:22:15 AM
Subsystem Solution builder
Assignee Tatyana Lunegova (lunega)
Priority Critical
State Open
Type Task
Fix version Backlog
Affected versions 2018.2.3
Fixed In Version ReSharper Undefined
VsVersion All Versions

I found sometimes are unexpectedly opened files checked out from TFS when running application. This is related to R# build.

  1. Open any solution
  2. Open file from any other solution (important)
  3. Put cursor to this opened file (important)
  4. Run F5 or click on Run icon

File gets checked out even there is no edit or something.
It must be "out of solution" file and cursor must be placed inside (focused editor) before running debug.
Disabling R# build and using VS build works fine.

RSRP-470686: The condition (glbIndex + 1 < myRanges.Count) is false. glbIndex = 80, count = 81

$
0
0
Reporter Lilia Shamsutdinova (Lilia.Shamsutdinova) Lilia Shamsutdinova (Lilia.Shamsutdinova)
Created Jul 19, 2018 2:58:49 PM
Updated Oct 25, 2018 10:27:30 AM
Subsystem Solution Wide Error Analysis (SWEA)
Assignee Ivan Serduk (IvanSerduk)
Priority Normal
State Submitted
Type Exception
Fix version Backlog
Affected versions 2018.2
Fixed In Version ReSharper Undefined
VsVersion All Versions
ReSharperPlatformVs15 Wave 182 Hive _3f3919c0 — JetBrains ReSharper Ultimate 2018.2 EAP 5 D Build 182.0.20180718.230708-eap05d

JetBrains dotCover 182 Build 182.0.20180718.235001-eap05d
JetBrains dotMemory 182 Build 182.0.20180719.40042-eap05d
JetBrains dotTrace 182 Build 182.0.20180718.235006-eap05d
JetBrains ReSharper 182 Build 182.0.20180718.235226-eap05d
JetBrains ReSharper C++ 182 Build 182.0.20180719.40042-eap05d
JetBrains TeamCity Add-in 182 Build 182.0.20180719.40046-eap05d

The condition (glbIndex + 1 < myRanges.Count) is false. glbIndex = 80, count = 81

— EXCEPTION #1/2 [AssertionException]
Message = “The condition (glbIndex + 1 < myRanges.Count) is false. glbIndex = 80, count = 81”
ExceptionPath = Root.InnerException
ClassName = JetBrains.Util.Assertion+AssertionException
HResult = COR_E_EXCEPTION=80131500
Source = JetBrains.Platform.RdCore
StackTraceString = “
 at JetBrains.Util.Assertion.Fail(String message, Object arg1, Object arg2)
 at JetBrains.Util.Assertion.Fail(String message, Object arg1, Object arg2)
 at JetBrains.TextControl.Data.RangeableContainer`2.AddImpl(TItem rangeable)
 at JetBrains.TextControl.Data.RangeableContainer`2.Add(TItem rangeable)
 at JetBrains.ReSharper.Feature.Services.Daemon.HighlightingOverlapResolver.ResolveOverlappedPreviousHighlightings(IReadOnlyCollection`1 infos, Boolean fullRehighlight, DocumentRange range, Layer layer, IContextBoundSettingsStore settingsStore, Func`1 iterruptChecker)
 at JetBrains.ReSharper.Feature.Services.Daemon.DaemonProcessBase.CreateCommitContext(Type stageId, Layer layer, IContextBoundSettingsStore settingsStore, DaemonStageResult stageResult)
 at JetBrains.ReSharper.Feature.Services.Daemon.DaemonProcessBase.<>c__DisplayClass54_2.<RunStage>b__1(DaemonStageResult result)
 at JetBrains.ReSharper.Daemon.Formatter.FormatterDaemonStageProcess.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 #2/2 [LoggerException]
Message = “The condition (glbIndex + 1 < myRanges.Count) is false. glbIndex = 80, count = 81”
ExceptionPath = Root
ClassName = JetBrains.Util.LoggerException
Data.ManagedThreadName = “JetPool(L) #2”
Data.SccRevisionShell = “<there are no packages matching the criteria>”
Data.HostProductInfo = “JetBrains ReSharper Ultimate 2018.2 EAP 5 D Build 182.0.20180718.230708-eap05d”
Data.SubProducts.#0 = “JetBrains dotCover 182 Build 182.0.20180718.235001-eap05d”
Data.SubProducts.#1 = “JetBrains dotTrace 182 Build 182.0.20180718.235006-eap05d”
Data.SubProducts.#2 = “JetBrains ReSharper C++ 182 Build 182.0.20180719.40042-eap05d”
Data.SubProducts.#3 = “JetBrains TeamCity Add-in 182 Build 182.0.20180719.40046-eap05d”
Data.SubProducts.#4 = “JetBrains ReSharper 182 Build 182.0.20180718.235226-eap05d”
Data.SubProducts.#5 = “JetBrains dotMemory 182 Build 182.0.20180719.40042-eap05d”
Data.SccRevisionEnv = “
Platform\Core\Shell:
    git::refs/heads/182::b0d4eb879f4ecbd24f571995bb9c2adc06aa0ae8


Platform\VisualStudio:
    git::refs/heads/182::4441e2b289dd74570219637ac33efb6d19e139d1

Data.VsVersion = 15.7.27703.2042
InnerException = “Exception #1 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 #5.JetPool(L) #2(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__19_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()
Viewing all 106942 articles
Browse latest View live


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