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

RSRP-459354: CollectUsagesStage is slow on finder

$
0
0
Reporter Sergey Kuks (coox) Sergey Kuks (coox)
Created Jun 18, 2016 5:37:29 AM
Updated Jun 18, 2016 8:06:18 AM
Subsystem Code Analysis - C#
Assignee Olga Lobacheva (olka)
Priority Show-stopper
State Open
Type Performance Problem
Affected versions No Affected versions
Fix version 2016.2
Fixed In Version ReSharper Undefined
VsVersion All Versions
100.00 %   <ProcessMemberDeclaration>b__7  •  27,682 ms  •  JetBrains.ReSharper.Daemon.UsageChecking.CollectUsagesStageProcess+<>c__DisplayClass8.<ProcessMemberDeclaration>b__7
100.00 % ProcessThisAndDescendants • 27,682 ms • JetBrains.ReSharper.Psi.RecursiveElementProcessorExtensions.ProcessThisAndDescendants(ITreeNode, IRecursiveElementProcessor)
99.98 % ProcessDescendants • 27,676 ms • JetBrains.ReSharper.Psi.RecursiveElementProcessorExtensions.ProcessDescendants(ITreeNode, IRecursiveElementProcessor)
99.98 % ProcessAfterInterior • 27,676 ms • JetBrains.ReSharper.Daemon.UsageChecking.CollectUsagesStageProcess+ScopeProcessor.ProcessAfterInterior(ITreeNode)
99.96 % ProcessElement • 27,671 ms • JetBrains.ReSharper.Daemon.CSharp.Stages.UsageChecking.CSharpUsageAnalyzer.ProcessElement(ITreeNode, IParameters)
99.90 % ProcessElement • 27,654 ms • JetBrains.ReSharper.Daemon.UsageChecking.UsageAnalyzer.ProcessElement(ITreeNode, IParameters)
96.47 % ProcessUsage • 26,704 ms • JetBrains.ReSharper.Daemon.UsageChecking.UsageAnalyzer.ProcessUsage(IDeclaredElement, ITreeNode, IReference, IParameters)
95.06 % AnalyseReturnValueUsage • 26,315 ms • JetBrains.ReSharper.Daemon.UsageChecking.UsageAnalyzer.AnalyseReturnValueUsage(ITypeMember, IType, IExpression, IParameters)
93.84 % TypeConstraintsFromUsage • 25,977 ms • JetBrains.ReSharper.Daemon.CSharp.Stages.UsageChecking.CSharpUsageAnalyzer.TypeConstraintsFromUsage(IDeclaredElement, IType, IExpression)
93.84 % TypeConstraintsFromUsage • 25,977 ms • JetBrains.ReSharper.Daemon.CSharp.Stages.UsageChecking.CSharpTypeConstraintsUtil.TypeConstraintsFromUsage(IDeclaredElement, IType, ICSharpExpression, List[ILocalVariable])
93.82 % LocalVariableTypeConstraints • 25,972 ms • JetBrains.ReSharper.Daemon.CSharp.Stages.UsageChecking.CSharpTypeConstraintsUtil.LocalVariableTypeConstraints(ILocalVariable, IType, List[ILocalVariable])
93.71 % FindReferences • 25,942 ms • JetBrains.ReSharper.Psi.Search.FinderExtensions.FindReferences(IFinder, IDeclaredElement, ISearchDomain, IProgressIndicator, Boolean)
93.71 % FindReferences • 25,942 ms • JetBrains.ReSharper.Psi.Impl.Search.Finder.FindReferences(IDeclaredElement, ISearchDomain, IFindResultConsumer[TResult], IProgressIndicator, Boolean)
93.68 % RunSync • 25,932 ms • JetBrains.ReSharper.Psi.Impl.Search.Operations.FinderOperationManager.RunSync(IFinderOperation)
93.68 % Execute • 25,932 ms • JetBrains.ReSharper.Psi.Impl.search.FinderModuleReferenceResolveContextProvider.Execute(ICollection[IDeclaredElement], Action)
93.68 % <RunSync>b__15 • 25,932 ms • JetBrains.ReSharper.Psi.Impl.Search.Operations.FinderOperationManager+<>c__DisplayClass16.<RunSync>b__15
93.68 % Start • 25,932 ms • JetBrains.ReSharper.Psi.Impl.Search.Operations.FinderOperation`1.Start
93.68 % DoWork • 25,932 ms • JetBrains.ReSharper.Psi.Impl.Search.Operations.FinderOperation`1.DoWork
93.68 % Run • 25,932 ms • JetBrains.ReSharper.Psi.Impl.Search.Operations.State.Run
93.21 % Find • 25,802 ms • JetBrains.ReSharper.Psi.Impl.Search.Operations.Impl.FindReferencesOperation`1.Find
93.21 % Run • 25,802 ms • JetBrains.ReSharper.Psi.Impl.Search.Operations.FinderSearchDomainVisitor`1.Run
93.21 % Accept • 25,802 ms • JetBrains.ReSharper.Psi.Impl.Search.SearchDomain.PsiSearchDomain.Accept(SearchDomainVisitor)
93.21 % VisitRootSearchDomainNode • 25,802 ms • JetBrains.ReSharper.Psi.Search.SearchDomainVisitor.VisitRootSearchDomainNode(RootSearchDomainNode)
93.19 % VisitPsiModuleSearchDomainNode • 25,796 ms • JetBrains.ReSharper.Psi.Search.SearchDomainVisitor.VisitPsiModuleSearchDomainNode(PsiModuleSearchDomainNode)
93.19 % VisitPsiSourceFileSearchDomainNode • 25,796 ms • JetBrains.ReSharper.Psi.Search.SearchDomainVisitor.VisitPsiSourceFileSearchDomainNode(PsiSourceFileSearchDomainNode)
93.16 % VisitPsiSourceFile • 25,788 ms • JetBrains.ReSharper.Psi.Impl.Search.Operations.FinderSearchDomainVisitor`1.VisitPsiSourceFile(IPsiSourceFile)
93.14 % EnqueueJob • 25,783 ms • JetBrains.ReSharper.Psi.Extensions.EnqueueJob(TaskBarrier, Action, IModuleReferenceResolveContext)
93.14 % EnqueueJob • 25,783 ms • JetBrains.Application.Threading.Tasks.TaskBarrier.EnqueueJob(String, Action)
93.14 % EnqueueTask • 25,783 ms • JetBrains.Application.Threading.Tasks.TaskBarrier.EnqueueTask(Task)
93.07 % Started • 25,764 ms • JetBrains.Application.Threading.Tasks.TaskEx.Started(TTask, TaskScheduler, Boolean)
93.07 % RunSynchronously • 25,764 ms • System.Threading.Tasks.Task.RunSynchronously(TaskScheduler)
93.07 % TryExecuteTaskInline • 25,764 ms • JetBrains.Application.Threading.Tasks.Scheduler.JetScheduler.TryExecuteTaskInline(Task, Boolean)
93.02 % TryExecuteTask • 25,749 ms • System.Threading.Tasks.TaskScheduler.TryExecuteTask(Task)
92.95 % <Create>b__a • 25,731 ms • JetBrains.Application.Threading.Tasks.TaskHost+<>c__DisplayClasse.<Create>b__a(Object)
92.95 % AccessViolationCatcher • 25,731 ms • JetBrains.Application.Threading.Tasks.TaskHost.AccessViolationCatcher(Action)
92.95 % <EnqueueJob>b__0 • 25,731 ms • JetBrains.ReSharper.Psi.Extensions+<>c__DisplayClass1.<EnqueueJob>b__0
92.95 % <VisitPsiSourceFile>b__b • 25,731 ms • JetBrains.ReSharper.Psi.Impl.Search.Operations.FinderSearchDomainVisitor+<>c__DisplayClassc`1.<VisitPsiSourceFile>b__b
92.91 % ProcessProjectItem • 25,721 ms • JetBrains.ReSharper.Psi.Impl.Search.SearchProcessorBase.ProcessProjectItem(IPsiSourceFile, IFindResultConsumer[TResult])
►55.41 % ProcessProjectItem • 15,340 ms • JetBrains.ReSharper.Psi.VB.Impl.VBReferenceSearcher.ProcessProjectItem(IPsiSourceFile, IFindResultConsumer[TResult])
►37.26 % ProcessProjectItem • 10,314 ms • JetBrains.ReSharper.Psi.CSharp.Impl.CSharpReferenceSearcher.ProcessProjectItem(IPsiSourceFile, IFindResultConsumer[TResult])
►0.08 % FilterByWordIndex • 23 ms • JetBrains.ReSharper.Psi.Impl.Search.ReferenceSearchProcessorBase.FilterByWordIndex(IDomainSpecificSearcherFactory, IPsiSourceFile)
0.08 % GetEnumerator • 21 ms • System.SZArrayHelper.GetEnumerator
0.02 % IsCompatibleWithLanguage • 6 ms • JetBrains.ReSharper.Psi.CSharp.Impl.CSharpSearcherFactory.IsCompatibleWithLanguage(PsiLanguageType)
►0.02 % ProcessProjectItem • 6 ms • JetBrains.ReSharper.I18n.Services.Searching.ComponentReferenceSearcher.ProcessProjectItem(IPsiSourceFile, IFindResultConsumer[TResult])
0.02 % IsCompatibleWithLanguage • 5 ms • JetBrains.ReSharper.Feature.Services.Cpp.Finder.CppSearcherFactory.IsCompatibleWithLanguage(PsiLanguageType)
►0.02 % Add • 6 ms • System.Collections.Generic.JetHashSet`1.Add(T)
►0.02 % CheckAndThrow • 5 ms • JetBrains.Application.InterruptableActivityCookie.CheckAndThrow(IProgressIndicator)
►0.05 % AssignExecutionProperties • 15 ms • JetBrains.Application.Threading.Tasks.Scheduler.JetScheduler.AssignExecutionProperties(Task)
►0.07 % ContinueWith • 19 ms • System.Threading.Tasks.Task.ContinueWith(Action[Task], TaskContinuationOptions)
►0.02 % get_ProcessingIsFinished • 6 ms • JetBrains.ReSharper.Psi.Impl.Search.Operations.FinderSearchDomainVisitor`1.get_ProcessingIsFinished
►0.03 % get_ProcessingIsFinished • 8 ms • JetBrains.ReSharper.Psi.Impl.Search.Operations.FinderSearchDomainVisitor`1.get_ProcessingIsFinished
0.02 % Sort • 6 ms • JetBrains.ReSharper.Psi.Search.SearchDomainVisitor.Sort(IDictionary[TKeyTValue], IComparer[TKey])
►0.45 % Init • 124 ms • JetBrains.ReSharper.Psi.Impl.Search.Operations.Impl.FindReferencesOperation`1.Init
►0.02 % ConstructReferenceSearchProcessor • 6 ms • JetBrains.ReSharper.Psi.Impl.Search.Operations.Impl.FindReferencesOperation`1.ConstructReferenceSearchProcessor
►0.04 % FindReferences • 10 ms • JetBrains.ReSharper.Psi.Impl.Search.Finder.FindReferences(ICollection[IDeclaredElement], ISearchDomain, IFindResultConsumer[TResult], SearchPattern, IProgressIndicator)
►0.09 % GetSearchDomain • 24 ms • JetBrains.ReSharper.Psi.Search.DeclaredElementSearchExtensions.GetSearchDomain(IDeclaredElement)
0.02 % [Garbage collection] • 6 ms
►0.02 % Create • 5 ms • JetBrains.ReSharper.Daemon.UsageChecking.OneOfAnyConstraint.Create(IType, IType, ITypeConversionRule)
►1.16 % HasUniqueEnumerableSuperType • 322 ms • JetBrains.ReSharper.Daemon.UsageChecking.ChangeTypeUtil.HasUniqueEnumerableSuperType(IType, IDeclaredType&)
►0.04 % Satisfies • 11 ms • JetBrains.ReSharper.Daemon.UsageChecking.OneOfAnyConstraint.Satisfies(IDeclaredType)
0.02 % MoveNext • 5 ms • System.SZArrayHelper+SZGenericArrayEnumerator`1.MoveNext
►1.07 % ProcessMemberUsage • 297 ms • JetBrains.ReSharper.Daemon.Razor.CSharp.Stages.UsageChecking.RazorCSharpCodeBehindUsageCheckingServices+RazorCSharpCodeBehindUsageAnalyzer.ProcessMemberUsage(ITypeMember, IReference, IParameters)
►0.16 % GetVariableUsageState • 43 ms • JetBrains.ReSharper.Daemon.CSharp.Stages.UsageChecking.CSharpUsageAnalyzer.GetVariableUsageState(IDeclaredElement, IReference)
►0.06 % get_Type • 16 ms • JetBrains.ReSharper.Psi.CSharp.Impl.DeclaredElement.CSharpProperty.get_Type
►0.04 % Add • 12 ms • JetBrains.Util.OneToListMap`2.Add(TKey, TValue)
0.04 % SetLocalVariableState • 10 ms • JetBrains.ReSharper.Daemon.UsageChecking.UsageData.SetLocalVariableState(IDeclaredElement, VariableUsageState)
►0.02 % get_ReturnType • 6 ms • JetBrains.ReSharper.Psi.Impl.Reflection2.MethodBase.get_ReturnType
►3.24 % GetReferences • 897 ms • JetBrains.ReSharper.Psi.Tree.TreeNodeExtensions.GetReferences(ITreeNode)
►0.09 % Resolve • 24 ms • JetBrains.ReSharper.Psi.ExtensionsAPI.Resolve.Managed.ManagedReferenceBase`1.Resolve
►0.05 % ProcessDeclaration • 13 ms • JetBrains.ReSharper.Daemon.CSharp.Stages.UsageChecking.CSharpUsageAnalyzer.ProcessDeclaration(IDeclaration, IDeclaredElement, IParameters)
►0.02 % Resolve • 6 ms • JetBrains.ReSharper.Psi.CSharp.Impl.Tree.PredefinedTypeReference.Resolve
►0.02 % GetName • 5 ms • JetBrains.ReSharper.Psi.CSharp.Impl.CSharpReferenceProviderFactory+ComponentNameReference.GetName
►0.02 % Resolve • 6 ms • JetBrains.ReSharper.Psi.ExtensionsAPI.Resolve.Managed.ManagedReferenceBase`1.Resolve

RSRP-459359: When running tests for category that is inherited, only base class' tests are run

$
0
0
Reporter Alexandra Kuks (Asia.Rudenko) Alexandra Kuks (Asia.Rudenko)
Created Jun 18, 2016 8:22:33 AM
Updated Jun 18, 2016 8:22:55 AM
Subsystem Unit Testing
Assignee Eugene Strizhok (Eugene.Strizhok)
Priority Critical
State Submitted
Type Bug
Affected versions 2016.2
Fix version No Fix versions
Fixed In Version ReSharper Undefined
VsVersion All Versions
1. create a new project of type Class Library, paste the following code:

    [TestFixture]
public class ClassI29Base
{
[Test]
[Category("iTwentyNine")]
public virtual void TestI29()
{
Console.WriteLine("I should be in iTwentyNine");
}
}

[TestFixture]
public class ClassI29Derived : ClassI29Base
{
[Test]
public override void TestI29()
{
Console.WriteLine("I should be in iTwentyNine");
}
}

2. install and reference NUnit package, open Unit Test Explorer, select the project node, click Create New Session
3. group session by categories - both tests are under 'iTwentyNine' category node
4. select the category node, click Run Unit Tests - only the base class' test is run

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

$
0
0
Reporter Sergey Guryev (s_guryev) Sergey Guryev (s_guryev)
Created Apr 9, 2016 4:14:24 AM
Updated Jun 18, 2016 9:04:08 AM
Subsystem No Subsystem
Assignee Dmitry Ivanov (daivanov)
Priority Normal
State Submitted
Type Exception
Affected versions No Affected versions
Fix version No Fix versions
Fixed In Version ReSharper Undefined
VsVersion All Versions
ReSharperPlatformVs14 Wave 05 — JetBrains ReSharper Ultimate 2016.1 EAP 9 Build 105.0.20160408.90420-eap9

JetBrains ReSharper 2016.1 EAP 9 Build 2016.1.20160408.93731-eap9

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
Data.ReentrancyGuard.ActionName = DaemonImpl.OnVisibleTextControlsChanged
HResult = COR_E_NULLREFERENCE=E_POINTER=80004003
Source = JetBrains.ReSharper.Psi
StackTraceString = “
  at JetBrains.ReSharper.Psi.Caches.Persistence.PersistentIndexManagerImpl.JetBrains.ReSharper.Psi.Caches.IPersistentIndexManager.GetPersistentTimestamp(IPsiSourceFile file)
     at JetBrains.ReSharper.Psi.Caches.SimpleICache`1.UpToDate(IPsiSourceFile sourceFile)
     at JetBrains.ReSharper.Psi.Razor.Impl.Generate.RazorCache`1.TryGetValue(IPsiSourceFile sourceFile)
     at JetBrains.ReSharper.Psi.Razor.RazorPsiSourceFilePropertiesProvider.GetPsiProperties(IPsiSourceFileProperties prevProperties, IProject project, IProjectFile projectFile, IPsiSourceFile sourceFile)
     at JetBrains.ReSharper.Psi.PsiSourceFilePropertiesManager.CalculatePsiSourceFileProperties(IProject project, IProjectFile projectFile, IPsiSourceFile sourceFile)
     at JetBrains.ReSharper.Psi.PsiSourceFilePropertiesManager.GetPsiProperties(IProject project, IProjectFile projectFile, IPsiSourceFile sourceFile)
     at JetBrains.ReSharper.Psi.Web.Impl.PsiModules.Website.Properties.WebsitePsiSourceFileProperties..ctor(IProjectFile projectFile, IPsiSourceFile sourceFile, PsiSourceFilePropertiesManager propertiesManager)
     at JetBrains.ReSharper.Psi.Razor.Impl.PsiModules.Website.Helpers.WebsiteRazorFileHelper.<OnProjectFileAdded>b__0(IProjectFile pf1, IPsiSourceFile psf1)
     at JetBrains.ReSharper.Psi.Impl.PsiProjectFile.get_Properties()
     at JetBrains.ReSharper.Psi.PsiSourceFileExtensions.GetPsiSourceFile(IDocument document, ISolution solution)
     at JetBrains.ReSharper.Daemon.Impl.DaemonImpl.CreateDaemonForDocument(IDocument document)
     at JetBrains.ReSharper.Daemon.Impl.DaemonImpl.<OnVisibleTextControlsChanged>b__70()
     at JetBrains.Application.IShellLocksEx.ExecuteWithReadLock(IShellLocks thіs, Action F)
     at JetBrains.Application.IShellLocksEx.<>c__DisplayClassa.<ExecuteOrQueueReadLock>b__9()
     at JetBrains.Threading.ReentrancyGuardEx.<>c__DisplayClass4.<>c__DisplayClass6.<Queue>b__3()
     at JetBrains.Threading.ReentrancyGuard.Execute(String name, Action action)


— Outer —

— EXCEPTION #2/2 [LoggerException]
Message = “Object reference not set to an instance of an object.”
ExceptionPath = Root
ClassName = JetBrains.Util.LoggerException
Data.SccRevisionShell = “<there are no packages matching the criteria>”
Data.HostProductInfo = “JetBrains ReSharper Ultimate 2016.1 EAP 9 Build 105.0.20160408.90420-eap9”
Data.SubProducts.#0 = “JetBrains ReSharper 2016.1 EAP 9 Build 2016.1.20160408.93731-eap9”
Data.ManagedThreadName = “JetPool (S) Regular thread #1”
Data.SccRevisionEnv = “
Platform\Core\Shell:
    git::refs/heads/wave05::be0e7591046f30cdda46f5ceaef46be531352bc3


Platform\VisualStudio:
    git::refs/heads/wave05::7e3e6452d62614a3843c6580dcc1fe5bb8be2b82

Data.VsVersion = 14.0.25123.0
InnerException = “Exception #1 at Root.InnerException”
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
  at JetBrains.Threading.ReentrancyGuard.Execute(String name, Action action)
     at JetBrains.Threading.ReentrancyGuard.ExecutePendingActions()
     at JetBrains.Threading.JetDispatcher.Closure.Execute()
     at JetBrains.Util.Concurrency.WinJetDispatcher.ProcessQueue()
     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 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-459358: MvcCSharpExpectedTypesProvider.GetExpectedTypes completely freezes Visual Studio in a solution with no ASP at all

$
0
0
Reporter Sergey Kuks (coox) Sergey Kuks (coox)
Created Jun 18, 2016 8:04:55 AM
Updated Jun 18, 2016 10:02:05 AM
Subsystem IntelliSense (Code Completion)
Assignee Olga Lobacheva (olka)
Priority Show-stopper
State Open
Type Performance Problem
Affected versions No Affected versions
Fix version 2016.2
Fixed In Version ReSharper Undefined
VsVersion All Versions
Expand foreach template:
TargetFrameworkId.AllKnownIds.OrderBy(id => id.ToString()).for{caret}
100.00 % Accept • 16,528 ms • JetBrains.ReSharper.Feature.Services.PostfixTemplates.PostfixTemplateBehavior.Accept(ITextControl, TextRange, LookupItemInsertType, Suffix, ISolution, Boolean)
100.00 % AfterComplete • 16,528 ms • JetBrains.ReSharper.Feature.Services.CSharp.PostfixTemplates.Behaviors.CSharpStatementPostfixTemplateBehavior1.AfterComplete(ITextControl, ITreeNode, Suffix)
100.00 % AfterComplete • 16,528 ms • JetBrains.ReSharper.Feature.Services.CSharp.PostfixTemplates.Templates.ForeachStatementTemplate+ForeachStatementBehavior.AfterComplete(ITextControl, IForeachStatement, Suffix)
100.00 % SuggestIteratorVariableNames • 16,528 ms • JetBrains.ReSharper.Feature.Services.CSharp.Util.ForeachLoopUtil.SuggestIteratorVariableNames(IForeachStatement)
100.00 % Add • 16,528 ms • JetBrains.ReSharper.Psi.Naming.Extentions.NamesCollection.Add(ITreeNode, EntryOptions)
100.00 % ToList • 16,528 ms • System.Linq.Enumerable.ToList(IEnumerable[TSource])
100.00 % MoveNext • 16,528 ms • JetBrains.ReSharper.Psi.CSharp.Naming2.CSharpNamingService+<SuggestRoots>d__0.MoveNext
100.00 % GetExpectedTypes • 16,528 ms • JetBrains.ReSharper.Feature.Services.Asp.CSharp.ExpectedTypes.MvcCSharpExpectedTypesProvider.GetExpectedTypes(ICSharpExpression, INamingPolicyProvider, ExpectedTypeMode)
100.00 % GetExpectedTypes • 16,528 ms • JetBrains.ReSharper.Psi.CSharp.ExpectedTypes.CSharpExpectedTypesProvider.GetExpectedTypes(ICSharpExpression, INamingPolicyProvider, ExpectedTypeMode)
100.00 % Calc • 16,528 ms • JetBrains.ReSharper.Psi.CSharp.ExpectedTypes.CSharpExpectedTypeForExpressionAnalyzer.Calc
100.00 % ForeachStatement • 16,528 ms • JetBrains.ReSharper.Psi.CSharp.ExpectedTypes.CSharpExpectedTypeForExpressionAnalyzer.ForeachStatement
100.00 % CalcVariableConstraint • 16,528 ms • JetBrains.ReSharper.Psi.CSharp.ExpectedTypes.CSharpExpectedTypeForExpressionAnalyzer.CalcVariableConstraint(ICSharpLocalVariable, ICSharpTreeNode)
100.00 % FindReferences • 16,528 ms • JetBrains.ReSharper.Psi.Search.FinderExtensions.FindReferences(IFinder, IDeclaredElement, ISearchDomain, IProgressIndicator, Boolean)
100.00 % FindReferences • 16,528 ms • JetBrains.ReSharper.Psi.Impl.Search.Finder.FindReferences(IDeclaredElement, ISearchDomain, IFindResultConsumer[TResult], IProgressIndicator, Boolean)
100.00 % RunSync • 16,528 ms • JetBrains.ReSharper.Psi.Impl.Search.Operations.FinderOperationManager.RunSync(IFinderOperation)
100.00 % Execute • 16,528 ms • JetBrains.ReSharper.Psi.Impl.search.FinderModuleReferenceResolveContextProvider.Execute(ICollection[IDeclaredElement], Action)
100.00 % <RunSync>b__15 • 16,528 ms • JetBrains.ReSharper.Psi.Impl.Search.Operations.FinderOperationManager+<>c__DisplayClass16.<RunSync>b__15
100.00 % Start • 16,528 ms • JetBrains.ReSharper.Psi.Impl.Search.Operations.FinderOperation
1.Start
100.00 % DoWork • 16,528 ms • JetBrains.ReSharper.Psi.Impl.Search.Operations.FinderOperation1.DoWork
100.00 % Run • 16,528 ms • JetBrains.ReSharper.Psi.Impl.Search.Operations.State.Run
100.00 % Find • 16,528 ms • JetBrains.ReSharper.Psi.Impl.Search.Operations.Impl.FindReferencesOperation
1.Find
100.00 % Run • 16,528 ms • JetBrains.ReSharper.Psi.Impl.Search.Operations.FinderSearchDomainVisitor1.Run
100.00 % Accept • 16,528 ms • JetBrains.ReSharper.Psi.Impl.Search.SearchDomain.PsiSearchDomain.Accept(SearchDomainVisitor)
100.00 % VisitRootSearchDomainNode • 16,528 ms • JetBrains.ReSharper.Psi.Search.SearchDomainVisitor.VisitRootSearchDomainNode(RootSearchDomainNode)
99.96 % VisitPsiModuleSearchDomainNode • 16,522 ms • JetBrains.ReSharper.Psi.Search.SearchDomainVisitor.VisitPsiModuleSearchDomainNode(PsiModuleSearchDomainNode)
99.93 % VisitPsiSourceFileSearchDomainNode • 16,516 ms • JetBrains.ReSharper.Psi.Search.SearchDomainVisitor.VisitPsiSourceFileSearchDomainNode(PsiSourceFileSearchDomainNode)
99.93 % VisitPsiSourceFile • 16,516 ms • JetBrains.ReSharper.Psi.Impl.Search.Operations.FinderSearchDomainVisitor
1.VisitPsiSourceFile(IPsiSourceFile)
99.93 % EnqueueJob • 16,516 ms • JetBrains.ReSharper.Psi.Extensions.EnqueueJob(TaskBarrier, Action, IModuleReferenceResolveContext)
99.93 % EnqueueJob • 16,516 ms • JetBrains.Application.Threading.Tasks.TaskBarrier.EnqueueJob(String, Action)
99.85 % EnqueueTask • 16,503 ms • JetBrains.Application.Threading.Tasks.TaskBarrier.EnqueueTask(Task)
99.81 % Started • 16,497 ms • JetBrains.Application.Threading.Tasks.TaskEx.Started(TTask, TaskScheduler, Boolean)
99.81 % RunSynchronously • 16,497 ms • System.Threading.Tasks.Task.RunSynchronously(TaskScheduler)
99.81 % TryExecuteTaskInline • 16,497 ms • JetBrains.Application.Threading.Tasks.Scheduler.JetScheduler.TryExecuteTaskInline(Task, Boolean)
99.81 % TryExecuteTask • 16,497 ms • System.Threading.Tasks.TaskScheduler.TryExecuteTask(Task)
99.78 % <Create>b__a • 16,491 ms • JetBrains.Application.Threading.Tasks.TaskHost+<>c__DisplayClasse.<Create>b__a(Object)
99.74 % AccessViolationCatcher • 16,485 ms • JetBrains.Application.Threading.Tasks.TaskHost.AccessViolationCatcher(Action)
99.74 % <EnqueueJob>b__0 • 16,485 ms • JetBrains.ReSharper.Psi.Extensions+<>c__DisplayClass1.<EnqueueJob>b__0
99.74 % <VisitPsiSourceFile>b__b • 16,485 ms • JetBrains.ReSharper.Psi.Impl.Search.Operations.FinderSearchDomainVisitor+<>c__DisplayClassc1.<VisitPsiSourceFile>b__b
99.70 % ProcessProjectItem • 16,479 ms • JetBrains.ReSharper.Psi.Impl.Search.SearchProcessorBase.ProcessProjectItem(IPsiSourceFile, IFindResultConsumer[TResult])
►65.34 % ProcessProjectItem • 10,799 ms • JetBrains.ReSharper.Psi.CSharp.Impl.CSharpReferenceSearcher.ProcessProjectItem(IPsiSourceFile, IFindResultConsumer[TResult])
►17.64 % ProcessProjectItem • 2,915 ms • JetBrains.ReSharper.I18n.Services.Searching.ResxReferenceSearcher.ProcessProjectItem(IPsiSourceFile, IFindResultConsumer[TResult])
►12.34 % ProcessProjectItem • 2,039 ms • JetBrains.ReSharper.Psi.Xaml.Impl.Searching.XamlReferenceSearcher.ProcessProjectItem(IPsiSourceFile, IFindResultConsumer[TResult])
►3.35 % ProcessProjectItem • 554 ms • JetBrains.ReSharper.Psi.Web.Searching.WebReferenceSearcher
1.ProcessProjectItem(IPsiSourceFile, IFindResultConsumer[TResult])
►0.89 % ProcessProjectItem • 147 ms • JetBrains.ReSharper.Psi.VB.Impl.VBReferenceSearcher.ProcessProjectItem(IPsiSourceFile, IFindResultConsumer[TResult])
►0.07 % FilterByWordIndex • 12 ms • JetBrains.ReSharper.Psi.Impl.Search.ReferenceSearchProcessorBase.FilterByWordIndex(IDomainSpecificSearcherFactory, IPsiSourceFile)
►0.07 % ProcessProjectItem • 12 ms • JetBrains.ReSharper.I18n.Services.Searching.ComponentReferenceSearcher.ProcessProjectItem(IPsiSourceFile, IFindResultConsumer[TResult])
►0.04 % CreateCore • 6 ms • JetBrains.Application.Threading.TryReadLockCookie.CreateCore(IProgressIndicator, ContentModelReadWriteLock, Func[Boolean], Boolean)
0.04 % ContinueWith • 6 ms • System.Threading.Tasks.Task.ContinueWith(Action[Task], TaskContinuationOptions)
0.04 % MoveNext • 6 ms • System.Linq.Enumerable+WhereSelectEnumerableIterator`2.MoveNext

