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

RSRP-466487: 'Rename file to match type name' works incorrect

$
0
0
Reporter Olga Rodygina (olgarodygina) Olga Rodygina (olgarodygina)
Created Oct 3, 2017 3:03:36 PM
Updated Oct 12, 2018 5:43:40 PM
Subsystem Context Actions
Assignee Alisa Afonina (alisa.afonina)
Priority Normal
State Submitted
Type Bug
Fix version Backlog
Affected versions 2017.2.1, 2018.3
Fixed In Version ReSharper Undefined
VsVersion VS 2015 RTM
1. Create file 'Class2[...].cs'
2. Add to it class 'Class1'
3. Rename file to match type name
Actual:
New file name is 'Class1...].cs'
Expected:
New file name is 'Class1.cs'

RSRP-467083: VB quick fix is available on part of the line only

$
0
0
Reporter Alexandra Kuks (Asia.Rudenko) Alexandra Kuks (Asia.Rudenko)
Created Nov 17, 2017 5:07:42 PM
Updated Oct 12, 2018 5:47:51 PM
Resolved Oct 12, 2018 5:47:51 PM
Subsystem Quick Fixes
Assignee Alisa Afonina (alisa.afonina)
Priority Normal
State Duplicate
Type Bug
Fix version Backlog
Affected versions No Affected versions
Fixed In Version ReSharper Undefined
VsVersion All Versions
Solution is attached; quick fix is shown in Alt+Enter if you stand on 25;, but not if you stand on Return.

RSRP-448200: Expand 'to void return' area to 'return'

$
0
0
Reporter Alexandra Kuks (Asia.Rudenko) Alexandra Kuks (Asia.Rudenko)
Created Sep 23, 2015 1:25:53 AM
Updated Oct 12, 2018 5:48:20 PM
Subsystem Quick Fixes
Assignee Alisa Afonina (alisa.afonina)
Priority Major
State Submitted
Type Usability Problem
Fix version Backlog
Affected versions 2018.3
Fixed In Version ReSharper Undefined
VsVersion All Versions
In the following snippet if I press alt+Enter somewhere in 'return' ReSharper suggests only 'to expression body'; however if cursor is in 'a+b;', there're 'to void return' and 'change type of method'. Probably they should be offered for return, too.
For example when I try to build it and navigate from build output with double-click - I'm placed right before 'return' and have to press End to get to fixing.

public void Divide(int a, int b)
{
return a + b;
}

RSRP-467645: red code after applying "Remove not accessed property" quick fix

$
0
0
Reporter Tatyana Lunegova (lunega) Tatyana Lunegova (lunega)
Created Dec 18, 2017 5:30:45 PM
Updated Oct 12, 2018 5:51:07 PM
Subsystem Quick Fixes
Assignee Alisa Afonina (alisa.afonina)
Priority Critical
State Submitted
Type Bug
Fix version 2018.3
Affected versions 2018.2, 2018.3
Fixed In Version ReSharper Undefined
VsVersion All Versions
Auto-property accessor is never used in the code below. "Remove not accessed property" quick fix is available at "get".
    public class Foo
{
public string Prop { get; set; }
}

public class Bar
{
public void meth()
{
var f = new Foo
{
Prop = ""
};
}
}
But quick fix does not remove the usage of Prop. So it becomes red after quick fix has been applied.

RSRP-471534: Entry UpdateProject Miscellaneous Files execution failed. Removing from queue The lifetime has already been terminated. Object name: 'Lifetime'.

$
0
0
Reporter Igor Akhmetov (Igor.Akhmetov) Igor Akhmetov (Igor.Akhmetov)
Created Aug 17, 2018 9:51:28 AM
Updated Oct 12, 2018 6:04:19 PM
Resolved Sep 20, 2018 9:08:15 AM
Subsystem Platform - Project Model
Assignee Sergey Kuks (coox)
Priority Normal
State Fixed
Type Exception
Fix version 2018.3
Affected versions No Affected versions
Fixed In Version ReSharper Undefined
VsVersion All Versions
ReSharperPlatformVs15 Wave 182 Hive _1a2435c2 — JetBrains ReSharper Ultimate 2018.2 EAP 8 Build 182.0.20180816.91100-eap08

JetBrains ReSharper 2018.2 EAP 8 Build 182.0.20180816.100135-eap08
JetBrains ReSharper C++ 2018.2 EAP 8 Build 182.0.20180816.100146-eap08

Entry UpdateProject Miscellaneous Files execution failed. Removing from queue The lifetime has already been terminated. Object name: 'Lifetime'.

— EXCEPTION #1/2 [ObjectDisposedException]
Message = “The lifetime has already been terminated.”
ExceptionPath = Root.InnerException
ClassName = System.ObjectDisposedException
HResult = COR_E_OBJECTDISPOSED=80131622
Source = JetBrains.Platform.RdCore
ObjectName = Lifetime
StackTraceString = “
 at JetBrains.DataFlow.Lifetime.ReportTerminatedLifetime(String sAnotherLifetimeRelation)
 at JetBrains.DataFlow.Lifetime.ReportTerminatedLifetime(String sAnotherLifetimeRelation)
 at JetBrains.DataFlow.Lifetime.AddAction(Action F)
 at JetBrains.Application.Threading.IShellLocksEx.<ExecuteOrQueueWithWriteLockWhenAvailableEx>d__22`1.MoveNext()
--- End ---
 at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
 at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
 at JetBrains.ProjectModel.Update.ProjectModelUpdaterImpl.<UpdateOrCreateProjectAsyncImpl>d__32.MoveNext()
--- End ---
 at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
 at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
 at JetBrains.ProjectModel.Update.ProjectModelUpdaterImpl.EntryWithTaskCompletionSource`1.<RunAsync>d__6.MoveNext()
--- End ---
 at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
 at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
 at JetBrains.ProjectModel.Update.ProjectModelUpdaterImpl.<RunAsync>d__30.MoveNext()


— Outer —

— EXCEPTION #2/2 [LoggerException]
Message = “
Entry UpdateProject Miscellaneous Files execution failed. Removing from queue The lifetime has already been terminated.
Object name: 'Lifetime'.

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 8 Build 182.0.20180816.91100-eap08”
Data.SubProducts.#0 = “JetBrains ReSharper C++ 2018.2 EAP 8 Build 182.0.20180816.100146-eap08”
Data.SubProducts.#1 = “JetBrains ReSharper 2018.2 EAP 8 Build 182.0.20180816.100135-eap08”
Data.SccRevisionEnv = “
Platform\Core\Shell:
    git::refs/heads/182-eap8::131257c4dafa280979589615c6405b7252c8e784


Platform\VisualStudio:
    git::refs/heads/182-eap8::7e23c0443a2197419358932b2f5c663ade4ef37d

