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

RSRP-467598: SolutionCaches using an extremely large amount of space (200+GB)

$
0
0
Reporter Joey Lorich (jlorich) Joey Lorich (jlorich)
Created Dec 14, 2017 6:36:34 PM
Updated Aug 13, 2018 10:13:26 AM
Resolved Aug 13, 2018 10:13:14 AM
Subsystem Psi - Caches
Assignee Dmitry Ivanov (daivanov)
Priority Critical
State Fixed
Type Bug
Fix version 2018.2
Affected versions No Affected versions
Fixed In Version ReSharper Undefined
VsVersion All Versions

Currently my solution caches folder is 290GB. It seems like there is some sort of possible leak happening. It's all from a single solution, and due to a multitiude to 2mb .sst files under the DB folder.

Properties on the folder itself:
https://imgur.com/a/xbweq

Filesystem Breakdown from WinDirStat:

https://imgur.com/a/b2R3u

I've had to remove the folder since it's filled my disk completely, and I'll be keeping an eye on it if it continues. Please let me know what further information I can provide.


RSRP-468623: resharper fills up hard drive with cache (?) files

$
0
0
Reporter Roman Gavrilov (rgavrilov) Roman Gavrilov (rgavrilov)
Created Mar 9, 2018 4:48:38 PM
Updated Aug 13, 2018 10:13:41 AM
Resolved Aug 13, 2018 10:13:37 AM
Subsystem Psi - Caches
Assignee Dmitry Ivanov (daivanov)
Priority Critical
State Fixed
Type Bug
Fix version 2018.2
Affected versions No Affected versions
Fixed In Version ReSharper Undefined
VsVersion All Versions

I use small SSD (256GB) occasionally I run out of space. I suspect that culprit is this folder:
C:\Users\Roman\AppData\Local\Temp\JetBrains\ReSharperPlatformVs15\v11_6a360b53\SolutionCaches_MyFleet.-551049307.00\Db
(94GB)
Something just keeps creating files until there is no more room at all (not even 4 kb to create a file)

It's just ~47000 of ######.sst files (# is a digit).

RSRP-470831: Collection was modified; enumeration operation may not execute.

$
0
0
Reporter ReSharper anonymous (resharper) ReSharper anonymous (resharper)
Created Jul 5, 2018 2:04:39 AM
Updated Aug 13, 2018 10:16:01 AM
Resolved Aug 13, 2018 10:14:00 AM
Subsystem Psi - Caches
Assignee Dmitry Ivanov (daivanov)
Priority Critical
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 _be059ebbReSharperHost — JetBrains ReSharper Ultimate 2018.2 EAP 2 D Build 182.0.20180628.0-eap02d

JetBrains ReSharper 182 Build 182.0.20180628.0-eap02d
JetBrains ReSharper C++ 182 Build 182.0.20180628.0-eap02d

Collection was modified; enumeration operation may not execute.