RSRP-459352: Red code in Rx.NET: https://github.com/Reactive-Extensions/Rx.NET/tree/master/Rx.NET/Source

$
0
0
Reporter Sergey Kuks (coox) Sergey Kuks (coox)
Created Jun 18, 2016 3:28:16 AM
Updated Jun 18, 2016 11:07:16 AM
Subsystem Solution Wide Error Analysis (SWEA)
Assignee Dmitry Ivanov (daivanov)
Priority Show-stopper
State Open
Type Bug
Affected versions No Affected versions
Fix version 2016.2
Fixed In Version ReSharper Undefined
VsVersion All Versions

RSRP-459360: cannot resolve symbol for aspnetcore library

$
0
0
Reporter Patrick Hitch (phitch) Patrick Hitch (phitch)
Created Jun 18, 2016 11:30:35 AM
Updated Jun 18, 2016 2:50:27 PM
Subsystem Platform - Project Model
Assignee Sergey Kuks (coox)
Priority Normal
State Submitted
Type Bug
Affected versions No Affected versions
Fix version No Fix versions
Fixed In Version ReSharper Undefined
VsVersion All Versions
If you add an aspnetcore library project to your web project and then try using it, resharper complains that it cannot resolve the library symbol in using statements and when fully qualified in code yet vs builds the project without errors. Look at startup.cs for reference to Sample class in attached solution...