Data.VsVersion = 15.8.28010.0
InnerException = “Exception #1 at Root.InnerException”
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
 at JetBrains.ProjectModel.Update.ProjectModelUpdaterImpl.<RunAsync>d__30.MoveNext()
 at JetBrains.ProjectModel.Update.ProjectModelUpdaterImpl.<RunAsync>d__30.MoveNext()
 at System.Runtime.CompilerServices.AsyncMethodBuilderCore.MoveNextRunner.InvokeMoveNext(Object stateMachine)
 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.Runtime.CompilerServices.AsyncMethodBuilderCore.MoveNextRunner.Run()
 at System.Threading.Tasks.AwaitTaskContinuation.InvokeAction(Object state)
 at System.Threading.Tasks.AwaitTaskContinuation.RunCallback(ContextCallback callback, Object state, Task& currentTask)
 at System.Threading.Tasks.SynchronizationContextAwaitTaskContinuation.Run(Task task, Boolean canInlineContinuationTask)
 at System.Threading.Tasks.Task.FinishContinuations()
 at System.Threading.Tasks.Task.FinishStageThree()
 at System.Threading.Tasks.Task.FinishStageTwo()
 at System.Threading.Tasks.Task.Finish(Boolean bUserDelegateExecuted)
 at System.Threading.Tasks.Task`1.TrySetException(Object exceptionObject)
 at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.SetException(Exception exception)
 at JetBrains.ProjectModel.Update.ProjectModelUpdaterImpl.EntryWithTaskCompletionSource`1.<RunAsync>d__6.MoveNext()
 at System.Runtime.CompilerServices.AsyncMethodBuilderCore.MoveNextRunner.InvokeMoveNext(Object stateMachine)
 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.Runtime.CompilerServices.AsyncMethodBuilderCore.MoveNextRunner.Run()
 at System.Threading.Tasks.AwaitTaskContinuation.InvokeAction(Object state)
 at System.Threading.Tasks.AwaitTaskContinuation.RunCallback(ContextCallback callback, Object state, Task& currentTask)
 at System.Threading.Tasks.SynchronizationContextAwaitTaskContinuation.Run(Task task, Boolean canInlineContinuationTask)
 at System.Threading.Tasks.Task.FinishContinuations()
 at System.Threading.Tasks.Task.FinishStageThree()
 at System.Threading.Tasks.Task.FinishStageTwo()
 at System.Threading.Tasks.Task.Finish(Boolean bUserDelegateExecuted)
 at System.Threading.Tasks.Task`1.TrySetException(Object exceptionObject)
 at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.SetException(Exception exception)
 at JetBrains.ProjectModel.Update.ProjectModelUpdaterImpl.<UpdateOrCreateProjectAsyncImpl>d__32.MoveNext()
 at System.Runtime.CompilerServices.AsyncMethodBuilderCore.MoveNextRunner.InvokeMoveNext(Object stateMachine)
 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.Runtime.CompilerServices.AsyncMethodBuilderCore.MoveNextRunner.Run()
 at System.Threading.Tasks.SynchronizationContextAwaitTaskContinuation.<>c.<.cctor>b__8_0(Object state)
 at Microsoft.VisualStudio.Threading.JoinableTaskFactory.SingleExecuteProtector.TryExecute()
 at Microsoft.VisualStudio.Threading.JoinableTaskFactory.SingleExecuteProtector.<>c.<.cctor>b__20_0(Object state)
 at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
 at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
 at System.Windows.Threading.DispatcherOperation.InvokeImpl()
 at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
 at MS.Internal.CulturePreservingExecutionContext.CallbackWrapper(Object obj)
 at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
 at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
 at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
 at MS.Internal.CulturePreservingExecutionContext.Run(CulturePreservingExecutionContext executionContext, ContextCallback callback, Object state)
 at System.Windows.Threading.DispatcherOperation.Invoke()
 at System.Windows.Threading.Dispatcher.ProcessQueue()
 at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
 at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
 at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
 at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
 at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
 at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
 at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)

RSRP-471754: Analyzer 'JetBrains.ReSharper.Daemon.CSharp.Stages.ControlFlowFunctionProblemAnalyzer' thrown exception: Control-Flow analysis Sequence contains more than one element

$
0
0
Reporter Kirill Falk (kfalk) Kirill Falk (kfalk)
Created Oct 4, 2018 4:07:33 PM
Updated Oct 12, 2018 6:51:51 PM
Subsystem Code Analysis - Control Flow
Assignee Ivan Serduk (IvanSerduk)
Priority Show-stopper
State Fixed In Branch
Type Exception
Fix version No Fix versions
Affected versions No Affected versions
Fixed In Version ReSharper Undefined
VsVersion All Versions
JetBrains Rider 2018.3 Build RD-183.3226.62 Date 2018-10-03T15:54:56.642+0000

— EXCEPTION #1/3 [InvalidOperationException]
Message = “Sequence contains more than one element”
ExceptionPath = Root.InnerException.InnerException
ClassName = System.InvalidOperationException
HResult = COR_E_INVALIDOPERATION=80131509
Source = System.Core
StackTraceString = “
 at System.Linq.Enumerable.Single[TSource](IEnumerable`1 source)
 at System.Linq.Enumerable.Single[TSource](IEnumerable`1 source)
 at JetBrains.ReSharper.Psi.CSharp.Impl.ControlFlow.CSharpControlFlowGraph.get_RedundantJumpStatements() in C:\Build Agent\work\8845a38daf4692e1\Psi.Features\Core\Psi\CSharp\Src\Impl\ControlFlow\CSharpControlFlowGraph.cs:line 199
 at JetBrains.ReSharper.Daemon.CSharp.Stages.ControlFlowProblemAnalyzerBase.StaticAnalysis(IDeclaration declaration, ICSharpTreeNode body, ICSharpControlFlowGraph graph, IHighlightingConsumer consumer) in C:\Build Agent\work\8845a38daf4692e1\Psi.Features\src\Daemon\CSharp\Src\Stages\Analysis\ControlFlowProblemHighlighter.cs:line 45
 at JetBrains.ReSharper.Daemon.CSharp.Stages.ControlFlowFunctionProblemAnalyzer.Analyze(ICSharpDeclaration declaration, IParametersOwner parametersOwner, ICSharpTreeNode functionBody, ElementProblemAnalyzerData data, IHighlightingConsumer consumer) in C:\Build Agent\work\8845a38daf4692e1\Psi.Features\src\Daemon\CSharp\Src\Stages\Analysis\ControlFlowFunctionProblemAnalyzer.cs:line 138


— Outer —

— EXCEPTION #2/3 [InvalidOperationException]
Message = “Control-Flow analysis”
ExceptionPath = Root.InnerException
ClassName = System.InvalidOperationException
InnerException = “Exception #1 at Root.InnerException.InnerException”
HResult = COR_E_INVALIDOPERATION=80131509
Source = JetBrains.ReSharper.Daemon.CSharp
StackTraceString = “
 at JetBrains.ReSharper.Daemon.CSharp.Stages.ControlFlowFunctionProblemAnalyzer.Analyze(ICSharpDeclaration declaration, IParametersOwner parametersOwner, ICSharpTreeNode functionBody, ElementProblemAnalyzerData data, IHighlightingConsumer consumer) in C:\Build Agent\work\8845a38daf4692e1\Psi.Features\src\Daemon\CSharp\Src\Stages\Analysis\ControlFlowFunctionProblemAnalyzer.cs:line 163
 at JetBrains.ReSharper.Daemon.CSharp.Stages.ControlFlowFunctionProblemAnalyzer.Analyze(ICSharpDeclaration declaration, IParametersOwner parametersOwner, ICSharpTreeNode functionBody, ElementProblemAnalyzerData data, IHighlightingConsumer consumer) in C:\Build Agent\work\8845a38daf4692e1\Psi.Features\src\Daemon\CSharp\Src\Stages\Analysis\ControlFlowFunctionProblemAnalyzer.cs:line 163
 at JetBrains.ReSharper.Daemon.CSharp.Stages.ControlFlowFunctionProblemAnalyzer.Run(ITreeNode element, ElementProblemAnalyzerData data, IHighlightingConsumer consumer) in C:\Build Agent\work\8845a38daf4692e1\Psi.Features\src\Daemon\CSharp\Src\Stages\Analysis\ControlFlowFunctionProblemAnalyzer.cs:line 103
 at JetBrains.ReSharper.Feature.Services.Daemon.ElementProblemAnalyzerRegistrar.ElementAnalyzerDispatcher.Run(ITreeNode element, IHighlightingConsumer consumer) in C:\Build Agent\work\8845a38daf4692e1\Psi.Features\Core\Services\_Core\Src\Daemon\ElementProblemAnalyzerRegistrar.cs:line 217


— Outer —

— EXCEPTION #3/3 [LoggerException]
Message = “Analyzer 'JetBrains.ReSharper.Daemon.CSharp.Stages.ControlFlowFunctionProblemAnalyzer' thrown exception: Control-Flow analysis”
ExceptionPath = Root
ClassName = JetBrains.Util.LoggerException
InnerException = “Exception #2 at Root.InnerException”
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
 at JetBrains.Util.Logging.Logger.LogException(String comment, Exception ex) in C:\Build Agent\work\c8d4f91fb89c3b1b\Platform\Core\Shell\Core\Src\Logging\Logger.cs:line 992
 at JetBrains.Util.Logging.Logger.LogException(String comment, Exception ex) in C:\Build Agent\work\c8d4f91fb89c3b1b\Platform\Core\Shell\Core\Src\Logging\Logger.cs:line 992
 at JetBrains.ReSharper.Feature.Services.Daemon.ElementProblemAnalyzerRegistrar.ElementAnalyzerDispatcher.Run(ITreeNode element, IHighlightingConsumer consumer) in C:\Build Agent\work\8845a38daf4692e1\Psi.Features\Core\Services\_Core\Src\Daemon\ElementProblemAnalyzerRegistrar.cs:line 217
 at JetBrains.ReSharper.Daemon.CSharp.Stages.CSharpErrorStageProcess.ProcessAfterInterior(ITreeNode element, IHighlightingConsumer consumer) in C:\Build Agent\work\8845a38daf4692e1\Psi.Features\src\Daemon\CSharp\Src\Stages\CSharpErrorStage.cs:line 111
at JetBrains.ReSharper.Daemon.CSharp.Stages.CSharpIncrementalDaemonStageProcessBase.<>c__DisplayClass4_0.<Execute>g__MemberHighlighter|0(ICSharpTypeMemberDeclaration declaration) in C:\Build Agent\work\8845a38daf4692e1\Psi.Features\src\Daemon\CSharp\Src\Stages\CSharpIncrementalDaemonStageProcessBase.cs:line 73
 at JetBrains.ReSharper.Psi.Extensions.<>c__DisplayClass0_0.<EnqueueJob>b__0() in C:\Build Agent\work\8845a38daf4692e1\Psi.Features\Core\Psi\_Core\Src\CompilationContextCookie.cs:line 330
 at JetBrains.ReSharper.Psi.Extensions.<>c__DisplayClass0_0.<EnqueueJob>b__0() in C:\Build Agent\work\8845a38daf4692e1\Psi.Features\Core\Psi\_Core\Src\CompilationContextCookie.cs:line 330
 at JetBrains.Application.Threading.Tasks.TaskHost.AccessViolationCatcher(Action action) in C:\Build Agent\work\c8d4f91fb89c3b1b\Platform\Core\Shell\Core\Src\Concurrency\Threading\Tasks\TaskHost.cs:line 158
 at JetBrains.Application.Threading.Tasks.TaskHost.<>c__DisplayClass33_0.<Create>b__1(Object state) in C:\Build Agent\work\c8d4f91fb89c3b1b\Platform\Core\Shell\Core\Src\Concurrency\Threading\Tasks\TaskHost.cs:line 216
 at System.Threading.Tasks.Task.Execute()
 at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
 at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
 at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot)
 at System.Threading.Tasks.Task.ExecuteEntry(Boolean bPreventDoubleExecution)
 at JetBrains.Application.Threading.Tasks.Scheduler.JetScheduler.ExecuteTask(Task task) in C:\Build Agent\work\c8d4f91fb89c3b1b\Platform\Core\Shell\Core\Src\Concurrency\Threading\Tasks\Scheduler\JetScheduler.cs:line 218
 at JetBrains.Application.Threading.Tasks.Scheduler.JetSchedulerThread.EnqueueNextTask() in C:\Build Agent\work\c8d4f91fb89c3b1b\Platform\Core\Shell\Core\Src\Concurrency\Threading\Tasks\Scheduler\JetSchedulerThread.cs:line 203
 at JetBrains.Application.Threading.Tasks.Scheduler.JetSchedulerThread.ThreadPoolProc() in C:\Build Agent\work\c8d4f91fb89c3b1b\Platform\Core\Shell\Core\Src\Concurrency\Threading\Tasks\Scheduler\JetSchedulerThread.cs:line 153
 at JetBrains.Util.Reflection.CallStackAnnotation.InvokeAnnotated(String classNameOfNewFrame, String methodNameOfNewFrame, Action actionToAnnotate) in C:\Build Agent\work\c8d4f91fb89c3b1b\Platform\Core\Shell\Core\Src\Reflection\CallStackAnnotation.cs:line 122
 at JetBrains.Util.Reflection.CallStackAnnotation.CatchAnnotatedInvocation[TClassOfNewFrame](String methodNameOfNewFrame, Action actionToAnnotate) in C:\Build Agent\work\c8d4f91fb89c3b1b\Platform\Core\Shell\Core\Src\Reflection\CallStackAnnotation.cs:line 138
 at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
 at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
 at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
 at System.Threading.ThreadHelper.ThreadStart()



last.action = null

app.eap = true
app.internal = false
app.build = RD-183.3226.62
app.version.major = 2018
app.version.minor = 3
app.build.date = 2018-10-03T15:54:56.642+0000
app.build.date.release = 2018-08-24T00:00:56.642+0000
app.build.date.release = 2018-08-24T00:00:56.642+0000
app.compilation.timestamp = null
app.product.code = RD

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

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

RSRP-471109: Inline method should report conflicts for deconstruction references

$
0
0
Reporter Andrey Dyatlov (Andrey.Dyatlov) Andrey Dyatlov (Andrey.Dyatlov)
Created Aug 16, 2018 6:13:25 PM
Updated Oct 12, 2018 7:11:32 PM
Subsystem Refactorings
Assignee Andrey Dyatlov (Andrey.Dyatlov)
Priority Normal
State Fixed In Branch
Type Bug
Fix version No Fix versions
Affected versions No Affected versions
Fixed In Version ReSharper Undefined
VsVersion All Versions
Call inline method refactoring in the following code, check inline all usages and remove declaration checkboxes

class C
{
void M(C[] cs)
{
foreach (var (x, y) in cs)
{

}

int z = 0;
int q = 0;
cs[0].Deconstruct(out z, out q);
}

public void Deconstruct(out int x, out int y) => x = y = 0;
}

Expected result:
conflict is shown

Actual result:
no conflicts

class C
{
void M(C[] cs)
{
foreach (var (x, y) in cs)
{

}

cs[0].Deconstruct(out int z, out int q);
}

public void Deconstruct(out int x, out int y) => x = y = 0;
}

RSRP-469944: Transition failed: Transition from state on event . Cause: JetBrains.Util.Assertion+AssertionException: The condition (clrName != string.Empty) is ...

$
0
0
Reporter Eugene Auduchinok (Eugene.Auduchinok) Eugene Auduchinok (Eugene.Auduchinok)
Created May 30, 2018 10:30:05 PM
Updated Oct 12, 2018 7:38:38 PM
Resolved Aug 27, 2018 3:22:02 PM
Subsystem Unit Testing
Assignee Eugene Strizhok (Eugene.Strizhok)
Priority Critical
State Fixed
Type Exception
Fix version 2018.2
Affected versions No Affected versions
Fixed In Version ReSharper Undefined
VsVersion All Versions
JetBrains JetBrains Rider 2018.2 Build RD-182.2757.11 Date 2018-05-30T05:14:19.976+0000

Transition failed: Transition from state <v1.Discovery> on event <remote::1.TestDiscovery.TestFound>. Cause: JetBrains.Util.Assertion+AssertionException: The condition (clrName != string.Empty) is false. at JetBrains.Util.Assertion.Fail(String message) at JetBrains.Metadata.Reader.Impl.ClrTypeName..ctor(String fullName, Func2 intern, IList1 typeParameterNumberFromReflection) at JetBrains.ReSharper.UnitTestProvider.nUnit.v30.DotNetCore.NUnitDotNetCoreTestElementMapper.Map(Test test) at JetBrains.ReSharper.UnitTestFramework.DotNetCore.DotNetVsTest.DotNetVsTestDiscovery.CreateElements(TestCase testCase) at JetBrains.ReSharper.UnitTestFramework.DotNetCore.DotNetVsTest.DotNetVsTestDiscovery.TestsDiscovered(TestCase[] tests) at Appccelerate.StateMachine.Machine.ActionHolders.ArgumentActionHolder1.Execute(Object argument) at Appccelerate.StateMachine.Machine.Transitions.Transition2.PerformActions(ITransitionContext2 context)

--- EXCEPTION #1/1 [LoggerException]
Message = “
Transition failed: Transition from state <v1.Discovery> on event <remote::1.TestDiscovery.TestFound>.
Cause: JetBrains.Util.Assertion+AssertionException: The condition (clrName != string.Empty) is false.
at JetBrains.Util.Assertion.Fail(String message)
at JetBrains.Metadata.Reader.Impl.ClrTypeName..ctor(String fullName, Func
2 intern, IList1 typeParameterNumberFromReflection)
at JetBrains.ReSharper.UnitTestProvider.nUnit.v30.DotNetCore.NUnitDotNetCoreTestElementMapper.Map(Test test)
at JetBrains.ReSharper.UnitTestFramework.DotNetCore.DotNetVsTest.DotNetVsTestDiscovery.CreateElements(TestCase testCase)
at JetBrains.ReSharper.UnitTestFramework.DotNetCore.DotNetVsTest.DotNetVsTestDiscovery.TestsDiscovered(TestCase[] tests)
at Appccelerate.StateMachine.Machine.ActionHolders.ArgumentActionHolder
1.Execute(Object argument)
 at Appccelerate.StateMachine.Machine.Transitions.Transition`2.PerformActions(ITransitionContext`2 context)

ExceptionPath = Root
ClassName = JetBrains.Util.LoggerException
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
 at JetBrains.ReSharper.UnitTestFramework.DotNetCore.DotNetVsTest.DotNetVsTestProtocol.<.ctor>b__22_9(Object sender, TransitionExceptionEventArgs`2 args)
 at JetBrains.ReSharper.UnitTestFramework.DotNetCore.DotNetVsTest.DotNetVsTestProtocol.<.ctor>b__22_9(Object sender, TransitionExceptionEventArgs`2 args)
 at Appccelerate.StateMachine.Machine.StateMachine`2.RaiseEvent[T](EventHandler`1 eventHandler, T arguments, ITransitionContext`2 context, Boolean raiseEventOnException)
 at Appccelerate.StateMachine.Machine.StateMachine`2.OnExceptionThrown(ITransitionContext`2 context, Exception exception)
 at Appccelerate.StateMachine.Machine.Transitions.Transition`2.PerformActions(ITransitionContext`2 context)
 at Appccelerate.StateMachine.Machine.Transitions.Transition`2.Fire(ITransitionContext`2 context)
 at Appccelerate.StateMachine.Machine.States.State`2.Fire(ITransitionContext`2 context)
 at Appccelerate.StateMachine.Machine.StateMachine`2.Fire(TEvent eventId, Object eventArgument)
 at Appccelerate.StateMachine.ActiveStateMachine`2.ProcessEventQueue(CancellationToken cancellationToken)
 at System.Threading.Tasks.Task.Execute()
 at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
 at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
 at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot)
 at System.Threading.Tasks.Task.ExecuteEntry(Boolean bPreventDoubleExecution)
 at 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(Object obj)