— EXCEPTION #1/2 [InvalidOperationException]
Message = “Collection was modified; enumeration operation may not execute.”
ExceptionPath = Root.InnerException
ClassName = System.InvalidOperationException
HResult = COR_E_INVALIDOPERATION=80131509
Source = mscorlib
StackTraceString = “
 at System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource)
 at System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource)
 at System.Collections.Generic.Dictionary`2.Enumerator.MoveNext()
 at JetBrains.ReSharper.Psi.Caches.Persistence.PersistentIndexManager.CleanUpAfterSolutionLoad()
 at JetBrains.ProjectModel.Tasks.SolutionLoadTasksSchedulerBase.<>c__DisplayClass24_0.<ExecuteOneTask>b__1()
 at JetBrains.Util.Logging.Logger.Catch(Action action)


— Outer —

— EXCEPTION #2/2 [LoggerException]
Message = “Collection was modified; enumeration operation may not execute.”
ExceptionPath = Root
ClassName = JetBrains.Util.LoggerException
Data.ManagedThreadName = <NULL>
Data.LastExtension = cpp
Data.SccRevisionShell = “<there are no packages matching the criteria>”
Data.HostProductInfo = “JetBrains ReSharper Ultimate 2018.2 EAP 2 D Build 182.0.20180628.0-eap02d”
Data.SubProducts.#0 = “JetBrains ReSharper C++ 182 Build 182.0.20180628.0-eap02d”
Data.SubProducts.#1 = “JetBrains ReSharper 182 Build 182.0.20180628.0-eap02d”
Data.SccRevisionEnv = “
Platform\Core\Shell,
Platform\VisualStudio:
    git::refs/heads/182-alisa.refactorings.2::3710ed048af2cb23d405957d5dcae30c56938767

Data.VsVersion = 15.0.26228.4
InnerException = “Exception #1 at Root.InnerException”
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
 at JetBrains.Util.LoggerBase.Log(LoggingLevel level, String message, Exception ex)
 at JetBrains.Util.LoggerBase.Log(LoggingLevel level, String message, Exception ex)
 at JetBrains.Util.Logging.LogEx.Error(ILog this, Exception ex, String message)
 at JetBrains.Util.Logging.Logger.LogException(Exception ex)
 at JetBrains.Util.Logging.Logger.Catch(Action action)
 at JetBrains.ProjectModel.Tasks.SolutionLoadTasksSchedulerBase.ExecuteOneTask(SolutionLoadTask task)
 at JetBrains.ProjectModel.Tasks.SolutionLoadTasksSchedulerAsync.ExecuteTask()
 at JetBrains.ProjectModel.Tasks.SolutionLoadTasksSchedulerAsync.ExecuteTasks(Boolean background)
 at JetBrains.ProjectModel.Tasks.SolutionLoadTasksSchedulerAsync.DispatchTasks(Boolean background)
 at JetBrains.ProjectModel.Tasks.SolutionLoadTasksSchedulerBase.ResumeWaitTask(SolutionLoadWaitHandle waitHandle, Boolean background)
 at JetBrains.VsIntegration.ProjectDocuments.Projects.Builder.ProjectModelSynchronizer.<>c__DisplayClass35_4.<ScheduleUpdateProjectReferences>b__2()
 at JetBrains.Application.Threading.IShellLocksEx.ExecuteWithReadLock(IShellLocks thіs, Action F)
 at JetBrains.VsIntegration.ProjectDocuments.Projects.Builder.ProjectModelSynchronizer.<>c__DisplayClass35_4.<ScheduleUpdateProjectReferences>b__1()
 at JetBrains.Util.Concurrency.GroupingEventHostEx.<>c__DisplayClass0_1.<QueueAtShort>b__1()
 at JetBrains.Threading.GroupingEvent.Execute()
 at JetBrains.Threading.GroupingEventHost.ExecuteExpiredEvents()
 at JetBrains.Threading.GroupingEventHost.<OnClockTimerTick>b__22_0()
 at JetBrains.Threading.ReentrancyGuard.Execute(String name, Action action)
 at JetBrains.Threading.ReentrancyGuard.ExecuteOrQueue(String name, Action action, TaskPriority priority)
 at JetBrains.Threading.GroupingEventHost.OnClockTimerTick()
 at JetBrains.Threading.GroupingEventHost.ClockTimer.OnTimerTick(Object sender, EventArgs e)
 at System.Windows.Forms.Timer.OnTick(EventArgs e)
 at System.Windows.Forms.Timer.TimerNativeWindow.WndProc(Message& m)
 at System.Windows.Forms.NativeWindow.DebuggableCallback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

RSRP-470931: Handling output assembly for valid project

$
0
0
Reporter Thomas Stocker (thomas.stocker) Thomas Stocker (thomas.stocker)
Created Jul 10, 2018 4:51:10 PM
Updated Aug 13, 2018 10:19:16 AM
Subsystem Psi - Caches
Assignee Dmitry Ivanov (daivanov)
Priority Critical
State Submitted
Type Exception
Fix version 2018.1.2
Affected versions No Affected versions
Fixed In Version ReSharper Undefined
VsVersion All Versions
ReSharperPlatformVs15 Wave 182 Hive _cb16f37c — JetBrains ReSharper Ultimate 2018.2 EAP 2 Build 182.0.20180706.95810-eap02

JetBrains dotTrace 182 Build 182.0.20180706.103326-eap02
JetBrains ReSharper 182 Build 182.0.20180706.100921-eap02

SubProducts.0 = JetBrains dotTrace 182 Build 182.0.20180706.103326-eap02
SubProducts.1 = JetBrains ReSharper 182 Build 182.0.20180706.100921-eap02

Handling output assembly for valid project

— EXCEPTION #1/2 [AssertionException]
Message = “Handling output assembly for valid project”
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.Fail(String message, Pair`2[] sensitiveData)
 at JetBrains.ReSharper.Psi.Caches.PsiCaches.ProcessAssemblyChanges(PsiModuleChange psiModuleChange, Boolean forceSyncUpdate)
 at JetBrains.ReSharper.Psi.Caches.PsiCaches.OnPsiModulesChange(PsiModuleChange psiModuleChange, Boolean forceSyncUpdate, HashSet`1 filesToRemove, HashSet`1 filesToAdd)
 at JetBrains.ReSharper.Psi.Caches.PsiCaches.Execute(IChangeMap changeMap)
 at JetBrains.Application.changes.ChangeManagerImpl.<>c__DisplayClass21_0.<InvokeOrderedDependentProviders>b__0(IProgressIndicator pro)


— Outer —

— EXCEPTION #2/2 [LoggerException]
Message = “Handling output assembly for valid project”
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 2 Build 182.0.20180706.95810-eap02”
Data.SubProducts.#0 = “JetBrains dotTrace 182 Build 182.0.20180706.103326-eap02”
Data.SubProducts.#1 = “JetBrains ReSharper 182 Build 182.0.20180706.100921-eap02”
Data.SccRevisionEnv = “
Platform\Core\Shell:
    git::refs/heads/182-eap2

Platform\VisualStudio:
    git::refs/heads/182-eap2::9f014d91e51bc72e022f44cb319e1913fc745c28