RSRP-459361: Highlight string as regular expression

$
0
0
Reporter NN __ (NN) NN __ (NN)
Created Jun 19, 2016 2:29:15 AM
Updated Jun 19, 2016 2:29:15 AM
Subsystem No Subsystem
Assignee Unassigned
Priority Normal
State Submitted
Type Feature
Affected versions No Affected versions
Fix version No Fix versions
Fixed In Version ReSharper Undefined
VsVersion All Versions
Add an option to highlight any arbitrary string as regex with annotated comment.

// Resharper: regex string
private const string A = @"a\.b";

RSRP-459362: If FooClass extends System.Data.Entity.Migrations.DbMigration, FooClass should be considered [UsedImplicitly]

$
0
0
Reporter Леонид Царев (leo.1_pM6z) Леонид Царев (leo.1_pM6z)
Created Jun 19, 2016 4:00:07 AM
Updated Jun 19, 2016 4:00:07 AM
Subsystem Code Analysis - Annotations
Assignee Alexander Shvedov (shvedov)
Priority Normal
State Submitted
Type Improvement
Affected versions No Affected versions
Fix version No Fix versions
Fixed In Version ReSharper Undefined
VsVersion All Versions

RSRP-459363: Tab navigation prevents using tab for code completion

$
0
0
Reporter Matt Ellis (citizenmatt) Matt Ellis (citizenmatt)
Created Jun 19, 2016 10:32:51 AM
Updated Jun 19, 2016 11:30:41 AM
Resolved Jun 19, 2016 11:30:41 AM
Subsystem Textual Actions
Assignee Andrey Dyatlov (Andrey.Dyatlov)
Priority Show-stopper
State Fixed
Type Bug
Affected versions 2016.2
Fix version 2016.2
Fixed In Version ReSharper Undefined
VsVersion All Versions
If tab navigation is enabled, code completion in F# files doesn't work when hitting tab to complete the item. Disabling tab navigation allows tab to complete items again.