last.action = null

app.eap = true
app.internal = true
app.build = RD-182.2757.11
app.version.major = 2018
app.version.minor = 2
app.build.date = 2018-05-30T05:14:19.976+0000
app.build.date.release = 2018-04-13T00:00:19.976+0000
app.build.date.release = 2018-04-13T00:00:19.976+0000
app.compilation.timestamp = null
app.product.code = RD

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

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

RSRP-471828: Used Visual Studio shortcut to suspend resharper got this error

$
0
0
Reporter Ewin Hong (minoseah629) Ewin Hong (minoseah629)
Created Oct 12, 2018 8:04:47 PM
Updated Oct 12, 2018 8:04:47 PM
Subsystem No Subsystem
Assignee Unassigned
Priority Normal
State Submitted
Type Exception
Fix version No Fix versions
Affected versions 2018.3
Fixed In Version ReSharper Undefined
VsVersion VS 2017 15.6

maybe be related to https://youtrack.jetbrains.com/issue/RSRP-471626


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.


The lifetime has already been terminated. Object name: 'Lifetime'.

--- EXCEPTION #1/2 [ObjectDisposedException]

Message = “The lifetime has already been terminated.”

ExceptionPath = Root.InnerException

ClassName = System.ObjectDisposedException

HResult = COR_E_OBJECTDISPOSED=80131622