Data.VsVersion = 15.8.27825.0
Data.VsPreview = True
InnerException = “Exception #1 at Root.InnerException”
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
 at JetBrains.Application.changes.ChangeManagerImpl.<>c__DisplayClass21_0.<InvokeOrderedDependentProviders>b__0(IProgressIndicator pro)
 at JetBrains.Application.changes.ChangeManagerImpl.<>c__DisplayClass21_0.<InvokeOrderedDependentProviders>b__0(IProgressIndicator pro)
 at JetBrains.Application.Progress.SimpleTaskExecutor.ExecuteTaskTrivial(Action`1 task)
 at JetBrains.Application.Progress.SimpleTaskExecutor.JetBrains.Application.Progress.ITaskExecutor.ExecuteTask(String name, TaskCancelable cancelable, Action`1 task)
 at JetBrains.Application.changes.ChangeManagerImpl.InvokeOrderedDependentProviders(ITaskExecutor executor, IEnumerable`1 dependentProviders, ChangeMap changeMap)
 at JetBrains.Application.changes.ChangeManagerImpl.OnProviderChanged(IChangeProvider changeProvider, Object change, ITaskExecutor executor)
 at JetBrains.ProjectModel.Transaction.ProjectModelBatchChangeManager.<>c__DisplayClass8_1.<EndTransaction>b__0()
 at JetBrains.Application.changes.ChangeManagerImpl.ExecuteAfterChange(Action action)
 at JetBrains.ProjectModel.Transaction.ProjectModelBatchChangeManager.EndTransaction(ProjectModelBatchChange projectModelBatchChange, ITaskExecutor executor)
 at JetBrains.ProjectModel.Impl.ProjectModelBatchChange.Commit(ITaskExecutor executor)
 at JetBrains.ProjectModel.Transaction.ProjectModelBatchChangeCookie.Dispose()
 at JetBrains.ProjectModel.Assemblies.Impl.ModuleReferenceResolveSync.ApplyExternalAssemblyChanges(List`1 assemblyFiles, List`1 assemblyReferences)
 at JetBrains.ProjectModel.Impl.ExternalChangeProcessor.<>c__DisplayClass26_0.<ProcessElementsAffectedByExternalChange>b__0()
 at JetBrains.Application.changes.ChangeManagerImpl.ExecuteAfterChange(Action action)
 at JetBrains.ProjectModel.Impl.ExternalChangeProcessor.ProcessElementsAffectedByExternalChange(IEnumerable`1 affectedElements, Boolean sync)
 at JetBrains.ProjectModel.Impl.ExternalChangeProcessor.ProcessExternalChangeActivity.<Finish>b__13_2()
 at JetBrains.Util.Logging.Logger.Catch[TValue](Func`1 func)
 at JetBrains.ProjectModel.Impl.ExternalChangeProcessor.ProcessExternalChangeActivity.<>c__DisplayClass13_0.<Finish>b__1()
 at JetBrains.Application.Threading.IShellLocksEx.ExecuteWithWriteLockWhenAvailable(IShellLocks thіs, Lifetime lifetime, String name, Action F, Boolean gentleAcquire, Int32 retryCount)
 at JetBrains.ProjectModel.Impl.ExternalChangeProcessor.ProcessExternalChangeActivity.Finish()
 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 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-470388: Object reference not set to an instance of an object.

$
0
0
Reporter Lilia Shamsutdinova (Lilia.Shamsutdinova) Lilia Shamsutdinova (Lilia.Shamsutdinova)
Created Jun 29, 2018 10:43:05 AM
Updated Aug 13, 2018 10:22:48 AM
Resolved Aug 6, 2018 7:14:04 PM
Subsystem ReSpeller
Assignee Artem Bukhonov (Artem.Bukhonov)
Priority Critical
State Fixed
Type Exception
Fix version 2018.2
Affected versions 2018.2
Fixed In Version ReSharper Undefined
VsVersion All Versions
ReSharperPlatformVs15 Wave 182 Hive _3f3919c0 — JetBrains ReSharper Ultimate 2018.2 EAP 2 D Build 182.0.20180628.165319-eap02d

JetBrains dotCover 182 Build 182.0.20180628.230953-eap02d
JetBrains dotMemory 182 Build 182.0.20180629.50220-eap02d
JetBrains dotTrace 182 Build 182.0.20180629.50225-eap02d
JetBrains ReSharper 182 Build 182.0.20180628.231220-eap02d
JetBrains ReSharper C++ 182 Build 182.0.20180629.50221-eap02d
JetBrains TeamCity Add-in 182 Build 182.0.20180629.50221-eap02d

Object reference not set to an instance of an object.

— EXCEPTION #1/2 [NullReferenceException]
Message = “Object reference not set to an instance of an object.”
ExceptionPath = Root.InnerException
ClassName = System.NullReferenceException
HResult = E_POINTER=COR_E_NULLREFERENCE=80004003
Source = JetBrains.ReSharper.Features.ReSpeller
StackTraceString = “
 at JetBrains.ReSharper.Features.ReSpeller.Workflows.TypoRenameNamespaceWorkflow.Initialize(IDataContext context)
 at JetBrains.ReSharper.Features.ReSpeller.Workflows.TypoRenameNamespaceWorkflow.Initialize(IDataContext context)
 at JetBrains.ReSharper.Feature.Services.Refactorings.WorkflowExecuter.InitializeWorkflow(IDataContext dataContext)
 at JetBrains.ReSharper.Feature.Services.Refactorings.WorkflowExecuter.ExecuteWithCustomHost(IDataContext context, IRefactoringWorkflow refactoringWorkflow, IWorkflowHost host)


— Outer —

— EXCEPTION #2/2 [LoggerException]
Message = “Object reference not set to an instance of an object.”
ExceptionPath = Root
ClassName = JetBrains.Util.LoggerException
Data.ManagedThreadName = <NULL>
Data.LastExtension = cs
Data.SccRevisionShell = “<there are no packages matching the criteria>”
Data.HostProductInfo = “JetBrains ReSharper Ultimate 2018.2 EAP 2 D Build 182.0.20180628.165319-eap02d”
Data.SubProducts.#0 = “JetBrains dotCover 182 Build 182.0.20180628.230953-eap02d”
Data.SubProducts.#1 = “JetBrains dotTrace 182 Build 182.0.20180629.50225-eap02d”
Data.SubProducts.#2 = “JetBrains ReSharper C++ 182 Build 182.0.20180629.50221-eap02d”
Data.SubProducts.#3 = “JetBrains TeamCity Add-in 182 Build 182.0.20180629.50221-eap02d”
Data.SubProducts.#4 = “JetBrains ReSharper 182 Build 182.0.20180628.231220-eap02d”
Data.SubProducts.#5 = “JetBrains dotMemory 182 Build 182.0.20180629.50220-eap02d”
Data.SccRevisionEnv = “
Platform\Core\Shell:
    git::refs/heads/182::60f3fb4d7dad259cf8ae6e2f4aa15e4b5b72ddce


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

Data.VsVersion = 15.7.27703.2035
InnerException = “Exception #1 at Root.InnerException”
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
 at JetBrains.ReSharper.Feature.Services.Refactorings.WorkflowExecuter.ExecuteWithCustomHost(IDataContext context, IRefactoringWorkflow refactoringWorkflow, IWorkflowHost host)
 at JetBrains.ReSharper.Feature.Services.Refactorings.WorkflowExecuter.ExecuteWithCustomHost(IDataContext context, IRefactoringWorkflow refactoringWorkflow, IWorkflowHost host)
 at JetBrains.PsiFeatures.UIInteractive.Refactorings.CommonUI.WinformsRefactoringActionHostProvider.ExecuteRefactoring(IDataContext context, IRefactoringWorkflow workflow)
 at JetBrains.ReSharper.Feature.Services.Refactorings.RefactoringActionUtil.ExecuteRefactoring(IDataContext context, IRefactoringWorkflow refactoringWorkflow)
 at JetBrains.ReSharper.Features.ReSpeller.Bulbs.AdvancedTypoRenameBulbItem.<>c__DisplayClass3_0.<Execute>b__0(Lifetime lifetime)
 at JetBrains.DataFlow.Lifetimes.Using(Action`1 λ)
 at JetBrains.ReSharper.Features.ReSpeller.Bulbs.AdvancedTypoRenameBulbItem.Execute(ISolution solution, ITextControl textControl)
 at JetBrains.ReSharper.Feature.Services.Intentions.IntentionAction.MyExecutableProxi.Execute()
 at JetBrains.Application.UI.Controls.BulbMenu.Keys.BulbActionKey.Clicked()
 at JetBrains.Application.UI.Controls.GotoByName.BulbMenuComponent.<>c__DisplayClass29_0.<InitMenuGeneral>b__0(Object objKey)
 at JetBrains.DataFlow.Signal`1.NotifySinks(TValue payload)
 at JetBrains.DataFlow.Signal`1.Fire(TValue value, Object cookie)
 at JetBrains.Application.UI.Controls.JetPopupMenu.JetPopupMenu.<>c__DisplayClass49_0.<InitViewModel>b__3(JetPopupMenuItem item)
 at JetBrains.DataFlow.Signal`1.NotifySinks(TValue payload)
 at JetBrains.DataFlow.Signal`1.Fire(TValue value, Object cookie)
 at JetBrains.DataFlow.Signal`1.Fire(TValue value)
 at JetBrains.DataFlow.Signal`1.NotifySinks(TValue payload)
 at JetBrains.DataFlow.Signal`1.Fire(TValue value, Object cookie)
 at JetBrains.DataFlow.Signal`1.Fire(TValue value)
 at JetBrains.Application.UI.Controls.JetPopupMenu.Detail.JetPopupMenuDoc.ExecuteSelectedItem()
 at JetBrains.UI.SrcView.Controls.JetPopupMenu.Impl.JetPopupMenuMainpartView.OnMouseUp(MouseEventArgs e)
 at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
 at System.Windows.Forms.Control.WndProc(Message& m)
 at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
 at JetBrains.UI.SrcView.Controls.JetPopupMenu.Impl.JetPopupMenuMainpartView.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)
 at JetBrains.Interop.WinApi.User32Dll.DispatchMessageW(MSG* lpmsg)
 at JetBrains.Util.Concurrency.WinJetDispatcher.WinJetDispatcherStaticMethods.InternalPumpMessagesOnce()
 at JetBrains.Util.Concurrency.WinJetDispatcher.WinJetDispatcherStaticMethods.JetBrains.Util.Concurrency.IJetDispatcherStaticMethods.Run(Func`1 condition, TimeSpan timeout, Boolean bThrowOnTimeout)
 at JetBrains.UI.SrcView.Controls.JetPopupMenu.JetPopupMenuOverlordView.Show(Boolean isModal)
 at JetBrains.Application.UI.Controls.JetPopupMenu.JetPopupMenus.ShowCore(JetPopupMenu menu, ShowWhen when, Boolean isModal, LifetimeDefinition lifetimeDefinitionOptional, IJetPopupMenuOverlordView parentView)
 at JetBrains.Application.UI.Controls.GotoByName.BulbMenuComponent.ShowMenuOnKeys(LifetimeDefinition viewLifetimeDefinition, PopupWindowContextSource context, ICollection`1 rootItems, IAutomation menuCaptionAutomation, Action`1 beforeShow, ShowWhen showWhen)
 at JetBrains.Application.UI.Controls.GotoByName.BulbMenuComponent.ShowBulbMenu(ICollection`1 keys, PopupWindowContextSource context, IAutomation captionControl, Action`1 beforeShow, LifetimeDefinition viewLifetimeDefinition)
 at JetBrains.Platform.VisualStudio.SinceVs10.IDE.TextControl.GutterMargin.VsGutterMarginControl.MouseProcessor.<>c__DisplayClass10_0.<MouseUp>b__0()
 at JetBrains.Application.Threading.IShellLocksEx.ExecuteWithReadLock(IShellLocks thіs, Action F)
 at JetBrains.Application.Threading.IShellLocksEx.<>c__DisplayClass1_0.<ExecuteOrQueueReadLock>b__0()
 at JetBrains.Threading.ReentrancyGuard.Execute(String name, Action action)
 at JetBrains.Threading.ReentrancyGuard.ExecuteOrQueue(String name, Action action, TaskPriority priority)
 at JetBrains.Application.Threading.IThreadingEx.ExecuteOrQueue(IThreading thіs, String name, Action action, TaskPriority priority)
 at JetBrains.Application.Threading.IShellLocksEx.ExecuteOrQueueReadLock(IShellLocks thіs, String name, Action F, TaskPriority priority)
 at JetBrains.Platform.VisualStudio.SinceVs10.IDE.TextControl.GutterMargin.VsGutterMarginControl.MouseProcessor.MouseUp(Object sender, MouseButtonEventArgs e)
 at System.Windows.Input.MouseButtonEventArgs.InvokeEventHandler(Delegate genericHandler, Object genericTarget)
 at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
 at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
 at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
 at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
 at System.Windows.UIElement.RaiseTrustedEvent(RoutedEventArgs args)
 at System.Windows.UIElement.RaiseEvent(RoutedEventArgs args, Boolean trusted)
 at System.Windows.Input.InputManager.ProcessStagingArea()
 at System.Windows.Input.InputManager.ProcessInput(InputEventArgs input)
 at System.Windows.Input.InputProviderSite.ReportInput(InputReport inputReport)
 at System.Windows.Interop.HwndMouseInputProvider.ReportInput(IntPtr hwnd, InputMode mode, Int32 timestamp, RawMouseActions actions, Int32 x, Int32 y, Int32 wheel)
 at System.Windows.Interop.HwndMouseInputProvider.FilterMessage(IntPtr hwnd, WindowMessage msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
 at System.Windows.Interop.HwndSource.InputFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
 at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
 at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
 at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
 at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
 at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
 at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)

RSRP-470826: MSTest TestRunConfig > Test results names, is not considered.

$
0
0
Reporter Manuel Affolter (templar_vii) Manuel Affolter (templar_vii)
Created Jul 30, 2018 1:07:16 PM
Updated Aug 13, 2018 10:45:40 AM
Subsystem Unit Testing
Assignee Eugene Strizhok (Eugene.Strizhok)
Priority Normal
State Open
Type Bug
Fix version No Fix versions
Affected versions 2017.3.5
Fixed In Version ReSharper Undefined
VsVersion VS 2015 RTM

MSTest unit tests are always executed in bin/debug. ReSharper does not anymore consider the configuration in TestRunConfig > Test result names. I attached a sample project. The setting was considered in 2017.1.3 but it's not anymore in 2017.3.5.

RSRP-469209: Remove redundant parantheses warns even when they clarify precedence

$
0
0
Reporter Linus Nilsson (lajnold) Linus Nilsson (lajnold)
Created Apr 11, 2018 12:43:28 PM
Updated Aug 13, 2018 10:50:43 AM
Resolved Jul 16, 2018 1:38:37 PM
Subsystem Code Style - Cleanup
Assignee Razmik Seysyan (razmik)
Priority Normal
State Answered
Type Bug
Fix version No Fix versions
Affected versions 2017.3.5
Fixed In Version ReSharper Undefined
VsVersion All Versions

ReSharper warns about the parentheses around y && z even though I have "If not clarifies precedence" checked. My opinion (which is, of course, subjective) is that they do clarify the precedence. It's not a major hurdle since the severity is set to "Hint", but since there is the option of "clarifies precedence", I think it should take that into account.

public void Fun(bool x, bool y, bool z)
{
    if (x || (y && z))
    {
    }
}

RSRP-469618: Incorrect flagging of "unused" variables

$
0
0
Reporter Olga Rodygina (olgarodygina) Olga Rodygina (olgarodygina)
Created May 14, 2018 1:39:32 PM
Updated Aug 13, 2018 11:06:23 AM
Resolved Aug 13, 2018 11:06:23 AM
Subsystem Psi - Caches
Assignee Lilia Shamsutdinova (Lilia.Shamsutdinova)
Priority Normal
State Incomplete
Type Bug
Fix version No Fix versions
Affected versions 2018.1
Fixed In Version ReSharper Undefined
VsVersion All Versions
Before the latest update, this happened all the time. Now it's less frequent, but aa as the screenshot shows, it's still happening. The only way I've found to fix this is to delete the Resharper cache. But then it comes back later.

This is a farily large client server solution set. There are 2 main solutions, the Client and Server (and a multitude of trimmed down focused solultions for various parts). I frequently load the entire solution for Client and Server due to my job requirements. And there are some common projects representing shared types and interfaces between those 2 main solutions. It seems this happens most often when I have been working in one of the main solutions, and then switch to the other. And it seems that it may be tied to having edited one of the shared projects causing a rebuild in one solution, then switching to the other. Though it's not flagging variables of types in the shared solution (I have no idea why it flags some incorrectly, but still gets most right), this does seem to be a supporting pattern.

RSRP-471024: [Unit tests] Rename menu "Run unit tests" for a single test

$
0
0
Reporter Sofia Byzova (Sofia.Byzova) Sofia Byzova (Sofia.Byzova)
Created Aug 10, 2018 2:33:59 PM
Updated Aug 13, 2018 11:08:30 AM
Subsystem Unit Testing
Assignee Eugene Strizhok (Eugene.Strizhok)
Priority Normal
State Submitted
Type Bug
Fix version No Fix versions
Affected versions No Affected versions
Fixed In Version ReSharper Undefined
VsVersion All Versions
I have a simple test case class with several test cases.
To run a test, we can use a right-click menu for a Class and for a single test.
But this menu looks identically for both for a single test and for a Class: "Run Unit Tests"

In Idea, if I Right-click on a test class the menu looks like "Run <testClassName>". And for a single test "Run <testCaseName>"

It would be useful to support this feature in Rider also.

RSRP-468047: sspi target principal incorrect

$
0
0
Reporter Carl Hoogstoel (choogstoel@medlog.be) Carl Hoogstoel (choogstoel@medlog.be)
Created Jan 22, 2018 6:36:16 PM
Updated Aug 13, 2018 11:09:34 AM
Resolved Aug 10, 2018 8:03:25 PM
Subsystem Unit Testing
Assignee Eugene Strizhok (Eugene.Strizhok)
Priority Critical
State Can't Reproduce
Type Bug
Fix version 2018.2
Affected versions 2017.3.1
Fixed In Version ReSharper Undefined
VsVersion All Versions

We are running VS 2015 under an elevated account and when we start the unit test framework, the error sspi target principal incorrect is thrown and no test are run. I have added a screenshot of the stacktrace.

RSRP-471030: Show one test if one test was run

$
0
0
Reporter Sofia Byzova (Sofia.Byzova) Sofia Byzova (Sofia.Byzova)
Created Aug 10, 2018 8:52:32 PM
Updated Aug 13, 2018 11:16:54 AM
Subsystem Unit Testing
Assignee Eugene Strizhok (Eugene.Strizhok)
Priority Normal
State Submitted
Type Bug
Fix version No Fix versions
Affected versions No Affected versions
Fixed In Version ReSharper Undefined
VsVersion All Versions
Unit tests window shows all tests in the project even if I run just one test. So, it is difficult to understand if just one test was running or more.
It would be better to show only one test (as IDEA does), or perhaps highlight a recently completed test.

RSRP-468571: Can't go to error location from Build Results View

$
0
0
Reporter Olga Rodygina (olgarodygina) Olga Rodygina (olgarodygina)
Created Mar 5, 2018 4:36:57 PM
Updated Aug 13, 2018 11:17:45 AM
Resolved Aug 13, 2018 11:17:45 AM
Subsystem Solution builder
Assignee Anton Spilnyy (Anton.Spilnyy)
Priority Normal
State Incomplete
Type Bug
Fix version 2018.3
Affected versions 2017.3.2
Fixed In Version ReSharper Undefined
VsVersion All Versions
The "Build Results" view displays errors and warnings for each project in the solution. The file and the line where the error is located is not displayed and double-clicking on an error does nothing.

RSRP-453097: A project always building when using R# build

$
0
0
Reporter Alexander Kurakin (Alexander.Kurakin) Alexander Kurakin (Alexander.Kurakin)
Created Jan 19, 2016 3:30:15 PM
Updated Aug 13, 2018 11:19:16 AM
Resolved Aug 13, 2018 11:19:15 AM
Subsystem Solution builder
Assignee Anton Spilnyy (Anton.Spilnyy)
Priority Critical
State Incomplete
Type Bug
Fix version Backlog
Affected versions No Affected versions
Fixed In Version ReSharper Undefined
VsVersion All Versions
I was trying the new R# build feature, but it actually takes more time to build than VS build, because it is always building one of the projects, even if I don't change anything at all in the entire solution between debug sessions. It is a web project that uses Silverlight. Is there a way to tell why this particular project is building?

Here’s the log. All I did was to start the solution, started debugging (Console.Web project that hosts Silverlight was build), then stopped debugging and without any changes started debugging again. Console.Web was built, but it shouldn’t have been. Perhaps it is caused by the fact that the Silverlight and Web projects always create a test page (even if I disable it in settings) and that is treated by R# as a change.

Console.Web is a regular MVC web project and Console.Silverlight is a Silverlight project. We can’t. Since Console.Web is not Silverlight, we don’t reference Console.Silverlight in Console.Web as other projects, but using the Silverlight Applications tab in project settings as shown on the attached screenshot.

RSRP-469850: [Performance Report] When comparing c# files from TFS in Studio 2017 it takes a long time when Resharper 2018.1 is active

$
0
0
Reporter Helmut Killer (sharpy123) Helmut Killer (sharpy123)
Created May 25, 2018 2:39:54 PM
Updated Aug 13, 2018 11:21:30 AM
Subsystem Platform - VS Integration
Assignee Alexandra Kuks (Asia.Rudenko)
Priority Show-stopper
State Waiting for Info
Type Performance Problem
Fix version 2018.2
Affected versions No Affected versions
Fixed In Version ReSharper Undefined
VsVersion All Versions
Evaluator: False
OS Version: Microsoft Windows NT 6.1.7601 Service Pack 1
Product: dotTrace, Version: 2018.1.20180414.71711
Product: ReSharper, Version: 2018.1.20180414.71556
Time Zone: W. Europe Standard Time

Description

When comparing c# files from TFS in Studio 2017 it takes a long time when Resharper 2018.1 is active. With Resharper deactivated the comparing is fast again.

RSRP-467971: result.IsValid()

$
0
0
Reporter ReSharper anonymous (resharper) ReSharper anonymous (resharper)
Created Nov 25, 2017 3:54:14 AM
Updated Aug 13, 2018 11:22:30 AM
Resolved Aug 13, 2018 11:22:30 AM
Subsystem ASP.NET - Razor
Assignee Alexandra Kuks (Asia.Rudenko)
Priority Show-stopper
State Obsolete
Type Exception
Fix version 2017.3
Affected versions No Affected versions
Fixed In Version ReSharper Undefined
VsVersion All Versions
ReSharperPlatformVs15 Wave 11 Hive _e6e3a123 — JetBrains ReSharper Ultimate 2017.3 EAP 5 Build 111.0.20171111.74234-eap05

JetBrains ReSharper 2017.3 EAP 5 Build 2017.3.20171111.75454-eap05

ManagedThreadName = JetPool (S) Regular thread #4
SubProducts.0 = JetBrains ReSharper 2017.3 EAP 5 Build 2017.3.20171111.75454-eap05

result.IsValid()

— EXCEPTION #1/2 [AssertionException]
Message = result.IsValid()
ExceptionPath = Root.InnerException
ClassName = JetBrains.Util.Assertion+AssertionException
HResult = COR_E_EXCEPTION=80131500
Source = JetBrains.ReSharper.Psi
StackTraceString = “
 at JetBrains.ReSharper.Psi.ExtensionsAPI.Resolve.ResolveUtil.ResolveWithCache[T](T reference, Func`2 resolveWithoutCache)
 at JetBrains.ReSharper.Psi.ExtensionsAPI.Resolve.ResolveUtil.ResolveWithCache[T](T reference, Func`2 resolveWithoutCache)
 at JetBrains.ReSharper.Psi.ExtensionsAPI.Resolve.TreeReferenceBase`1.Resolve()
 at JetBrains.ReSharper.Feature.Services.Razor.References.TagHelpers.RazorTagHelperAttributeReference.GetReferenceSymbolTable(Boolean useReferenceName)
 at JetBrains.ReSharper.Psi.ExtensionsAPI.Resolve.QualifiableCheckedReferenceBase`1.ResolveWithoutCache()
 at JetBrains.ReSharper.Psi.ExtensionsAPI.Resolve.TreeReferenceBase`1.ResolveWithoutCache(TreeReferenceBase`1 reference)
 at JetBrains.ReSharper.Psi.ExtensionsAPI.Resolve.ResolveUtil.ResolveWithCache[T](T reference, Func`2 resolveWithoutCache)
 at JetBrains.ReSharper.Psi.ExtensionsAPI.Resolve.TreeReferenceBase`1.Resolve()
 at JetBrains.ReSharper.Feature.Services.Razor.References.TagHelpers.RazorTagHelperReferenceProvider.GetReferences(ITreeNode element, ReferenceCollection oldReferences)
 at JetBrains.ReSharper.Psi.Files.ReferenceProviderFactory.CachingReferenceProvider.GetReferences(ITreeNode element, IReferenceNameContainer names)
 at JetBrains.ReSharper.Psi.Tree.TreeNodeExtensions.GetReferences(ITreeNode element, IReferenceProvider referenceProvider, IReferenceNameContainer names)
 at JetBrains.ReSharper.Psi.RecursiveReferenceProcessor`1.ProcessBeforeInterior(ITreeNode element)
 at JetBrains.ReSharper.Psi.RecursiveElementProcessorExtensions.ProcessDescendants(ITreeNode root, IRecursiveElementProcessor processor)
 at JetBrains.ReSharper.Daemon.Asp.Stages.MvcDaemonStageProcess.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 = result.IsValid()
ExceptionPath = Root
ClassName = JetBrains.Util.LoggerException
Data.ManagedThreadName = “JetPool (S) Regular thread #7”
Data.LastExtension = cshtml
Data.SccRevisionShell = “<there are no packages matching the criteria>”
Data.HostProductInfo = “JetBrains ReSharper Ultimate 2017.3 EAP 5 Build 111.0.20171111.74234-eap05”
Data.SubProducts.#0 = “JetBrains ReSharper 2017.3 EAP 5 Build 2017.3.20171111.75454-eap05”
Data.SccRevisionEnv = “
Platform\Core\Shell,
Platform\VisualStudio:
    git::refs/heads/wave11-eap5

Data.VsVersion = 15.4.27004.2009
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.RunStage(IDaemonStage stage, DaemonProcessKind processKind, Action`2 commiter, IContextBoundSettingsStore contextBoundSettingsStore, JetHashSet`1 disabledStages)
 at JetBrains.ReSharper.Feature.Services.Daemon.DaemonProcessBase.<>c__DisplayClass7.<>c__DisplayClassb.<DoHighlighting>b__5(IDaemonStage stage)
 at JetBrains.ReSharper.Feature.Services.Daemon.DaemonProcessBase.<>c__DisplayClass10.<PrepareRunActionForStages>b__d()
 at JetBrains.Application.Threading.Tasks.TaskBarrier.<>c__DisplayClass14.<>c__DisplayClass16.<EnqueueDependentJobs>b__12()
 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.JetScheduler.ExecuteTask(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-466914: result.IsValid()

$
0
0
Reporter ReSharper anonymous (resharper) ReSharper anonymous (resharper)
Created Nov 2, 2017 6:58:59 PM
Updated Aug 13, 2018 11:22:42 AM
Resolved Aug 13, 2018 11:22:42 AM
Subsystem ASP.NET - Razor
Assignee Alexandra Kuks (Asia.Rudenko)
Priority Critical
State Obsolete
Type Exception
Fix version 2017.3
Affected versions No Affected versions
Fixed In Version ReSharper Undefined
VsVersion All Versions
ReSharperPlatformVs15 Wave 11 Hive _1452eae5 — JetBrains ReSharper Ultimate 2017.3 EAP 3 Build 111.0.20171027.81346-eap03

JetBrains dotMemory 2017.3 EAP 3 Build 2017.3.20171027.123539-eap03
JetBrains dotTrace 2017.3 EAP 3 Build 2017.3.20171027.123513-eap03
JetBrains ReSharper 2017.3 EAP 3 Build 2017.3.20171027.120858-eap03

SubProducts.0 = JetBrains dotTrace 2017.3 EAP 3 Build 2017.3.20171027.123513-eap03
SubProducts.1 = JetBrains ReSharper 2017.3 EAP 3 Build 2017.3.20171027.120858-eap03
SubProducts.2 = JetBrains dotMemory 2017.3 EAP 3 Build 2017.3.20171027.123539-eap03

result.IsValid()

— EXCEPTION #1/2 [AssertionException]
Message = result.IsValid()
ExceptionPath = Root.InnerException
ClassName = JetBrains.Util.Assertion+AssertionException
HResult = COR_E_EXCEPTION=80131500
Source = JetBrains.ReSharper.Psi
StackTraceString = “
 at JetBrains.ReSharper.Psi.ExtensionsAPI.Resolve.ResolveUtil.ResolveWithCache[T](T reference, Func`2 resolveWithoutCache)
 at JetBrains.ReSharper.Psi.ExtensionsAPI.Resolve.ResolveUtil.ResolveWithCache[T](T reference, Func`2 resolveWithoutCache)
 at JetBrains.ReSharper.Psi.ExtensionsAPI.Resolve.TreeReferenceBase`1.Resolve()
 at JetBrains.ReSharper.Daemon.Razor.Stages.TagHelperDaemonStageProcess.<Execute>b__1(IRazorTagHelperRelatedReference reference)
 at JetBrains.ReSharper.Psi.RecursiveReferenceProcessor`1.ProcessBeforeInterior(ITreeNode element)
 at JetBrains.ReSharper.Psi.RecursiveElementProcessorExtensions.ProcessDescendantForResolve(IRecursiveElementProcessor processor, ITreeNode descendant)
 at JetBrains.ReSharper.Psi.ExtensionsAPI.Tree.TreeElement.ProcessDescendantsForResolve(IRecursiveElementProcessor processor)
 at JetBrains.ReSharper.Daemon.Razor.Stages.TagHelperDaemonStageProcess.Execute(Action`1 committer)
 at JetBrains.ReSharper.Feature.Services.Daemon.DaemonProcessBase.<>c__DisplayClass10.<>c__DisplayClass13.<DoHighlighting>b__b(IDaemonStage stage)


— Outer —

— EXCEPTION #2/2 [LoggerException]
Message = result.IsValid()
ExceptionPath = Root
ClassName = JetBrains.Util.LoggerException
Data.ManagedThreadName = “JetPool (S) Regular thread #3”
Data.SccRevisionShell = “<there are no packages matching the criteria>”
Data.HostProductInfo = “JetBrains ReSharper Ultimate 2017.3 EAP 3 Build 111.0.20171027.81346-eap03”
Data.SubProducts.#0 = “JetBrains dotTrace 2017.3 EAP 3 Build 2017.3.20171027.123513-eap03”
Data.SubProducts.#1 = “JetBrains ReSharper 2017.3 EAP 3 Build 2017.3.20171027.120858-eap03”
Data.SubProducts.#2 = “JetBrains dotMemory 2017.3 EAP 3 Build 2017.3.20171027.123539-eap03”
Data.SccRevisionEnv = “
Platform\Core\Shell,
Platform\VisualStudio:
    git::refs/heads/wave11-eap3::55848a9a87b0f68073fa59a27771b10802fb077e

Data.VsVersion = 15.4.27004.2006
InnerException = “Exception #1 at Root.InnerException”
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
 at JetBrains.ReSharper.Feature.Services.Daemon.DaemonProcessBase.<>c__DisplayClass10.<>c__DisplayClass13.<DoHighlighting>b__b(IDaemonStage stage)
 at JetBrains.ReSharper.Feature.Services.Daemon.DaemonProcessBase.<>c__DisplayClass10.<>c__DisplayClass13.<DoHighlighting>b__b(IDaemonStage stage)
 at JetBrains.ReSharper.Feature.Services.Daemon.DaemonProcessBase.<>c__DisplayClass10.<>c__DisplayClass1d.<DoHighlighting>b__e()
 at JetBrains.Application.Threading.Tasks.TaskBarrier.<>c__DisplayClass14.<>c__DisplayClass16.<EnqueueDependentJobs>b__12()
 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.JetScheduler.ExecuteTask(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-417284: Non-interruptable StoredTemplesProvider.EnumerateTemplates blocks UI thread of taking a WriteLock

$
0
0
Reporter Kirill Skrygan (kirill.skrygan) Kirill Skrygan (kirill.skrygan)
Created Jul 2, 2014 7:54:38 PM
Updated Aug 13, 2018 11:35:35 AM
Resolved Jun 27, 2018 2:34:12 PM
Subsystem Live Templates
Assignee Slava Tutushkin (slava.tutushkin)
Priority Critical
State Fixed
Type Performance Problem
Fix version 2018.2
Affected versions No Affected versions
Fixed In Version ReSharper Undefined
VsVersion All Versions
Main thread waits on a writelock during this period. we should check for interrupt more often. Scrnshot attached.

RSRP-470654: TargetFrameworkId might be missing from Project Model in certain projects

$
0
0
Reporter Eugene Strizhok (Eugene.Strizhok) Eugene Strizhok (Eugene.Strizhok)
Created Jul 18, 2018 4:40:40 PM
Updated Aug 13, 2018 11:35:54 AM
Subsystem Platform - Project Model
Assignee Sergey Kuks (coox)
Priority Show-stopper
State Open
Type Bug
Fix version 2018.2
Affected versions No Affected versions
Fixed In Version ReSharper Undefined
VsVersion All Versions
  1. Download source code from https://github.com/dotnet/corefx.git
  2. Run build-managed.cmd, which will restore Tools directory and compile managed components required for build
  3. Run build-tests.cmd, which will restore Tools directory and compile native components required for build
  4. . Open solution from corefx\src\System.ComponentModel.TypeConverter\System.ComponentModel.TypeConverter.sln
  5. Navigate to System.ComponentModel.TypeConverter.Tests.csproj
  6. . Note how the project have no imports and no <TargetFramework(s)> properties defined
  7. Build the project and see it compiled as netcoreapp
  8. Dump project model and check target framework for the project. It says:
Target framework: _,Version=v0.0

RSRP-470803: Rename: there're inconsistent modifications to the file

$
0
0
Reporter Katya Kulikova (Katya.Kulikova) Katya Kulikova (Katya.Kulikova)
Created Apr 12, 2017 3:51:43 PM
Updated Aug 13, 2018 11:47:23 AM
Subsystem Refactorings
Assignee Sergey Kuks (coox)
Priority Show-stopper
State Submitted
Type Bug
Fix version 2018.2
Affected versions No Affected versions
Fixed In Version ReSharper Undefined
VsVersion All Versions
rename smth

RSRP-452880: Trailing comma in initializers

$
0
0
Reporter Jonathan Gilbert (logiclrd) Jonathan Gilbert (logiclrd)
Created Jan 12, 2016 9:06:59 PM
Updated Aug 13, 2018 12:02:18 PM
Subsystem Code Style - Cleanup
Assignee Razmik Seysyan (razmik)
Priority Normal
State Submitted
Type Feature
Fix version No Fix versions
Affected versions No Affected versions
Fixed In Version ReSharper Undefined
VsVersion All Versions
In array and object initializers, C# allows a trailing comma to be included, as in:
var myArray =
new[]
{
expression1,
expression2,
expression3,
expression4,
expression5, // <-- this comma here
};

var myObject =
new ClassName()
{
Property1 = expression1,
Property2 = expression2,
Property3 = expression3, // <-- this comma here
};

This simplifies reorganizing the lines. I'd like to be able to configure ReSharper to add/keep that trailing comma.

It should be a separate option whether the comma is added/kept when the initializer assigns only a single property.
Viewing all 106942 articles
Browse latest View live


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