RSRP-446679: Support Running Unit Test for xproj

$
0
0
Reporter Albert Weinert (der-albert.com) Albert Weinert (der-albert.com)
Created Aug 13, 2015 5:04:23 AM
Updated Jun 19, 2016 12:20:47 PM
Subsystem Unit Testing
Assignee Matt Ellis (citizenmatt)
Priority Critical
State Submitted
Type Bug
Affected versions 9.2
Fix version No Fix versions
Fixed In Version ReSharper Undefined
VsVersion All Versions
ReSharper 9.2 RC currently seems not running unittest which are written in the new project system.

It displays all the test, says these are inconclusive (on the class), and tell me that it can't find the compiled test assembly (or one of it's dependency).

This project uses NUnit 2.6.4 as testing framework, and has only DNX451 as target framework in the project.json.

Also i switch to produce output on builds, don't work.

Sample Project: https://github.com/DerAlbertCom/unirest-net/tree/dnxbuild

RSRP-459251: It's impossible to type in "Submit Feedback" form after using Alt-Tab

$
0
0
Reporter Maria Pleskunina (Maria.Pleskunina) Maria Pleskunina (Maria.Pleskunina)
Created Jun 14, 2016 9:39:53 AM
Updated Jun 19, 2016 12:51:16 PM
Subsystem Exception submitter
Assignee Daniel Degtyarev (daniel.degtyarev)
Priority Major
State Submitted
Type Bug
Affected versions 2016.1.2
Fix version No Fix versions
Fixed In Version ReSharper Undefined
VsVersion All Versions
I just submitted a bug through the Feedback Center (in Visual Studio: ReSharper -> Help -> Report a Bug or Submit Feedback). It was quite annoying because every time I Alt-Tab'ed over to a browser window to double-check some of the information I had collected and Alt-Tab'ed back to Feedback Center, I could not type anymore. I would have to close the window, saving my text, and reopen the Feedback Center to be able to continue.