Source = JetBrains.Platform.RdCore

ObjectName = Lifetime

StackTraceString = “

at JetBrains.DataFlow.Lifetime.ReportTerminatedLifetime(String sAnotherLifetimeRelation)

 at JetBrains.DataFlow.Lifetime.AttachNested(LifetimeDefinition defNested, Boolean isPossiblyAlreadyTerminated)

 at JetBrains.DataFlow.Lifetimes.CreateIntersection2(ILog logger, Lifetime[] lifetimes)

 at JetBrains.Util.Concurrency.UnguardedCallbackMerger.ExecuteOrQueueOrMerge(Lifetime lifetimeQueue, String name, Action F)

 at JetBrains.VsIntegration.TextControl.VsTextControlCommon.SyncToVsUnguarded()

 at JetBrains.Platform.VisualStudio.SinceVs10.TextControl.VsTextControlScrollingDevTen.<>c__DisplayClass7_0.<InitEvents>b__0(Object sender, EventArgs args)

 at System.EventHandler.Invoke(Object sender, EventArgs e)

 at Microsoft.VisualStudio.Text.Editor.Implementation.WpfTextView.OnSizeChanged(Object sender, SizeChangedEventArgs e)

 at System.Windows.SizeChangedEventArgs.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.RaiseEvent(RoutedEventArgs e)

 at System.Windows.FrameworkElement.OnRenderSizeChanged(SizeChangedInfo sizeInfo)

 at System.Windows.ContextLayoutManager.fireSizeChangedEvents()

 at System.Windows.ContextLayoutManager.UpdateLayout()

 at System.Windows.ContextLayoutManager.UpdateLayoutCallback(Object arg)

 at System.Windows.Media.MediaContext.InvokeOnRenderCallback.DoWork()

 at System.Windows.Media.MediaContext.FireInvokeOnRenderCallbacks()

 at System.Windows.Media.MediaContext.RenderMessageHandlerCore(Object resizedCompositionTarget)

 at System.Windows.Media.MediaContext.RenderMessageHandler(Object resizedCompositionTarget)

 at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)

 at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)

--- Outer ---

--- EXCEPTION #2/2 [LoggerException]

Message = “

The lifetime has already been terminated.

Object name: 'Lifetime'.

ExceptionPath = Root

ClassName = JetBrains.Util.LoggerException

Data.ManagedThreadName = <NULL>

InnerException = “Exception #1 at Root.InnerException”

HResult = COR_E_APPLICATION=80131600

StackTraceString = “

at JetBrains.Application.Environment.HostParameters.InitStdWindowsAppFxHostMixin.<>c__DisplayClass0_0.<JetBrains.Application.Environment.HostParameters.IInitAppHostMixin.InitHost>b__0(Object sender, DispatcherUnhandledExceptionEventArgs args)

 at System.Windows.Threading.DispatcherUnhandledExceptionEventHandler.Invoke(Object sender, DispatcherUnhandledExceptionEventArgs e)

 at System.Windows.Threading.Dispatcher.CatchException(Exception e)

 at System.Windows.Threading.Dispatcher.CatchExceptionStatic(Object source, Exception e)

 at System.Windows.Threading.ExceptionWrapper.CatchException(Object source, Exception e, Delegate catchHandler)

 at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)

 at System.Windows.Threading.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)


OK

RSRP-471829: reviewing web.config and error thrown

$
0
0
Reporter Ewin Hong (minoseah629) Ewin Hong (minoseah629)
Created Oct 12, 2018 8:06:51 PM
Updated Oct 12, 2018 8:06:51 PM
Subsystem No Subsystem
Assignee Unassigned
Priority Normal
State Submitted
Type Exception
Fix version No Fix versions
Affected versions 2018.3
Fixed In Version ReSharper Undefined
VsVersion VS 2017 15.6

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.


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 = GetHighlighters

HResult = E_POINTER=COR_E_NULLREFERENCE=80004003

Source = JetBrains.Platform.ComponentModel

StackTraceString = “

at JetBrains.Application.Components.ComponentStorage.<EnumerateDescriptors>d__17`1.MoveNext()

 at JetBrains.Application.Components.EnumerableValueResolver.EnumerableComponentDescriptor`1.<GetEnumerator>d__5.MoveNext()

 at JetBrains.PsiFeatures.VisualStudio.SinceVs10.TextControl.Intellisense.VsQuickInfoComponentSinceVs10.<>c__DisplayClass9_0.<GetContent>b__0()

 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.ManagedThreadName = <NULL>

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.TryExecute(String name, Action action)

 at JetBrains.PsiFeatures.VisualStudio.SinceVs10.TextControl.Intellisense.VsQuickInfoComponentSinceVs10.GetContent(Lifetime sessionLifetime, ITextBuffer textBuffer, IQuickInfoSession session, ITextControl textControl)

 at JetBrains.PsiFeatures.VisualStudio.SinceVs10.TextControl.Intellisense.MEF.VsQuickInfoSourcePreviewSinceVs14.<>c__DisplayClass2_1.<Microsoft.VisualStudio.Language.Intellisense.IQuickInfoSource.AugmentQuickInfoSession>b__1()

 at JetBrains.PsiFeatures.VisualStudio.SinceVs10.TextControl.Intellisense.MEF.VsQuickInfoSourceSinceVs10.GetOrCreateQuickInfoData(IQuickInfoSession session, Func`1 creator)

 at JetBrains.PsiFeatures.VisualStudio.SinceVs10.TextControl.Intellisense.MEF.VsQuickInfoSourcePreviewSinceVs14.<>c__DisplayClass2_0.<Microsoft.VisualStudio.Language.Intellisense.IQuickInfoSource.AugmentQuickInfoSession>b__0()

 at JetBrains.Util.Logging.Logger.Catch[TValue](Func`1 func)

 at JetBrains.PsiFeatures.VisualStudio.SinceVs10.TextControl.Intellisense.MEF.VsQuickInfoSourcePreviewSinceVs14.Microsoft.VisualStudio.Language.Intellisense.IQuickInfoSource.AugmentQuickInfoSession(IQuickInfoSession session, IList`1 sessionItems, ITrackingSpan& applicableToSpan)

 at Microsoft.VisualStudio.Language.Intellisense.Implementation.LegacyQuickInfoSource.AugmentQuickInfoSession(IAsyncQuickInfoSession session, IList`1 content, ITrackingSpan& applicableToSpan)

 at Microsoft.VisualStudio.Language.Intellisense.Implementation.AsyncQuickInfoSession.<TryComputeContentFromLegacySourceAsync>d__46.MoveNext()

 at System.Runtime.CompilerServices.AsyncMethodBuilderCore.MoveNextRunner.InvokeMoveNext(Object stateMachine)

 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.Runtime.CompilerServices.AsyncMethodBuilderCore.MoveNextRunner.Run()

 at Microsoft.VisualStudio.Threading.JoinableTaskFactory.SingleExecuteProtector.TryExecute()

 at Microsoft.VisualStudio.Threading.JoinableTaskFactory.SingleExecuteProtector.<>c.<.cctor>b__20_0(Object state)

 at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)

 at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)

 at System.Windows.Threading.DispatcherOperation.InvokeImpl()

 at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)

 at MS.Internal.CulturePreservingExecutionContext.CallbackWrapper(Object obj)

 at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)

 at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)

 at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)

 at MS.Internal.CulturePreservingExecutionContext.Run(CulturePreservingExecutionContext executionContext, ContextCallback callback, Object state)

 at System.Windows.Threading.DispatcherOperation.Invoke()

 at System.Windows.Threading.Dispatcher.ProcessQueue()

 at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)

 at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)

 at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)

 at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)

 at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)

 at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)

 at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)


OK

RSRP-277225: Refactor - Move into other assembly has odd behaviour

$
0
0
Reporter lusitania (lusitania) lusitania (lusitania)
Created Oct 17, 2011 10:56:25 PM
Updated Oct 12, 2018 8:28:52 PM
Subsystem Refactorings
Assignee Alisa Afonina (alisa.afonina)
Priority Major
State Open
Type Bug
Fix version Backlog
Affected versions 6.0
Fixed In Version ReSharper Undefined
VsVersion All Versions
Suppose I want to move some types into a "contract" project. The project wasn't referenced before. I move the types (allowing R#er to fix namespaces) and the dialogue warns me about the missing project reference (which it will add for me) and that all calls to these types will break (WTF why?!). And that is exactly what will happen.

However if I add the reference myself before calling R#er it moves the types correctly (fixes the namespace as well as all calls to the type). Nothing broken.

I'd expect R#er to re-evaluate things after it added project dependencies. The functionality exists, its just not using it in all relevant execution paths.

My version:
JetBrains ReSharper 6.0 Full Edition
Build 6.0.2202.688 on 2011-06-29T19:14:16
Plugins: none
Visual Studio 10.0.40219.1.

RSRP-471449: QF to create parameter from usage is not available for named parameters

$
0
0
Reporter Andrey Dyatlov (Andrey.Dyatlov) Andrey Dyatlov (Andrey.Dyatlov)
Created Sep 10, 2018 8:01:15 PM
Updated Oct 12, 2018 8:58:21 PM
Subsystem Quick Fixes - Create From Usage
Assignee Andrey Dyatlov (Andrey.Dyatlov)
Priority Major
State Fixed In Branch
Type Bug
Fix version 2018.3
Affected versions No Affected versions
Fixed In Version ReSharper Undefined
VsVersion All Versions
class C
{
public void M1() => Test(myStr: ""); // no QF to add a parameter
public void M2() => Test(""); // there's a QF to add a parameter
public void Test() { }
}

RSRP-471821: Disabling formatter with comments doesn't actually disable it

RSRP-471830: Automating ReSharper setup is complicated

$
0
0
Reporter Tim Cluff (tcluff) Tim Cluff (tcluff)
Created Oct 13, 2018 1:40:18 AM
Updated Oct 13, 2018 1:40:18 AM
Subsystem No Subsystem
Assignee Unassigned
Priority Normal
State Submitted
Type Unspecified
Fix version No Fix versions
Affected versions No Affected versions
Fixed In Version ReSharper Undefined
VsVersion All Versions

A significant portion of my development work is done in VDIs, which means that each time I load one up I'm starting from a clean slate, no Resharper install or configuration present. As a result, I encounter the ReSharper install & "first" run near daily, and not infrequently more than once in a single day.