To reproduce:
1. ReSharper -> Help -> Report a Bug or Submit Feedback
2. Type something
3. Use Alt-Tab
4. Check the issue in "Submit Feedback" form

RSRP-451995: VS keeps showing green progress bar in task bar even after tests execution is stopped

$
0
0
Reporter Vlad Taranov (Vlad.Taranov) Vlad Taranov (Vlad.Taranov)
Created Dec 23, 2015 6:30:55 AM
Updated Jun 19, 2016 3:07:46 PM
Subsystem Unit Testing
Assignee Alexandra Kuks (Asia.Rudenko)
Priority Critical
State Submitted
Type Bug
Affected versions No Affected versions
Fix version 2016.1
Fixed In Version ReSharper Undefined
VsVersion All Versions
When test method is removed from big TestFixture during that TestFixture execution (without saving) VS2015 keeps showing green progress bar in task bar even after tests execution is stopped.

RSRP-459365: Win10 Task Bar display continuous activity

$
0
0
Reporter Gunnar Skogsholm (couloir) Gunnar Skogsholm (couloir)
Created Jun 19, 2016 9:16:10 AM
Updated Jun 19, 2016 3:07:46 PM
Subsystem Unit Testing
Assignee Eugene Strizhok (Eugene.Strizhok)
Priority Critical
State Submitted
Type Bug
Affected versions No Affected versions
Fix version No Fix versions
Fixed In Version ReSharper Undefined
VsVersion All Versions
When the unit test running is open, the task bar "window" shows a green "progress bar" like sweep continuously. This is similar to RSRP-451995, but different in that simply after running tests, it displays the sweep all day long. The movement is eye-catching and is pegging the "annoying meter" for me.

RSRP-459364: "Unable to resolve symbol" for extension methods defined in the global namespace in C++/CLI projects in same solution

$
0
0
Reporter Morten P (mulledk19) Morten P (mulledk19)
Created Jun 19, 2016 2:47:31 PM
Updated Jun 19, 2016 3:15:34 PM
Subsystem Code Analysis - C#
Assignee Ivan Serduk (IvanSerduk)
Priority Normal
State Submitted
Type Bug
Affected versions 2016.1.2
Fix version No Fix versions
Fixed In Version ReSharper Undefined
VsVersion All Versions
The issue
If a C# project references a C++/CLI project in the same solution (Whether by referencing the project directly or the dll it produces), ReSharper will fail to find extension methods that are in the global namespace.

However, VS correctly finds the extension method and the project builds successfully.

However, ReSharper fails to resolve it.