A silent install is easy enough to set up (though I certainly wouldn't mind if it were faster). But from there, it gets to be a bit of a pain. To avoid a bunch of manual setup every single time, I have to:

  • Install a registry file with my license information
  • Copy UpdatesManager.xml to the Local appdata folder to avoid a license confirmation window
  • Copy a vsActionManager.DotSettings file to a different subfolder in the Local appdata to avoid a prompt to configure hotkeys
  • Copy a consentOptions "accepted" file to my Roaming appdata to avoid a telemetry consent pop-up
  • Copy GlobalSettings.Storage.DotSettings to yet another Roaming appdata folder to tell it to look at my actual settings file on a persistent network drive

Figuring all that out the first time was rather inconvenient, but then on top of that it seems to be a moving target that I'll have to update every release.

RSRP-471831: CppGlobalCache impacts solution open

$
0
0
Reporter Sergey Kuks (coox) Sergey Kuks (coox)
Created Oct 13, 2018 12:20:38 PM
Updated Oct 13, 2018 1:46:18 PM
Subsystem No Subsystem
Assignee Igor Akhmetov (Igor.Akhmetov)
Priority Show-stopper
State Open
Type Performance Problem
Fix version 2018.3
Affected versions No Affected versions
Fixed In Version ReSharper Undefined
VsVersion All Versions
100.00% OnProjectModelChange • 8,996 ms • JetBrains.ReSharper.Feature.Services.Cpp.Caches.CppGlobalCacheImpl.OnProjectModelChange(ProjectModelChange, JetHashSet, JetHashSet, JetHashSet)
98.99% Accept • 8,905 ms • JetBrains.ProjectModel.SolutionChange.Accept(IProjectModelChangeDeltaVisitor)
98.99% VisitSolutionDelta • 8,905 ms • JetBrains.ProjectModel.RecursiveProjectModelChangeDeltaVisitor.VisitSolutionDelta(SolutionChange)
98.99% VisitDelta • 8,905 ms • JetBrains.ProjectModel.RecursiveProjectModelChangeDeltaVisitor.VisitDelta(ProjectModelChange)
98.99% Accept • 8,905 ms • JetBrains.ProjectModel.ProjectItemChange.Accept(IProjectModelChangeDeltaVisitor)
98.99% VisitItemDelta • 8,905 ms • JetBrains.ProjectModel.RecursiveProjectModelChangeDeltaVisitor.VisitItemDelta(ProjectItemChange)
98.99% <OnProjectModelChange>b__1 • 8,905 ms • JetBrains.ReSharper.Feature.Services.Cpp.Caches.CppGlobalCacheImpl+<>c__DisplayClass74_0.<OnProjectModelChange>b__1(ProjectItemChange)
98.99% HandleProjectChange • 8,905 ms • JetBrains.ReSharper.Feature.Services.Cpp.Caches.CppGlobalCacheImpl.HandleProjectChange(JetHashSet, JetHashSet, JetHashSet, JetHashSet, IProject, ProjectItemChange)
98.99% GetOrAdd • 8,905 ms • System.Collections.Concurrent.ConcurrentDictionary2.GetOrAdd(TKey, Func)
94.62% CalculateReverseReferences • 8,512 ms • JetBrains.ReSharper.Psi.Impl.CachedModuleDependencies.CalculateReverseReferences(Pair)
88.38% GetOrAdd • 7,951 ms • System.Collections.Concurrent.ConcurrentDictionary
2.GetOrAdd(TKey, Func)
87.78% CalculateReferences • 7,897 ms • JetBrains.ReSharper.Psi.Impl.CachedModuleDependencies.CalculateReferences(Pair)
58.24% GetReferences • 5,240 ms • JetBrains.ReSharper.Psi.Modules.ProjectAssemblyPsiModule.GetReferences(IModuleReferenceResolveContext)
53.89% GetReferencedAssemblies • 4,848 ms • JetBrains.ProjectModel.Assemblies.Impl.ModuleReferencesResolveStore.GetReferencedAssemblies(IAssembly, IModuleReferenceResolveContext)
►48.92% ToList • 4,401 ms • System.Linq.Enumerable.ToList(IEnumerable)
►3.40% GetAssemblyReferences • 306 ms • JetBrains.ProjectModel.Assemblies.Impl.ModuleReferencesResolveStore.GetAssemblyReferences(IAssembly, IModuleReferenceResolveContext)
►1.05% GetComponent • 95 ms • JetBrains.Application.Components.ComponentContainerEx.GetComponent(IComponentContainer)
0.51% Select • 46 ms • System.Linq.Enumerable.Select(IEnumerable, Func)
1.15% [Garbage collection] • 104 ms
►0.97% GetPrimaryPsiModule • 88 ms • JetBrains.ReSharper.Psi.Modules.PsiModules.GetPrimaryPsiModule(IModule, TargetFrameworkId)
►0.48% GetProjectByOutputAssembly • 43 ms • JetBrains.ReSharper.Psi.Modules.PsiModules.GetProjectByOutputAssembly(IAssembly)
0.43% Add • 39 ms • System.Collections.Generic.List1.Add(T)
►20.34% GetReferences • 1,830 ms • JetBrains.ReSharper.Psi.Modules.ProjectPsiModuleBase.GetReferences(IModuleReferenceResolveContext)
►3.86% GetReferences • 347 ms • JetBrains.ReSharper.Psi.Impl.Reflection2.ExternalAnnotations.ExternalAnnotationsModuleFactory+ExternalAnnotationModule.GetReferences(IModuleReferenceResolveContext)
2.30% TryRemove • 207 ms • System.Collections.Concurrent.ConcurrentDictionary
2.TryRemove(TKey, out TValue)
►1.06% ToList • 95 ms • System.Linq.Enumerable.ToList(IEnumerable)
►0.90% Intern • 81 ms • JetBrains.Util.DataStructures.DataIntern1.Intern(T)
0.64% GetHashCode • 58 ms • System.Object.GetHashCode
►0.59% TryAddInternal • 54 ms • System.Collections.Concurrent.ConcurrentDictionary
2.TryAddInternal(TKey, TValue, Boolean, Boolean, out TValue)
1.86% MoveNext • 167 ms • System.Collections.Generic.List+Enumerator1.MoveNext
0.56% GetEnumerator • 51 ms • System.Collections.Generic.List
1.GetEnumerator
0.35% get_Current • 31 ms • System.Collections.Generic.List+Enumerator`1.get_Current
►1.01% InvalidateAllFilesInProject • 91 ms • JetBrains.ReSharper.Feature.Services.Cpp.Caches.CppGlobalCacheImpl.InvalidateAllFilesInProject(IProject, JetHashSet, JetHashSet, JetHashSet, Boolean)

RSRP-471824: Unit test runner mangles the name of test function when it contains `(`, `)`, or `.`.

$
0
0
Reporter Josh (Buedel) Josh (Buedel)
Created Oct 12, 2018 2:19:12 PM
Updated Oct 13, 2018 2:36:52 PM
Subsystem Unit Testing
Assignee Eugene Strizhok (Eugene.Strizhok)
Priority Major
State Submitted
Type Bug
Fix version No Fix versions
Affected versions No Affected versions
Fixed In Version ReSharper Undefined
VsVersion All Versions

Functions declared in F# can include spaces and punctuation and so forth (via double backticks). These names do not appear correctly in the unit test session window. Specifically, the rest of the name after the first ( gets truncated and a . is treated as if the stuff after the dot is a child test.

So, as I was setting up VS to create that image, the names actually changed again on me. Still mangled, but mangled slightly differently. Stuff after the ( was getting treated as a subtest, like . does. But then I did a Run All and it went back to what you see now.

RSRP-467316: Feature Request: allow setting Environment Variables for test runs

$
0
0
Reporter Davyd McColl (Davyd_McColl) Davyd McColl (Davyd_McColl)
Created Nov 30, 2017 12:14:06 PM
Updated Oct 13, 2018 5:11:17 PM
Subsystem Unit Testing
Assignee Eugene Strizhok (Eugene.Strizhok)
Priority Normal
State Fixed In Branch
Type Feature
Fix version No Fix versions
Affected versions No Affected versions
Fixed In Version ReSharper Undefined
VsVersion All Versions
We use environment variables to configure run-time behavior for tests, specifically with regard to database connections (host, user, password, etc) so that:
a) Sensitive information doesn't have to be saved in the repository
b) Each machine can determine their own setup in a safe way

The problem comes when changing these variables (or adding to them), one has to restart Visual Studio to have them come into effect. Also, this requires devs to set up environment variables on their machines which are only pertinent to a specific project (and which may conflict with another project, requiring that the two projects aren't worked on at the same time and that VS is restarted in between working on them).

It would be very handy if the developer could specify environment variables for test-running – and it would be very cool if those settings could be saved to the DotSettings file (for the developer, or, if the team determines that some or all of the variables aren't sensitive, to the team-shared file) and if these variables were re-interpreted before each test run so that a change would take immediate effect.

RSRP-471832: "Parameters" list in the "Extract method" dialog does not have a scrollbar even if the list is too long

$
0
0
Reporter Igor Akhmetov (Igor.Akhmetov) Igor Akhmetov (Igor.Akhmetov)
Created Oct 13, 2018 7:18:47 PM
Updated Oct 13, 2018 7:18:47 PM
Subsystem Refactorings
Assignee Alisa Afonina (alisa.afonina)
Priority Normal
State Submitted
Type Usability Problem
Fix version No Fix versions
Affected versions 2018.2.3
Fixed In Version ReSharper Undefined
VsVersion All Versions

RSRP-471455: ProjectedBuffer out of underlying buffer range.

$
0
0
Reporter ReSharper anonymous (resharper) ReSharper anonymous (resharper)
Created Jul 23, 2018 12:29:16 AM
Updated Oct 13, 2018 9:19:24 PM
Resolved Oct 11, 2018 11:51:10 AM
Subsystem Quick Fixes
Assignee Ivan Serduk (IvanSerduk)
Priority Critical
State Fixed
Type Exception
Fix version 2018.3
Affected versions No Affected versions
Fixed In Version ReSharper Undefined
VsVersion All Versions
ReSharperPlatformVs15 Wave 182 Hive _898519f9 — JetBrains ReSharper Ultimate 2018.2 EAP 3 Build 182.0.20180711.65739-eap03

JetBrains dotTrace 182 Build 182.0.20180711.73821-eap03
JetBrains ReSharper 182 Build 182.0.20180711.70917-eap03

SubProducts.0 = JetBrains dotTrace 182 Build 182.0.20180711.73821-eap03
SubProducts.1 = JetBrains ReSharper 182 Build 182.0.20180711.70917-eap03

ProjectedBuffer out of underlying buffer range.

— EXCEPTION #1/2 [AssertionException]
Message = “ProjectedBuffer out of underlying buffer range.”
ExceptionPath = Root.InnerException
ClassName = JetBrains.Util.Assertion+AssertionException
HResult = COR_E_EXCEPTION=80131500
Source = JetBrains.Platform.Core
StackTraceString = “
 at JetBrains.Text.ProjectedBuffer.Create(IBuffer underlyingBuffer, TextRange range)
 at JetBrains.Text.ProjectedBuffer.Create(IBuffer underlyingBuffer, TextRange range)
 at JetBrains.ReSharper.Psi.Parsing.ProjectedLexer..ctor(CachingLexer lexer, TextRange range)
 at JetBrains.ReSharper.Psi.ExtensionsAPI.Tree.ClosedChameleonElement.TryParseUsingTokenBuffer(Func`2 parseFunc)
 at JetBrains.ReSharper.Psi.ExtensionsAPI.Tree.ClosedChameleonElement.Parse(Func`2 parseFunc)
 at JetBrains.ReSharper.Psi.CSharp.Impl.Tree.ChameleonBlock.OpenChameleon()
 at JetBrains.ReSharper.Psi.CSharp.Impl.Tree.ChameleonBlock.get_FirstChild()
 at JetBrains.ReSharper.Psi.ExtensionsAPI.Tree.CompositeElement.FindNodeAt(TreeTextRange treeRange)
 at JetBrains.ReSharper.Psi.CSharp.Impl.Tree.ChameleonBlock.FindNodeAt(TreeTextRange treeRange)
 at JetBrains.ReSharper.Psi.ExtensionsAPI.Tree.CompositeElement.FindNodeAt(TreeTextRange treeRange)
 at JetBrains.ReSharper.Psi.ExtensionsAPI.Tree.CompositeElement.FindNodeAt(TreeTextRange treeRange)
 at JetBrains.ReSharper.Psi.ExtensionsAPI.Tree.CompositeElement.FindNodeAt(TreeTextRange treeRange)
 at JetBrains.ReSharper.Psi.ExtensionsAPI.Tree.CompositeElement.FindNodeAt(TreeTextRange treeRange)
 at JetBrains.ReSharper.Psi.ExtensionsAPI.Tree.CompositeElement.FindNodeAt(TreeTextRange treeRange)
 at JetBrains.ReSharper.Psi.ExtensionsAPI.Tree.CompositeElement.FindNodeAt(TreeTextRange treeRange)
 at JetBrains.ReSharper.Psi.Files.PsiFiles.AppendInjectedFiles(IFile originalFile, Type toLanguage, TreeTextRange range, IReadOnlyCollection`1 providersToBuild, LocalList`1& results)
 at JetBrains.ReSharper.Psi.Files.PsiFiles.AppendInjectFiles(IPsiSourceFile sourceFile, Type injectedLanguageType, DocumentRange range, LocalList`1& files)
 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.ContextActionDataBuilderBase`2.Build(ISolution solution, ITextControl textControl)
 at JetBrains.ReSharper.Feature.Services.ContextActions.ContextActionDataBuilders.BuildCacheData(ISolution solution, ITextControl textControl)
 at JetBrains.ReSharper.Intentions.Bulbs.BulbItems.BuildBulbCache(ITextControl textControl)
 at JetBrains.ReSharper.Intentions.Bulbs.BulbItems.<>c__DisplayClass21_0.<BuildAvailableActionsList>b__1()
 at JetBrains.Application.Threading.InterruptableReadActivityThe.Work()
 at JetBrains.Application.Threading.InterruptableReadActivity.DoWork()
 at JetBrains.Application.Threading.InterruptableReadActivity.WorkerThreadProc()
 at JetBrains.Util.Logging.Logger.Catch(Action action)


— Outer —

— EXCEPTION #2/2 [LoggerException]
Message = “ProjectedBuffer out of underlying buffer range.”
ExceptionPath = Root
ClassName = JetBrains.Util.LoggerException
Data.ManagedThreadName = “JetPool(S) #1”
Data.SccRevisionShell = “<there are no packages matching the criteria>”
Data.HostProductInfo = “JetBrains ReSharper Ultimate 2018.2 EAP 3 Build 182.0.20180711.65739-eap03”
Data.SubProducts.#0 = “JetBrains dotTrace 182 Build 182.0.20180711.73821-eap03”
Data.SubProducts.#1 = “JetBrains ReSharper 182 Build 182.0.20180711.70917-eap03”
Data.SccRevisionEnv = “
Platform\Core\Shell:
    git::refs/heads/182-eap3::2b55a007014dea4b041ef04e3fd1893fb9820541


Platform\VisualStudio:
    git::refs/heads/182-eap3::7d305aa324a045fb7468c2cc6200e062bc531798

Data.VsVersion = 15.7.27703.2042
InnerException = “Exception #1 at Root.InnerException”
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
 at JetBrains.Util.Logging.Logger.Catch(Action action)
 at JetBrains.Util.Logging.Logger.Catch(Action action)
 at JetBrains.Application.Threading.Tasks.TaskHostEx.<>c__DisplayClass2_0.<RunSafe>b__0()
 at JetBrains.Application.Threading.Tasks.TaskHost.AccessViolationCatcher(Action action)
 at JetBrains.Application.Threading.Tasks.TaskHost.<>c__DisplayClass33_0.<Create>b__1(Object state)
 at System.Threading.Tasks.Task.InnerInvoke()
 at System.Threading.Tasks.Task.Execute()
 at System.Threading.Tasks.Task.ExecutionContextCallback(Object obj)
 at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
 at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
 at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot)
 at System.Threading.Tasks.Task.ExecuteEntry(Boolean bPreventDoubleExecution)
 at System.Threading.Tasks.TaskScheduler.TryExecuteTask(Task task)
 at JetBrains.Application.Threading.Tasks.Scheduler.JetScheduler.ExecuteTask(Task task)
 at JetBrains.Application.Threading.Tasks.Scheduler.JetSchedulerThread.EnqueueNextTask()
 at JetBrains.Application.Threading.Tasks.Scheduler.JetSchedulerThread.ThreadPoolProc()
at ANNOTATED: JetBrains.Application.Threading.Tasks.Scheduler.JetSchedulerThread.JetPool(S) #1(Action )
 at JetBrains.Util.Reflection.CallStackAnnotation.InvokeAnnotated(String classNameOfNewFrame, String methodNameOfNewFrame, Action actionToAnnotate)
 at JetBrains.Util.Reflection.CallStackAnnotation.CatchAnnotatedInvocation[TClassOfNewFrame](String methodNameOfNewFrame, Action actionToAnnotate)
 at JetBrains.Application.Threading.Tasks.Scheduler.JetSchedulerThread.<Start>b__19_0()
 at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
 at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
 at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
 at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
 at System.Threading.ThreadHelper.ThreadStart()

RSRP-471237: changeSignatureModel != null

$
0
0
Reporter Lilia Shamsutdinova (Lilia.Shamsutdinova) Lilia Shamsutdinova (Lilia.Shamsutdinova)
Created Aug 24, 2018 11:35:32 AM
Updated Oct 13, 2018 10:13:22 PM
Subsystem Quick Fixes - Create From Usage
Assignee Alisa Afonina (alisa.afonina)
Priority Normal
State Submitted
Type Exception
Fix version Backlog
Affected versions 2018.2
Fixed In Version ReSharper Undefined
VsVersion All Versions
ReSharperPlatformVs15 Wave 182 Hive _3f3919c0 — JetBrains ReSharper Ultimate 2018.2 EAP 9 D Build 182.0.20180824.30057-eap09d

JetBrains dotCover 2018.2 EAP 9 D Build 2018.2.20180824.31536-eap09d
JetBrains dotMemory 2018.2 EAP 9 D Build 2018.2.20180824.40122-eap09d
JetBrains dotTrace 2018.2 EAP 9 D Build 2018.2.20180824.31535-eap09d
JetBrains ReSharper 2018.2 EAP 9 D Build 2018.2.20180824.31802-eap09d
JetBrains ReSharper C++ 2018.2 EAP 9 D Build 2018.2.20180824.40107-eap09d
JetBrains TeamCity Add-in 2018.2 EAP 9 D Build 2018.2.20180824.40112-eap09d

SubProducts.0 = JetBrains dotCover 2018.2 EAP 9 D Build 2018.2.20180824.31536-eap09d
SubProducts.1 = JetBrains dotTrace 2018.2 EAP 9 D Build 2018.2.20180824.31535-eap09d
SubProducts.2 = JetBrains ReSharper C++ 2018.2 EAP 9 D Build 2018.2.20180824.40107-eap09d
SubProducts.3 = JetBrains TeamCity Add-in 2018.2 EAP 9 D Build 2018.2.20180824.40112-eap09d
SubProducts.4 = JetBrains ReSharper 2018.2 EAP 9 D Build 2018.2.20180824.31802-eap09d
SubProducts.5 = JetBrains dotMemory 2018.2 EAP 9 D Build 2018.2.20180824.40122-eap09d

changeSignatureModel != null

— EXCEPTION #1/2 [AssertionException]
Message = “changeSignatureModel != null”
ExceptionPath = Root.InnerException
ClassName = JetBrains.Util.Assertion+AssertionException
HResult = COR_E_EXCEPTION=80131500
Source = JetBrains.ReSharper.Intentions.CSharp
StackTraceString = “
 at JetBrains.ReSharper.Intentions.CSharp.QuickFixes.CreateParameterFromUsageBulbAction.ChangeSignature(IExpression referenceExpression, IParametersOwner parametersOwner, IProgressIndicator progress, Int32& createdParameterIndex)
 at JetBrains.ReSharper.Intentions.CSharp.QuickFixes.CreateParameterFromUsageBulbAction.ChangeSignature(IExpression referenceExpression, IParametersOwner parametersOwner, IProgressIndicator progress, Int32& createdParameterIndex)
 at JetBrains.ReSharper.Intentions.CSharp.QuickFixes.CreateParameterFromUsageBulbAction.ExecutePsiTransaction(ISolution solution, IProgressIndicator progress)
 at JetBrains.ReSharper.Feature.Services.Bulbs.BulbActionBase.<>c__DisplayClass0_4.<Execute>b__1()
 at JetBrains.ReSharper.Psi.Transactions.PsiTransactions.Execute(String commandName, Action handler)


— Outer —

— EXCEPTION #2/2 [LoggerException]
Message = “changeSignatureModel != null”
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 9 D Build 182.0.20180824.30057-eap09d”
Data.SubProducts.#0 = “JetBrains dotCover 2018.2 EAP 9 D Build 2018.2.20180824.31536-eap09d”
Data.SubProducts.#1 = “JetBrains dotTrace 2018.2 EAP 9 D Build 2018.2.20180824.31535-eap09d”
Data.SubProducts.#2 = “JetBrains ReSharper C++ 2018.2 EAP 9 D Build 2018.2.20180824.40107-eap09d”
Data.SubProducts.#3 = “JetBrains TeamCity Add-in 2018.2 EAP 9 D Build 2018.2.20180824.40112-eap09d”
Data.SubProducts.#4 = “JetBrains ReSharper 2018.2 EAP 9 D Build 2018.2.20180824.31802-eap09d”
Data.SubProducts.#5 = “JetBrains dotMemory 2018.2 EAP 9 D Build 2018.2.20180824.40122-eap09d”
Data.SccRevisionEnv = “
Platform\Core\Shell:
    git::refs/heads/182::3410e2e38101c18b9d4a4bcd7a0088762da61380


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

Data.VsVersion = 15.8.28010.2003
InnerException = “Exception #1 at Root.InnerException”
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
 at JetBrains.ReSharper.Psi.Transactions.PsiTransactions.Execute(String commandName, Action handler)
 at JetBrains.ReSharper.Psi.Transactions.PsiTransactions.Execute(String commandName, Action handler)
 at JetBrains.ReSharper.Feature.Services.Bulbs.BulbActionBase.<>c__DisplayClass0_3.<Execute>b__0(IProgressIndicator progress)
 at JetBrains.UI.SrcView.Progress.UITaskExecutorRun.RunStartTaskCallTaskAction(IProperty`1 isDone, ProgressIndicator progressIndicator, TaskThreadAffinity taskThreadAffinity, Action`1 FTask, JetDispatcher dispatcherPrimary)
 at JetBrains.UI.SrcView.Progress.UITaskExecutorRun.<>c__DisplayClass11_0.<RunStartTask>b__0()
 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)
 at System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG& msg)
 at System.Windows.Forms.Application.ThreadContext.LocalModalMessageLoop(Form form)
 at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
 at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
 at System.Windows.Forms.Application.RunDialog(Form form)
 at System.Windows.Forms.Form.ShowDialog(IWin32Window owner)
 at System.Windows.Forms.Form.ShowDialog()
 at JetBrains.UI.SrcView.Progress.UITaskExecutorRun.RunCore(TaskThreadAffinity taskThreadAffinity, Action`1 FTask, Func`3 FAttachUi, ProgressIndicator progressIndicator, IWin32Window parentWindow, IThreading threading, WorkerThreadShop workerThreadShop, Boolean enforceModalityState)
 at JetBrains.UI.SrcView.Progress.UITaskExecutorRuns.ExecuteTask(String name, TaskCancelable cancelable, Action`1 task)
 at JetBrains.ReSharper.Feature.Services.Bulbs.BulbActionBase.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.OnKeyDownLowPriority(KeyEventArgs args)
 at JetBrains.UI.SrcView.Controls.JetPopupMenu.Impl.JetPopupMenuView.OnKeyDown(KeyEventArgs args)
 at System.Windows.Forms.Control.ProcessKeyEventArgs(Message& m)
 at System.Windows.Forms.Control.ProcessKeyMessage(Message& m)
 at System.Windows.Forms.Control.WmKeyChar(Message& m)
 at System.Windows.Forms.Control.WndProc(Message& m)
 at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
 at System.Windows.Forms.Form.WndProc(Message& m)
 at JetBrains.UI.SrcView.Controls.JetPopupMenu.Impl.JetPopupMenuView.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.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
 at System.Windows.Forms.NativeWindow.DefWndProc(Message& m)
 at JetBrains.UI.Utils.DpiUtil.TopLevelWindowDpiTracker.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.ShowBulbMenuAdvanced(IEnumerable`1 menuItems, PopupWindowContextSource contextSource, GotoByNameModel gotoByNameModel, Action`1 modelInitHandler, LifetimeDefinition viewLifetimeDefinition, IAutomation captionAutomation, Action`1 beforeShow)
 at JetBrains.ReSharper.Intentions.Bulbs.BulbOnGutterMarginIndicator.ExecuteIndicator(IDataContext context, BulbItemsReadyState readyState)
 at JetBrains.ReSharper.Intentions.Bulbs.IndicatorControllerBase.HandleAction(IDataContext context)
 at JetBrains.ReSharper.Intentions.Bulbs.AltEnterHandlers.HandleAction(IDataContext context)
 at JetBrains.ReSharper.Intentions.Bulbs.AltEnterActionHandler.Execute(IDataContext context, DelegateExecute nextExecute)
 at JetBrains.Application.UI.ActionsRevised.Handlers.ExecutableActionEvaluator.Execute(IAction action, IReadOnlyCollection`1 allActions, IDataContext dataContext)
 at JetBrains.Application.UI.ActionsRevised.Handlers.EvaluatedAction.ExecuteWithoutRequirements()
 at JetBrains.Application.UI.ActionsRevised.Handlers.EvaluatedAction.<>c__DisplayClass21_1.<PrepareRequirementsAsync>b__0()
 at JetBrains.Application.UI.ActionSystem.ActionsRevised.Handlers.RequirementsManager.ExecuteActionAsync(IActionRequirement requirement, Action continueWith, Action failWith, Boolean reSharperIsThinking)
 at JetBrains.Application.UI.ActionsRevised.Handlers.EvaluatedAction.PrepareRequirementsAsync(OuterLifetime lifetime, Func`1 executeWhenRequirementsReady, Action`1 failWith)
 at JetBrains.Application.UI.ActionsRevised.Handlers.EvaluatedAction.Execute()
 at JetBrains.VsIntegration.Shell.Actions.Revised.VsOleCommandTargetHandler.<>c__DisplayClass17_0.<CommandTargetExec>b__0()
 at JetBrains.Threading.ReentrancyGuard.Execute(String name, Action action)
 at JetBrains.Threading.ReentrancyGuard.TryExecute(String name, Action action)
 at JetBrains.VsIntegration.Shell.Actions.Revised.VsOleCommandTargetHandler.CommandTargetExec(CommandID commandid, OLECMDEXECOPT cmdExecOpt)
 at JetBrains.VsIntegration.Shell.Actions.Revised.VsOleCommandTargetHandler.<.ctor>b__12_2(CommandID commandid, OLECMDEXECOPT opt, IntPtr in, IntPtr out)
 at JetBrains.VsIntegration.Shell.Package.VsPackageSdkStub.Microsoft.VisualStudio.OLE.Interop.IOleCommandTarget.Exec(Guid& guidGroup, UInt32 nCmdId, UInt32 nCmdExcept, IntPtr vIn, IntPtr vOut)
Viewing all 106942 articles
Browse latest View live


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