Steps to reproduce
1. Download the test case included (C# project and C++/CLI project in one solution).
2. Open the ReSharperBug.sln solution file in Visual Studio 2015.
3. Open Program.cs in the Project1 C# project.
4. Set configuration Debug and x64 (To ensure reproducability).
5. Go to the 'Build' menu and click "Rebuild Solution".
6. The project will compile successfully.
7. For some reason, ReSharper will not complain until the second build. Go to the 'Build' menu and click "Rebuild Solution".
8. The HolyHell() extension method call will now turn up in red, and ReSharper will complain about an unresolved symbol. Project still compiles successfully.

The extension method is defined in the global namespace in the C++/CLI project (See main.h) in Project2.


I have a rather large project with many extension method calls like this, and it's prompting over 150 incorrect errors from ReSharper.

So far, workarounds includes stripping the projects that use the extension methods, to their own separate solutions and reference the .dll produced by the C++/CLI project.

Another workaround (that I'm resorting to atm), is to compile the C++/CLI project, the unloading it. Then in the C# project that needs it, remove the project reference, and reference the .dll produced by the C++/CLI project directly. Then unload and reload the C# project, and the errors should be gone.

RSRP-438538: Support tsconfig.json

$
0
0
Reporter Anton Lobov (Anton.Lobov) Anton Lobov (Anton.Lobov)
Created Apr 30, 2015 7:36:58 AM
Updated Jun 19, 2016 4:58:48 PM
Resolved Mar 1, 2016 11:27:55 AM
Subsystem TypeScript
Assignee Anton Lobov (Anton.Lobov)
Priority Show-stopper
State Fixed
Type Bug
Affected versions No Affected versions
Fix version 2016.1
Fixed In Version ReSharper 10.1 EAP 5
VsVersion All Versions

RSRP-459388: Thread was being aborted.

$
0
0
Reporter ReSharper anonymous (resharper) ReSharper anonymous (resharper)
Created Jun 15, 2016 9:06:16 AM
Updated Jun 20, 2016 11:25:28 AM
Subsystem No Subsystem
Assignee Sergey Kuks (coox)
Priority Normal
State Submitted
Type Exception
Affected versions No Affected versions
Fix version No Fix versions
Fixed In Version ReSharper Undefined
VsVersion All Versions
ReSharperPlatformVs14 Wave 06 — JetBrains ReSharper Ultimate 2016.2 EAP 4 Build 106.0.20160613.234139-eap4

JetBrains dotCover 2016.2 EAP 4 Build 2016.2.20160613.235325-eap4
JetBrains dotMemory 2016.2 EAP 4 Build 2016.2.20160613.235326-eap4
JetBrains dotTrace 2016.2 EAP 4 Build 2016.2.20160613.235322-eap4
JetBrains ReSharper 2016.2 EAP 4 Build 2016.2.20160613.235216-eap4
JetBrains ReSharper C++ 2016.2 EAP 4 Build 2016.2.20160613.235208-eap4
JetBrains TeamCity Add-in 2016.2 EAP 4 Build 2016.2.20160613.235209-eap4

Thread was being aborted.

— EXCEPTION #1/2 [ThreadAbortException]
Message = “Thread was being aborted.”
ExceptionPath = Root.InnerException
ClassName = System.Threading.ThreadAbortException
HResult = COR_E_THREADABORTED=80131530
Source = mscorlib
StackTraceString = “
  at System.Threading.Thread.AbortInternal()
     at System.Threading.Thread.Abort()
     at JetBrains.Application.SocketManager.RemovePortThread(IPEndPoint ipPoint)
     at JetBrains.Application.SocketManager.PortListenerThread.Run()
     at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)


— Outer —

— EXCEPTION #2/2 [LoggerException]
Message = “Thread was being aborted.”
ExceptionPath = Root
ClassName = JetBrains.Util.LoggerException
Data.LastExtension = cs
Data.SccRevisionShell = “<there are no packages matching the criteria>”
Data.HostProductInfo = “JetBrains ReSharper Ultimate 2016.2 EAP 4 Build 106.0.20160613.234139-eap4”
Data.SubProducts.#0 = “JetBrains dotCover 2016.2 EAP 4 Build 2016.2.20160613.235325-eap4”
Data.SubProducts.#1 = “JetBrains dotMemory 2016.2 EAP 4 Build 2016.2.20160613.235326-eap4”
Data.SubProducts.#2 = “JetBrains dotTrace 2016.2 EAP 4 Build 2016.2.20160613.235322-eap4”
Data.SubProducts.#3 = “JetBrains ReSharper C++ 2016.2 EAP 4 Build 2016.2.20160613.235208-eap4”
Data.SubProducts.#4 = “JetBrains TeamCity Add-in 2016.2 EAP 4 Build 2016.2.20160613.235209-eap4”
Data.SubProducts.#5 = “JetBrains ReSharper 2016.2 EAP 4 Build 2016.2.20160613.235216-eap4”
Data.ManagedThreadName = “JetPool (S) Regular thread #4”
Data.SccRevisionEnv = “
Platform\Core\Shell:
    git::refs/heads/wave06::8a041968ebae933f6ed96a22c174870c69057ea6


Platform\VisualStudio:
    git::refs/heads/wave06::29dd23cb3bedccbe8bd73ea102131b30a50c619a

Data.VsVersion = 14.0.24720.0
InnerException = “Exception #1 at Root.InnerException”
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
  at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
     at JetBrains.Application.SocketManager.PortListenerThread.<>c__DisplayClassb.<.ctor>b__9()
     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-459389: Could not find the component's IImportTypeHelper descriptor.

$
0
0
Reporter ReSharper anonymous (resharper) ReSharper anonymous (resharper)
Created Jun 16, 2016 11:27:32 AM
Updated Jun 20, 2016 11:26:01 AM
Subsystem No Subsystem
Assignee Alexander Shvedov (shvedov)
Priority Show-stopper
State Submitted
Type Exception
Affected versions No Affected versions
Fix version 2016.2
Fixed In Version ReSharper Undefined
VsVersion All Versions
ReSharperPlatformVs14 Wave 06 — JetBrains ReSharper Ultimate 2016.2 EAP 4 Build 106.0.20160616.72449-eap4

JetBrains dotCover 2016.2 EAP 4 Build 2016.2.20160616.134255-eap4
JetBrains dotMemory 2016.2 EAP 4 Build 2016.2.20160616.134222-eap4
JetBrains dotTrace 2016.2 EAP 4 Build 2016.2.20160616.134223-eap4
JetBrains ReSharper 2016.2 EAP 4 Build 2016.2.20160616.133921-eap4
JetBrains ReSharper C++ 2016.2 EAP 4 Build 2016.2.20160616.133500-eap4
JetBrains TeamCity Add-in 2016.2 EAP 4 Build 2016.2.20160616.133557-eap4

SccRevisionShell = <there are no packages matching the criteria>
HostProductInfo = JetBrains ReSharper Ultimate 2016.2 EAP 4 Build 106.0.20160616.72449-eap4
SubProducts.0 = JetBrains dotCover 2016.2 EAP 4 Build 2016.2.20160616.134255-eap4
SubProducts.1 = JetBrains dotMemory 2016.2 EAP 4 Build 2016.2.20160616.134222-eap4
SubProducts.2 = JetBrains dotTrace 2016.2 EAP 4 Build 2016.2.20160616.134223-eap4
SubProducts.3 = JetBrains ReSharper C++ 2016.2 EAP 4 Build 2016.2.20160616.133500-eap4
SubProducts.4 = JetBrains TeamCity Add-in 2016.2 EAP 4 Build 2016.2.20160616.133557-eap4
SubProducts.5 = JetBrains ReSharper 2016.2 EAP 4 Build 2016.2.20160616.133921-eap4
ManagedThreadName = JetPool (S) Regular thread #1
SccRevisionEnv = Platform\Core\Shell,
Platform\VisualStudio:
    git::refs/heads/wave06-eap4
VsVersion = 14.0.25123.0

Could not find the component's IImportTypeHelper descriptor.

— EXCEPTION #1/2 [InvalidOperationException]
Message = “Could not find the component's IImportTypeHelper descriptor.”
ExceptionPath = Root.InnerException
ClassName = System.InvalidOperationException
Data.InterfaceType = “JetBrains.ReSharper.Intentions.QuickFixes.IImportTypeHelper, JetBrains.ReSharper.Intentions, Version=106.0.0.0, Culture=neutral, PublicKeyToken=1010a0d8d6380325”
Data.Container = “Container: PsiLanguageType:Razor CSharp Mvc 6”
Data.Action = JetBrains.ReSharper.Intentions.QuickFixes.ImportTypeQuickPopupFix
HResult = COR_E_INVALIDOPERATION=80131509
Source = JetBrains.Platform.ComponentModel
StackTraceString = “
  at JetBrains.Application.Components.ComponentContainerEx.GetComponent[TInterface](IComponentContainer container)
     at JetBrains.Application.Extensibility.SplittedComponentContainer`2.GetService[T](TDefinition definition)
     at JetBrains.ReSharper.Psi.LanguageManager.JetBrains.ReSharper.Psi.ILanguageManager.GetService[TLanguageService](PsiLanguageType )
     at JetBrains.ReSharper.Intentions.QuickFixes.ImportTypeUtil.ReferenceTargetCanBeType(IReference reference)
     at JetBrains.ReSharper.Intentions.QuickFixes.ImportTypeFix.IsAvailable(IUserDataHolder cache)
     at JetBrains.ReSharper.Intentions.QuickFixes.ImportTypeQuickPopupFix.IsAvailable(IUserDataHolder cache)
     at JetBrains.ReSharper.Intentions.Bulbs.QuickFixesProvider.IsActionAvailable(IQuickFix action, BulbItemsCache cacheData)


— Outer —

— EXCEPTION #2/2 [LoggerException]
Message = “Could not find the component's IImportTypeHelper descriptor.”
ExceptionPath = Root
ClassName = JetBrains.Util.LoggerException
Data.LastExtension = cshtml
Data.SccRevisionShell = “<there are no packages matching the criteria>”
Data.HostProductInfo = “JetBrains ReSharper Ultimate 2016.2 EAP 4 Build 106.0.20160616.72449-eap4”
Data.SubProducts.#0 = “JetBrains dotCover 2016.2 EAP 4 Build 2016.2.20160616.134255-eap4”
Data.SubProducts.#1 = “JetBrains dotMemory 2016.2 EAP 4 Build 2016.2.20160616.134222-eap4”
Data.SubProducts.#2 = “JetBrains dotTrace 2016.2 EAP 4 Build 2016.2.20160616.134223-eap4”
Data.SubProducts.#3 = “JetBrains ReSharper C++ 2016.2 EAP 4 Build 2016.2.20160616.133500-eap4”
Data.SubProducts.#4 = “JetBrains TeamCity Add-in 2016.2 EAP 4 Build 2016.2.20160616.133557-eap4”
Data.SubProducts.#5 = “JetBrains ReSharper 2016.2 EAP 4 Build 2016.2.20160616.133921-eap4”
Data.ManagedThreadName = “JetPool (S) Regular thread #3”
Data.SccRevisionEnv = “
Platform\Core\Shell,
Platform\VisualStudio:
    git::refs/heads/wave06-eap4

Data.VsVersion = 14.0.25123.0
InnerException = “Exception #1 at Root.InnerException”
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
  at JetBrains.ReSharper.Intentions.Bulbs.QuickFixesProvider.IsActionAvailable(IQuickFix action, BulbItemsCache cacheData)
     at JetBrains.ReSharper.Intentions.Bulbs.QuickFixesProvider.CollectPopupQuickFixesFromVisibleArea(BulbItemsCache bulbItemsCache, IntentionsBulbItems intentionsBulbItems, ITextControl textControl, HighlightingsData highlightingsData)
     at JetBrains.ReSharper.Intentions.Bulbs.QuickFixesProvider.CollectActions(IntentionsBulbItems intentionsBulbItems, BulbItemsCache bulbItemsCache, ITextControl textControl, Lifetime caretPositionLifetime, IPsiSourceFile psiSourceFile, Object precalculatedData)
     at JetBrains.ReSharper.Intentions.Bulbs.BulbItems.<>c__DisplayClass14.<BuildAvailableActionsList>b__10()
     at JetBrains.Application.InterruptableReadActivityThe.Work()
     at JetBrains.Application.InterruptableReadActivity.DoWork()
     at JetBrains.Application.InterruptableReadActivity.WorkerThreadProc()
     at JetBrains.Util.Logging.Logger.Catch(Action action)
     at JetBrains.Application.Threading.Tasks.TaskHostEx.<>c__DisplayClass2.<RunSafe>b__1()
     at JetBrains.Application.Threading.Tasks.TaskHost.AccessViolationCatcher(Action action)
     at JetBrains.Application.Threading.Tasks.TaskHost.<>c__DisplayClasse.<Create>b__a(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.JetSchedulerThread.EnqueueNextTask()
     at JetBrains.Application.Threading.Tasks.Scheduler.JetSchedulerThread.ThreadPoolProc()
     at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
     at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
     at System.Threading.ThreadHelper.ThreadStart()

RSRP-459390: Trying to get PSI file for an uncommitted document

$
0
0
Reporter ReSharper anonymous (resharper) ReSharper anonymous (resharper)
Created Jun 16, 2016 1:34:01 PM
Updated Jun 20, 2016 11:29:41 AM
Subsystem No Subsystem
Assignee Alexander Shvedov (shvedov)
Priority Show-stopper
State Submitted
Type Exception
Affected versions No Affected versions
Fix version No Fix versions
Fixed In Version ReSharper Undefined
VsVersion All Versions
ReSharperPlatformVs14 Wave 06 — JetBrains ReSharper Ultimate 2016.2 EAP 4 Build 106.0.20160616.72449-eap4

JetBrains ReSharper 2016.2 EAP 4 Build 2016.2.20160616.133921-eap4

Trying to get PSI file for an uncommitted document

— EXCEPTION #1/2 [AssertionException]
Message = “Trying to get PSI file for an uncommitted document”
ExceptionPath = Root.InnerException
ClassName = JetBrains.Util.Assertion+AssertionException
HResult = COR_E_EXCEPTION=80131500
Source = JetBrains.Platform.Util
StackTraceString = “
  at JetBrains.Util.AssertionWithSensitiveData.Fail(String message, Pair`2[] sensitiveData)
     at JetBrains.Util.AssertionWithSensitiveData.Assert(Boolean condition, String message, Pair`2 d1)
     at JetBrains.ReSharper.Psi.Files.PsiFiles.AssertNotDirty(IPsiSourceFile sourceFile)
     at JetBrains.ReSharper.Psi.Files.PsiFiles.GetPsiFiles(IPsiSourceFile sourceFile, Type languageType, DocumentRange range, PsiLanguageCategories categories)
     at JetBrains.ReSharper.Psi.Files.PsiFiles.GetPsiFiles[TLanguage](IPsiSourceFile sourceFile, DocumentRange range, PsiLanguageCategories categories)
     at JetBrains.ReSharper.Psi.Files.PsiFilesExtensions.GetPsiFile[TLanguageType](IPsiSourceFile sourceFile, DocumentRange range)
     at JetBrains.ReSharper.Feature.Services.ContextActions.CurrentContextActionDataProviderBase`3.HandleContext(Lifetime lifetime)
     at JetBrains.ReSharper.Feature.Services.Contexts.ContextConsumer.<>c__DisplayClass3.<AsyncHandler>b__1()
     at JetBrains.Application.InterruptableReadActivityThe.Work()
     at JetBrains.Application.InterruptableReadActivity.DoWork()
     at JetBrains.Application.InterruptableReadActivity.WorkerThreadProc()
     at JetBrains.Util.Logging.Logger.Catch(Action action)


— Outer —

— EXCEPTION #2/2 [LoggerException]
Message = “Trying to get PSI file for an uncommitted document”
ExceptionPath = Root
ClassName = JetBrains.Util.LoggerException
Data.SccRevisionShell = “<there are no packages matching the criteria>”
Data.HostProductInfo = “JetBrains ReSharper Ultimate 2016.2 EAP 4 Build 106.0.20160616.72449-eap4”
Data.SubProducts.#0 = “JetBrains ReSharper 2016.2 EAP 4 Build 2016.2.20160616.133921-eap4”
Data.ManagedThreadName = “JetPool (S) Regular thread #3”
Data.SccRevisionEnv = “
Platform\Core\Shell,
Platform\VisualStudio:
    git::refs/heads/wave06-eap4

Data.VsVersion = 14.0.25123.0
InnerException = “Exception #1 at Root.InnerException”
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
  at JetBrains.Util.Logging.Logger.Catch(Action action)
     at JetBrains.Application.Threading.Tasks.TaskHostEx.<>c__DisplayClass2.<RunSafe>b__1()
     at JetBrains.Application.Threading.Tasks.TaskHost.AccessViolationCatcher(Action action)
     at JetBrains.Application.Threading.Tasks.TaskHost.<>c__DisplayClasse.<Create>b__a(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.JetSchedulerThread.EnqueueNextTask()
     at JetBrains.Application.Threading.Tasks.Scheduler.JetSchedulerThread.ThreadPoolProc()
     at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
     at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
     at System.Threading.ThreadHelper.ThreadStart()

RSRP-459378: Solution leak detected

$
0
0
Reporter NN __ (NN) NN __ (NN)
Created Jun 20, 2016 8:25:27 AM
Updated Jun 20, 2016 11:35:26 AM
Resolved Jun 20, 2016 11:35:26 AM
Subsystem No Subsystem
Assignee Unassigned
Priority Normal
State Incomplete
Type Unspecified
Affected versions 2016.2
Fix version No Fix versions
Fixed In Version ReSharper Undefined
VsVersion All Versions
---------------------------
ReSharper – Runtime Error – Technical Data
---------------------------
JetBrains ReSharper has encountered a runtime error.
Technical data follows.
Hint: Ctrl+C copies the text of system message boxes to Clipboard.
________________________________________________________________

Solution leak detected.



--- EXCEPTION #1/2 [LeakedSolutionException]

Message = “Solution leak detected.”

ExceptionPath = Root.InnerException

ClassName = JetBrains.ProjectModel.SolutionWatchdog.SolutionWatchdog+LeakedSolutionException

HResult = COR_E_EXCEPTION=80131500



--- Outer ---



--- EXCEPTION #2/2 [LoggerException]

Message = “Solution leak detected.”

ExceptionPath = Root

ClassName = JetBrains.Util.LoggerException

InnerException = “Exception #1 at Root.InnerException”

HResult = COR_E_APPLICATION=80131600

StackTraceString = “

at JetBrains.ProjectModel.SolutionWatchdog.SolutionWatchdog.<OnCloseSolution>b__4(Int32 count)

at JetBrains.Util.Memory.LeakWatchdog.<>c__DisplayClass16.<RegisterTerminatedObject>b__15(IMemoryGrave g)

at JetBrains.Util.Memory.LeakWatchdog.Grave.<StopWaiting>b__1c()

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()




---------------------------
OK
---------------------------

RSRP-459250: 'Make Partial' can be made with an empty filename

$
0
0
Reporter Alex Berezoutsky (fergard) Alex Berezoutsky (fergard)
Created Jun 14, 2016 9:03:07 AM
Updated Jun 20, 2016 11:36:04 AM
Resolved Jun 15, 2016 10:19:12 AM
Subsystem Refactorings
Assignee Andrey Dyatlov (Andrey.Dyatlov)
Priority Critical
State Fixed
Type Bug
Affected versions No Affected versions
Fix version 2016.2
Fixed In Version ReSharper 2016.2 EAP 4
VsVersion All Versions
See screen. Pressing the Next button will produce the exception.


LastExtension = cs
SccRevisionShell = <there are no packages matching the criteria>
HostProductInfo = JetBrains ReSharper Ultimate 2016.2 EAP 4 Build 106.0.20160613.234139-eap4
SubProducts.0 = JetBrains dotCover 2016.2 EAP 4 Build 2016.2.20160613.235325-eap4
SubProducts.1 = JetBrains dotMemory 2016.2 EAP 4 Build 2016.2.20160613.235326-eap4
SubProducts.2 = JetBrains dotTrace 2016.2 EAP 4 Build 2016.2.20160613.235322-eap4
SubProducts.3 = JetBrains ReSharper C++ 2016.2 EAP 4 Build 2016.2.20160613.235208-eap4
SubProducts.4 = JetBrains TeamCity Add-in 2016.2 EAP 4 Build 2016.2.20160613.235209-eap4
SubProducts.5 = JetBrains ReSharper 2016.2 EAP 4 Build 2016.2.20160613.235216-eap4
ManagedThreadName = JetPool (S) Regular thread #6
SccRevisionEnv = Platform\Core\Shell:
    git::refs/heads/wave06::8a041968ebae933f6ed96a22c174870c69057ea6


Platform\VisualStudio:
    git::refs/heads/wave06::29dd23cb3bedccbe8bd73ea102131b30a50c619a

VsVersion = 14.0.24720.0

myModel.CanCreateProjectFile(path)

--- EXCEPTION #1/2 [AssertionException]
Message = myModel.CanCreateProjectFile(path)
ExceptionPath = Root.InnerException
ClassName = JetBrains.Util.Assertion+AssertionException
HResult = COR_E_EXCEPTION=80131500
Source = JetBrains.ReSharper.NewRefactorings
StackTraceString = “
at JetBrains.ReSharper.Refactorings.Type2Partial.Type2PartialManager.CreateProjectFile(Type2PartialModel model, String extensions)
at JetBrains.ReSharper.Refactorings.Type2Partial.Type2PartialWorkflow.PreExecute(IProgressIndicator pi)
at JetBrains.ReSharper.Feature.Services.Refactorings.FunctionWrapper`1.ExecuteAction(IProgressIndicator pi)


--- Outer ---

--- EXCEPTION #2/2 [LoggerException]
Message = myModel.CanCreateProjectFile(path)
ExceptionPath = Root
ClassName = JetBrains.Util.LoggerException
Data.LastExtension = cs
Data.SccRevisionShell = “<there are no packages matching the criteria>”
Data.HostProductInfo = “JetBrains ReSharper Ultimate 2016.2 EAP 4 Build 106.0.20160613.234139-eap4”
Data.SubProducts.#0 = “JetBrains dotCover 2016.2 EAP 4 Build 2016.2.20160613.235325-eap4”
Data.SubProducts.#1 = “JetBrains dotMemory 2016.2 EAP 4 Build 2016.2.20160613.235326-eap4”
Data.SubProducts.#2 = “JetBrains dotTrace 2016.2 EAP 4 Build 2016.2.20160613.235322-eap4”
Data.SubProducts.#3 = “JetBrains ReSharper C++ 2016.2 EAP 4 Build 2016.2.20160613.235208-eap4”
Data.SubProducts.#4 = “JetBrains TeamCity Add-in 2016.2 EAP 4 Build 2016.2.20160613.235209-eap4”
Data.SubProducts.#5 = “JetBrains ReSharper 2016.2 EAP 4 Build 2016.2.20160613.235216-eap4”
Data.ManagedThreadName = “JetPool (S) Regular thread #6”
Data.SccRevisionEnv = “
Platform\Core\Shell:
    git::refs/heads/wave06::8a041968ebae933f6ed96a22c174870c69057ea6


Platform\VisualStudio:
    git::refs/heads/wave06::29dd23cb3bedccbe8bd73ea102131b30a50c619a

Data.VsVersion = 14.0.24720.0
InnerException = “Exception #1 at Root.InnerException”
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
at JetBrains.ReSharper.Feature.Services.Refactorings.FunctionWrapper`1.ExecuteAction(IProgressIndicator pi)
at JetBrains.UI.Application.Progress.UITaskExecutorRun.RunStartTaskCallTaskAction(IProperty`1 isDone, ProgressIndicator progressIndicator, TaskThreadAffinity taskThreadAffinity, Action`1 FTask, JetDispatcher dispatcherPrimary)
at JetBrains.UI.Application.Progress.UITaskExecutorRun.RunCore(TaskThreadAffinity taskThreadAffinity, Action`1 FTask, Func`3 FAttachUi, ProgressIndicator progressIndicator, IWin32Window parentWindow, IThreading threading, WorkerThreadShop workerThreadShop, Boolean enforceModalityState)
at JetBrains.UI.Application.Progress.UITaskExecutorRun.Run(TaskThreadAffinity taskThreadAffinity, Action`1 task, Func`3 FAttachUi, ProgressIndicator indicator, IWin32Window parentWindow, IThreading threading, WorkerThreadShop workerThreadShop, Boolean enforceModalityState)
at JetBrains.ReSharper.Feature.Services.Refactorings.RefactoringsTaskExecutor.JetBrains.Application.Progress.ITaskExecutor.ExecuteTask(String name, TaskCancelable cancelable, Action`1 task)
at JetBrains.ReSharper.Feature.Services.Refactorings.WorkflowExecuter.RunWithProgress[TResult](Func`2 action, String taskName, TResult& result)
at JetBrains.ReSharper.Feature.Services.Refactorings.WorkflowExecuter.TryExecuteRefactoring()
at JetBrains.ReSharper.Feature.Services.Refactorings.WorkflowExecuter.InitPage(IRefactoringPage page)
at JetBrains.ReSharper.Feature.Services.Refactorings.WorkflowExecuter.NextPage(IRefactoringPage currentPage)
at JetBrains.ReSharper.Feature.Services.Refactorings.WorkflowExecuter.MoveToNextPage()
at JetBrains.ReSharper.Feature.Services.Refactorings.WorkflowHostWithWizardForm.<NextClick>b__8()
at JetBrains.Threading.ReentrancyGuard.Execute(String name, Action action)
at JetBrains.Threading.ReentrancyGuard.ExecuteOrQueue(String name, Action action, TaskPriority priority)
at JetBrains.ReSharper.Feature.Services.Refactorings.WorkflowHostWithWizardForm.NextClick(Object sender, EventArgs e)
at JetBrains.ReSharper.Feature.Services.Refactorings.RefactoringWizardForm.myContinueButton_Click(Object sender, EventArgs e)
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ButtonBase.WndProc(Message& m)
at System.Windows.Forms.Button.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.DebuggableCallback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

Viewing all 106942 articles
Browse latest View live


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