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

RSRP-469343: Failed to debug unit test: "Transition failed: Transition from state on event . There was no endpoint listening"

$
0
0
Reporter Matvei Stefarov (Matvei.Stefarov) Matvei Stefarov (Matvei.Stefarov)
Created Apr 20, 2018 4:53:10 AM
Updated Apr 20, 2018 4:53:10 AM
Subsystem Unit Testing
Assignee Eugene Strizhok (Eugene.Strizhok)
Priority Normal
State Submitted
Type Bug
Fix version No Fix versions
Affected versions 2018.1
Fixed In Version ReSharper Undefined
VsVersion VS 2017 RTM
I'm using ReSharper Ultimate 2018.1 Build 112.0.20180414.70444 / Visual Studio Professional 2017 version 15.6.6. I have a .NET desktop project with MSTest unit tests. I tried to run a single unit test (by right-clicking a test in the Unit Test Sessions window and selecting "Debug Unit Tests" option). Test did not run, result was reported as inconclusive, and one error was reported by ReSharper:

2018.04.19 18:39:09.735   ERROR Transition failed: Transition from state <RunnerStarting> on event <local::RunnerStarted>. There was no endpoint listening at net.pipe://mynamehere/TestExecutor/15008 that could accept the message. This is often caused by an incorrect address or SOAP action. See InnerException, if present, for more details. The pipe endpoint 'net.pipe://mynamehere/TestExecutor/15008' could not be found on your local machine.

--- EXCEPTION #1/3 [PipeException]
Message = “The pipe endpoint 'net.pipe://mynamehere/TestExecutor/15008' could not be found on your local machine.”
ExceptionPath = Root.InnerException.InnerException
ClassName = System.IO.PipeException
HResult = COR_E_IO=80131620

--- Outer ---

--- EXCEPTION #2/3 [EndpointNotFoundException]
Message = “There was no endpoint listening at net.pipe://mynamehere/TestExecutor/15008 that could accept the message. This is often caused by an incorrect address or SOAP action. See InnerException, if present, for more details.”
ExceptionPath = Root.InnerException
ClassName = System.ServiceModel.EndpointNotFoundException
InnerException = “Exception #1 at Root.InnerException.InnerException”
RemoteStackTraceString = “
Server stack trace:
at System.ServiceModel.Channels.PipeConnectionInitiator.GetPipeName(Uri uri, IPipeTransportFactorySettings transportFactorySettings)
at System.ServiceModel.Channels.NamedPipeConnectionPoolRegistry.NamedPipeConnectionPool.GetPoolKey(EndpointAddress address, Uri via)
at System.ServiceModel.Channels.CommunicationPool`2.TakeConnection(EndpointAddress address, Uri via, TimeSpan timeout, TKey& key)
at System.ServiceModel.Channels.ConnectionPoolHelper.EstablishConnection(TimeSpan timeout)
at System.ServiceModel.Channels.ClientFramingDuplexSessionChannel.OnOpen(TimeSpan timeout)
at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout)
at System.ServiceModel.Channels.ServiceChannel.OnOpen(TimeSpan timeout)
at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout)
at System.ServiceModel.Channels.ServiceChannel.CallOpenOnce.System.ServiceModel.Channels.ServiceChannel.ICallOnce.Call(ServiceChannel channel, TimeSpan timeout)
at System.ServiceModel.Channels.ServiceChannel.CallOnceManager.CallOnce(TimeSpan timeout, CallOnceManager cascade)
at System.ServiceModel.Channels.ServiceChannel.EnsureOpened(TimeSpan timeout)
at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout)
at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation)
at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message)

Exception rethrown at [0]:

HResult = COR_E_SYSTEM=80131501
Source = mscorlib
StackTraceString = “
at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
at Microsoft.VisualStudio.TestPlatform.Core.ITestExecutorService.InitializeConnection(IEnumerable`1 pathToAdditionalExtensions, Boolean loadOnlyWellKnownExtensions)
at JetBrains.ReSharper.UnitTesting.MSTest.Provider.Execution.Wcf.TestExecutorServiceProxy.InitializeConnection(IEnumerable`1 pathToAdditionalExtensions, Boolean loadOnlyWellKnownExtensions)
at JetBrains.ReSharper.UnitTesting.MSTest.Provider.Execution.MsTestExecutionProtocol.<>c__DisplayClass32_0.<OpenClient>b__1(ITestExecutorService x)
at JetBrains.ReSharper.UnitTesting.MSTest.Provider.Execution.Wcf.ResurrectableProxy`1.WithTimeout(Action`1 action)
at JetBrains.ReSharper.UnitTesting.MSTest.Provider.Execution.MsTestExecutionProtocol.OpenClient()
at Appccelerate.StateMachine.Machine.ActionHolders.ArgumentLessActionHolder.Execute(Object argument)
at Appccelerate.StateMachine.Machine.States.State`2.ExecuteEntryAction(IActionHolder actionHolder, ITransitionContext`2 context)


--- Outer ---

--- EXCEPTION #3/3 [LoggerException]
Message = “Transition failed: Transition from state <RunnerStarting> on event <local::RunnerStarted>. There was no endpoint listening at net.pipe://mynamehere/TestExecutor/15008 that could accept the message. This is often caused by an incorrect address or SOAP action. See InnerException, if present, for more details.”
ExceptionPath = Root
ClassName = JetBrains.Util.LoggerException
InnerException = “Exception #2 at Root.InnerException”
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
at JetBrains.ReSharper.UnitTesting.MSTest.Provider.Execution.MsTestExecutionProtocol.<.ctor>b__24_17(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.Contexts.TransitionContext`2.OnExceptionThrown(Exception exception)
at Appccelerate.StateMachine.Machine.States.State`2.HandleException(Exception exception, ITransitionContext`2 context)
at Appccelerate.StateMachine.Machine.States.State`2.HandleEntryActionException(ITransitionContext`2 context, Exception exception)
at Appccelerate.StateMachine.Machine.States.State`2.ExecuteEntryAction(IActionHolder actionHolder, ITransitionContext`2 context)
at Appccelerate.StateMachine.Machine.States.State`2.ExecuteEntryActions(ITransitionContext`2 context)
at Appccelerate.StateMachine.Machine.States.State`2.Entry(ITransitionContext`2 context)
at Appccelerate.StateMachine.Machine.Transitions.Transition`2.Fire(IState`2 source, IState`2 target, 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 Appccelerate.StateMachine.ActiveStateMachine`2.<Start>b__32_0()
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.ThreadPoolTaskScheduler.LongRunningThreadWork(Object obj)
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(Object obj)


2018.04.19 18:39:09.860 WARN C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\Common7\IDE\CommonExtensions\Microsoft\TestWindow\vstest.executionengine.x86.exe exited with exit code (-1)
Output stream: Not available
Error stream: Not available
2018.04.19 18:39:09.861 WARN Element MyNamespace.MyClass.MyUnitTestName was left pending after its run completion.

Running the test again succeeded, so this was a one-time thing. I figured I'd report it just in case. I now see there are quite a few DEXP reports with similar stack traces.

RSRP-469345: Flaky test JetBrains.ReSharper.Web.VSIntegrationTests._5_Refactor.InPlaceRefactoringsTest.TestInPlaceRename

RSRP-469344: Continuous Testing broken in 2018.1

$
0
0
Reporter Vianney PHILIPPE (vianney) Vianney PHILIPPE (vianney)
Created Apr 20, 2018 10:38:13 AM
Updated Apr 20, 2018 10:44:19 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
Hello,

I have enabled continuous testing on save :

Re# found that 9 tests are outdated :

But tests won't start. I tried to delete .vs and _ReSharper.Caches folder, does not help.
I also disabled CodeMaid (we use it to run Re# full cleanup on save), did not help either.
Of course I use Re# build.

Am I missing something ?

Thanks

RSRP-469346: foreach code completion does not propose variables anymore since 18.1

$
0
0
Reporter Heinz Ernst (heinzernst) Heinz Ernst (heinzernst)
Created Apr 20, 2018 11:03:34 AM
Updated Apr 20, 2018 11:03:34 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

Before installation of 18.1 when I typed foreach there was a template which asked me for the enumerable and then type and instance name with proposals. This does not work anymore.

RSRP-469347: Extract Members To Partial: Double click on parameter does not navigate to it from another file (file that does not contain that parameter).

$
0
0
Reporter Lilia Shamsutdinova (Lilia.Shamsutdinova) Lilia Shamsutdinova (Lilia.Shamsutdinova)
Created Apr 20, 2018 11:10:01 AM
Updated Apr 20, 2018 11:10:01 AM
Subsystem Refactorings
Assignee Alisa Afonina (alisa.afonina)
Priority Normal
State Submitted
Type Bug
Fix version 2018.2
Affected versions 2018.2
Fixed In Version ReSharper Undefined
VsVersion All Versions

JetBrains ReSharper Ultimate 182.0.20180419.104554-eap00d.

  1. Open "Extract Members to Partial" dialog.
  2. Navigate to some other file in editor.
  3. Double click on parameter in "Select members to move".

Actual result:
Nothing happens.

Expected result:
File with parameter is opened and parameter is focused.

NOTE:
If currently file that contains parameter is opened and focused in editor then navigation works.

RSRP-469348: Extract Members To Partial: After Navigate link is clicked (and focus go to code) it takes 2 clicks to open dropdown.

$
0
0
Reporter Lilia Shamsutdinova (Lilia.Shamsutdinova) Lilia Shamsutdinova (Lilia.Shamsutdinova)
Created Apr 20, 2018 11:10:24 AM
Updated Apr 20, 2018 11:10:24 AM
Subsystem Refactorings
Assignee Alisa Afonina (alisa.afonina)
Priority Normal
State Submitted
Type Bug
Fix version 2018.2
Affected versions 2018.2
Fixed In Version ReSharper Undefined
VsVersion All Versions

JetBrains ReSharper Ultimate 182.0.20180419.104554-eap00d.

  1. Open "Extract Members to Partial" dialog.
  2. Select some existing part in dropdown and click on Navigate.
  3. Click on "Select existing part" dropdown.

Actual result:
Dropdown is not opened. 2 clicks to open dropdown are required.

Expected result:
Dropdown is opened.

RSRP-469214: Extract Members To Partial: Issues.

$
0
0
Reporter Lilia Shamsutdinova (Lilia.Shamsutdinova) Lilia Shamsutdinova (Lilia.Shamsutdinova)
Created Apr 11, 2018 2:45:45 PM
Updated Apr 20, 2018 11:10:54 AM
Subsystem Refactorings
Assignee Alisa Afonina (alisa.afonina)
Priority Show-stopper
State Fixed In Branch
Type Bug
Fix version 2018.2
Affected versions 2018.2
Fixed In Version ReSharper Undefined
VsVersion All Versions

JetBrains ReSharper Ultimate 182.0.20180410.111135-eap00d.

Not fixed:

  1. Annoying: After Navigate link is clicked (and focus go to code) it takes 2 clicks to open dropdown. - Duplicate of RSRP-469348.
  2. Double click on parameter does not navigate to it from another file (file that does not contain that parameter). NOTE: if currently file that contains parameter is focused than navigation works. - Duplicate of RSRP-469347.

Fixed:

  1. No icons in "Select existing part:" dropdown. - Fixed in branch 182-alisa.refactorings.
  2. Layout of items in dropdown is incorrect (see screenshot).- Fixed in branch 182-alisa.refactorings.
  3. When some existing part is selected in "Select existing part:" dropdown and then "Create new part" is selected the members still moved to previously selected existing part instead of new one.- Fixed in branch 182-alisa.refactorings.
  4. File name in dropdown does not contain underscore (actual file name does contain underscore).- Fixed in branch 182-alisa.refactorings.

Won't be fixed:

  1. Accelerator Alt+e (for "Select existing part") does not highlight dropdown.
  2. Minor: "Navigate" link style is not disabled when create new part is selected in dropdown.
  3. Minor: "Navigate" link layout is incorrect (should end where Cancel button ends).

RSRP-469350: Support for C#6.0 `using static` directive

$
0
0
Reporter Daniel Degtyarev (daniel.degtyarev) Daniel Degtyarev (daniel.degtyarev)
Created Apr 20, 2018 12:42:09 PM
Updated Apr 20, 2018 12:42:09 PM
Subsystem Context Actions
Assignee Andrey Dyatlov (Andrey.Dyatlov)
Priority Show-stopper
State Submitted
Type Feature
Fix version 2018.2
Affected versions No Affected versions
Fixed In Version ReSharper Undefined
VsVersion All Versions

R# at least should:

  • Preserve existing using static directive, very important and really annoying. Any cleanup, refactoring and so on, just remove them all
  • Has context actions to invoke with using static directive and do not invoke with using static

Context action propose

Lets take a sample code:

using System;

class Program
{
    public static void Main()
    {
         Console.WriteLine("Foo1");
         Console.WriteLine("Foo2");
         Console.ReadKey();
    }
}

Appying the action should produce:

using static System.Console;

class Program
{
    public static void Main()
    {
         WriteLine("Foo1");
         WriteLine("Foo2");
         ReadKey();
    }
}

Plus, the opposed action, Do not invoke as 'using static'.


RSRP-453597: Full Cleanup removes required 'using static' directives

$
0
0
Reporter Vladimir Reshetnikov (nikov) Vladimir Reshetnikov (nikov)
Created Feb 6, 2016 3:28:55 AM
Updated Apr 20, 2018 12:42:09 PM
Subsystem Code Analysis - C#
Assignee Alexander Shvedov (shvedov)
Priority Major
State Submitted
Type Bug
Fix version No Fix versions
Affected versions 10.0.2
Fixed In Version ReSharper Undefined
VsVersion VS 2015 RTM
using static System.Int32;

class C
{
static void Main()
{
var n = nameof(Parse);
}
}

Apply Full Cleanup (Ctrl+Alt+Shift+F).

Result:
internal class C
{
private static void Main()
{
var n = nameof(Parse); // error CS0103: The name 'Parse' does not exist in the current context
}
}

RSRP-455641: Respect "using static" clauses in refactoring

$
0
0
Reporter Angelina Elycheva (Angelina.Elycheva) Angelina Elycheva (Angelina.Elycheva)
Created Mar 17, 2016 1:21:29 PM
Updated Apr 20, 2018 12:42:09 PM
Subsystem Refactorings
Assignee Alisa Afonina (alisa.afonina)
Priority Normal
State Submitted
Type Bug
Fix version No Fix versions
Affected versions 2016.3
Fixed In Version ReSharper Undefined
VsVersion All Versions
C#6 introduces the Java-like "using static" clause which can make code a lot cleaner. Consider (using my RandomGenerators Nuget package):

using PeanutButter.RandomGenerators; 
[TestFixture]
public class TestWibble
{
[Test]
public void Womble_ShouldNebulizeTheActuator()
{
var name = RandomValueGen.GetRandomString();
... // rest of test continues
}
}
which can now be written as:

using static PeanutButter.RandomGenerators.RandomValueGen; 
[TestFixture]
public class TestWibble
{
[Test]
public void Womble_ShouldNebulizeTheActuator()
{
var name = GetRandomString();
... // rest of test continues
}
}
Which considerably cleans up test fixtures with lots of tests and lots of randomly generated input (as a very specific example). Now, if I had started this test fixture in another class file and use the Resharper refactoring to move to its own file, I'll find that all my usages of the statically-imported RandomValueGen are replaced with direct usages and my "using static" clause has been replaced with a simpler "using" clause.

RSRP-464272: Context actions for `using static`

$
0
0
Reporter Dmitri Nesteruk (dnesteruk.1) Dmitri Nesteruk (dnesteruk.1)
Created Apr 7, 2017 1:30:32 PM
Updated Apr 20, 2018 12:42:09 PM
Subsystem Generate
Assignee Andrew Karpov (andrew.karpov)
Priority Normal
State Submitted
Type Feature
Fix version No Fix versions
Affected versions No Affected versions
Fixed In Version ReSharper Undefined
VsVersion All Versions
I use the Console class a lot, so it would be nice if I write WriteLine(, R# does blue pop-up offering me to add using static System.Console to the top of the file.

RSRP-467793: Recommend using static

$
0
0
Reporter Brian Limkemann (decisive) Brian Limkemann (decisive)
Created Dec 29, 2017 6:40:57 PM
Updated Apr 20, 2018 12:42:09 PM
Subsystem IntelliSense (Code Completion)
Assignee Alexander Shvedov (shvedov)
Priority Normal
State Submitted
Type Feature
Fix version No Fix versions
Affected versions No Affected versions
Fixed In Version ReSharper Undefined
VsVersion All Versions

I love that ReSharper recommends namespaces as you type. However, it would be even more useful if it would also recommend "using static" to help with static classes like System.Console and System.Diagnostics.Debug. For example, when typing "WriteLine" if ReSharper recommended "using static System.Console" that would be an incredible help. If the product can already do this and I'm missing something, please let me know.

RSRP-469351: Add Option 'Prefer wrap after ":" for base class' to 'Arrangement of Type Parameters, Constraints and Base Types'

$
0
0
Reporter Alexander Jebens (ajebens) Alexander Jebens (ajebens)
Created Apr 20, 2018 12:46:47 PM
Updated Apr 20, 2018 12:46:47 PM
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

In the current arrangement I like that inherited classes keep their base classes on the same line as the class name declaration:

class Derived : BaseClass
    I1,
    I2,
    I3

However, I and my colleagues dislike that with base classes with multiple interfaces we currently have

class BaseClass : I1,
    I2,
    I3

instead of

class BaseClass :
    I1,
    I2,
    I3

While there is an importance to displaying the base class first with derived classes, I feel this is misleading with base classes with multiple interfaces as I then falsely assume it to be a derived class when scan reading or it may put an undue emphasis on the first interface.

RSRP-469049: Autosuggest: can't select item by Enter.

$
0
0
Reporter Lilia Shamsutdinova (Lilia.Shamsutdinova) Lilia Shamsutdinova (Lilia.Shamsutdinova)
Created Apr 3, 2018 12:34:34 PM
Updated Apr 20, 2018 12:52:08 PM
Resolved Apr 9, 2018 4:05:27 PM
Subsystem Refactorings
Assignee Alisa Afonina (alisa.afonina)
Priority Critical
State Verified
Type Bug
Fix version 2018.1
Affected versions 2018.1
Fixed In Version ReSharper 2018.1 RTM
VsVersion All Versions

JetBrains ReSharper Ultimate 2018.1 EAP 6 D 12.0.20180403.34241-eap06d

Can't select suggested item by Enter. Instead of choose an item Enter clicks on Next and closes the dialog. (Can be checked on "Move Type To Another File", "Move To Another Type" dialogs).

RSRP-469002: Implicit UniversalModuleReferenceContext detected. Use CompilationContextCookie

$
0
0
Reporter Lilia Shamsutdinova (Lilia.Shamsutdinova) Lilia Shamsutdinova (Lilia.Shamsutdinova)
Created Mar 30, 2018 6:15:09 PM
Updated Apr 20, 2018 12:54:36 PM
Resolved Apr 9, 2018 4:05:46 PM
Subsystem Refactorings
Assignee Alisa Afonina (alisa.afonina)
Priority Critical
State Verified
Type Exception
Fix version 2018.1
Affected versions 2018.1
Fixed In Version ReSharper 2018.1 RTM
VsVersion All Versions
ReSharperPlatformVs14 Wave 12 — JetBrains ReSharper Ultimate 2018.1 EAP 6 D Build 112.0.20180330.30818-eap06d

JetBrains dotCover 2018.1 EAP 6 D Build 2018.1.20180330.50619-eap06d
JetBrains dotMemory 2018.1 EAP 6 D Build 2018.1.20180330.50622-eap06d
JetBrains dotTrace 2018.1 EAP 6 D Build 2018.1.20180330.53057-eap06d
JetBrains ReSharper 2018.1 EAP 6 D Build 2018.1.20180330.31812-eap06d
JetBrains ReSharper C++ 2018.1 EAP 6 D Build 2018.1.20180330.31815-eap06d
JetBrains TeamCity Add-in 2018.1 EAP 6 D Build 2018.1.20180330.31816-eap06d

Implicit UniversalModuleReferenceContext detected. Use CompilationContextCookie

— EXCEPTION #1/1 [LoggerException]
Message = “Implicit UniversalModuleReferenceContext detected. Use CompilationContextCookie”
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.1 EAP 6 D Build 112.0.20180330.30818-eap06d”
Data.SubProducts.#0 = “JetBrains dotCover 2018.1 EAP 6 D Build 2018.1.20180330.50619-eap06d”
Data.SubProducts.#1 = “JetBrains dotTrace 2018.1 EAP 6 D Build 2018.1.20180330.53057-eap06d”
Data.SubProducts.#2 = “JetBrains ReSharper C++ 2018.1 EAP 6 D Build 2018.1.20180330.31815-eap06d”
Data.SubProducts.#3 = “JetBrains TeamCity Add-in 2018.1 EAP 6 D Build 2018.1.20180330.31816-eap06d”
Data.SubProducts.#4 = “JetBrains ReSharper 2018.1 EAP 6 D Build 2018.1.20180330.31812-eap06d”
Data.SubProducts.#5 = “JetBrains dotMemory 2018.1 EAP 6 D Build 2018.1.20180330.50622-eap06d”
Data.SccRevisionEnv = “
Platform\Core\Shell:
    git::refs/heads/wave12::f77d4bd0f4a27f561da3b3205b878a6538465a0f


Platform\VisualStudio:
    git::refs/heads/wave12::a5e24cdb39368fa258fdf16eaf220d5b467255ac

Data.VsVersion = 14.0.25431.1
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
 at JetBrains.Util.Logging.Logger.Fail(String messageText)
 at JetBrains.Util.Logging.Logger.Fail(String messageText)
 at JetBrains.ReSharper.Psi.CompilationContextCookie.GetContext()
 at JetBrains.ReSharper.Psi.Impl.Types.DeclaredTypeBase.GetTypeElement()
 at JetBrains.ReSharper.Psi.Impl.Types.DeclaredTypeBase.GetHashCode()
 at System.Collections.Generic.ObjectEqualityComparer`1.GetHashCode(T obj)
 at System.Collections.Generic.HashSet`1.InternalGetHashCode(T item)
 at System.Collections.Generic.HashSet`1.AddIfNotPresent(T value)
 at JetBrains.ReSharper.Psi.Impl.OverridableMemberImpl.FindMembersInSuperInterfaces(OverridableMemberInstance member, IDeclaredType type, HashSet`1 visited, HashSet`1 ignored)
 at JetBrains.ReSharper.Psi.Impl.OverridableMemberImpl.<GetImmediateImplement>d__9.MoveNext()
 at JetBrains.ReSharper.Psi.Impl.OverridableMemberImpl.<GetImmediateSuperMembers>d__8.MoveNext()
 at JetBrains.ReSharper.Psi.Impl.OverridableMemberImpl.GetSuperMembers(OverridableMemberInstance member, Boolean searchQuasi, IProgressIndicator progressIndicator, Boolean consumeRootOnly)
 at JetBrains.ReSharper.Refactorings.MoveMembers.ImplExtractSuperclass.ExtractSuperclassDataModel.IsReferenced(DeclaredElementInfo info)
 at JetBrains.ReSharper.Refactorings.MoveMembers.Analysis.MoveDataModel.SelectDependent()
 at JetBrains.Platform.RdFramework.Util.ReactiveEx.<>c__DisplayClass1_0.<Advise>b__0(RdVoid _)
 at JetBrains.Platform.RdFramework.Util.Signal`1.Fire0(Action`1[] listeners, T value)
 at JetBrains.Platform.RdFramework.Util.Signal`1.Fire(T value)
 at JetBrains.Platform.RdFramework.Impl.RdSignal`1.Fire(T value)
 at JetBrains.Platform.RdFramework.Util.ReactiveEx.Fire(ISource`1 me)
 at JetBrains.PsiFeatures.UIInteractive.Refactorings.CommonUI.RefactoringWindows.DependentMembersControlWpf.<>c__DisplayClass1_0.<OnDependentClick>b__0()
 at JetBrains.Application.Threading.IShellLocksEx.ExecuteWithReadLock(IShellLocks thіs, Action F)
 at JetBrains.ReSharper.Resources.Shell.ReadLockCookie.<>c__DisplayClass7_0.<GuardedExecute>b__0()
 at JetBrains.Threading.ReentrancyGuard.Execute(String name, Action action)
 at JetBrains.ReSharper.Resources.Shell.ReadLockCookie.GuardedExecute(Action action)
 at JetBrains.PsiFeatures.UIInteractive.Refactorings.CommonUI.RefactoringWindows.DependentMembersControlWpf.OnDependentClick(Object sender, RoutedEventArgs e)
 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.Controls.Primitives.ButtonBase.OnClick()
 at System.Windows.Controls.Button.OnClick()
 at System.Windows.Controls.Primitives.ButtonBase.OnMouseLeftButtonUp(MouseButtonEventArgs e)
 at System.Windows.UIElement.OnMouseLeftButtonUpThunk(Object sender, MouseButtonEventArgs e)
 at System.Windows.Input.MouseButtonEventArgs.InvokeEventHandler(Delegate genericHandler, Object genericTarget)
 at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
 at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
 at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
 at System.Windows.UIElement.ReRaiseEventAs(DependencyObject sender, RoutedEventArgs args, RoutedEvent newEvent)
 at System.Windows.UIElement.OnMouseUpThunk(Object sender, MouseButtonEventArgs e)
 at System.Windows.Input.MouseButtonEventArgs.InvokeEventHandler(Delegate genericHandler, Object genericTarget)
 at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
 at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
 at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
 at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
 at System.Windows.UIElement.RaiseTrustedEvent(RoutedEventArgs args)
 at System.Windows.UIElement.RaiseEvent(RoutedEventArgs args, Boolean trusted)
 at System.Windows.Input.InputManager.ProcessStagingArea()
 at System.Windows.Input.InputManager.ProcessInput(InputEventArgs input)
 at System.Windows.Input.InputProviderSite.ReportInput(InputReport inputReport)
 at System.Windows.Interop.HwndMouseInputProvider.ReportInput(IntPtr hwnd, InputMode mode, Int32 timestamp, RawMouseActions actions, Int32 x, Int32 y, Int32 wheel)
 at System.Windows.Interop.HwndMouseInputProvider.FilterMessage(IntPtr hwnd, WindowMessage msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
 at System.Windows.Interop.HwndSource.InputFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
 at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
 at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
 at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
 at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
 at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
 at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)

RSRP-469352: Error during Unit Test execution when JustMock Profiler is enabled

$
0
0
Reporter Marc Rufer (rufer7) Marc Rufer (rufer7)
Created Apr 20, 2018 12:57:13 PM
Updated Apr 20, 2018 12:57:13 PM
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

When executing unit tests of an existing C# class libarary project in Visual Studio 2017 with integrated test runner and Telerik JustMock profiler enabled everything works fine. As soon as the unit tests get executed with ReSharper and Telerik JustMock profiler is enabled I get the following error:

2018.04.20 11:47:22.474   ERROR Transition failed: Transition from state <RunnerStarting> on event <local::RunnerStarted>. There was no endpoint listening at net.pipe://COMPUTERNAME/TestExecutor/10620 that could accept the message. This is often caused by an incorrect address or SOAP action. See InnerException, if present, for more details. The pipe endpoint 'net.pipe://COMPUTERNAME/TestExecutor/10620' could not be found on your local machine.

--- EXCEPTION #1/3 [PipeException]
Message = “The pipe endpoint 'net.pipe://COMPUTERNAME/TestExecutor/10620' could not be found on your local machine.”
ExceptionPath = Root.InnerException.InnerException
ClassName = System.IO.PipeException
HResult = COR_E_IO=80131620

--- Outer ---

--- EXCEPTION #2/3 [EndpointNotFoundException]
Message = “There was no endpoint listening at net.pipe://COMPUTERNAME/TestExecutor/10620 that could accept the message. This is often caused by an incorrect address or SOAP action. See InnerException, if present, for more details.”
ExceptionPath = Root.InnerException
ClassName = System.ServiceModel.EndpointNotFoundException
InnerException = “Exception #1 at Root.InnerException.InnerException”
RemoteStackTraceString = “
  Server stack trace: 
     at System.ServiceModel.Channels.PipeConnectionInitiator.GetPipeName(Uri uri, IPipeTransportFactorySettings transportFactorySettings)
     at System.ServiceModel.Channels.NamedPipeConnectionPoolRegistry.NamedPipeConnectionPool.GetPoolKey(EndpointAddress address, Uri via)
     at System.ServiceModel.Channels.CommunicationPool`2.TakeConnection(EndpointAddress address, Uri via, TimeSpan timeout, TKey& key)
     at System.ServiceModel.Channels.ConnectionPoolHelper.EstablishConnection(TimeSpan timeout)
     at System.ServiceModel.Channels.ClientFramingDuplexSessionChannel.OnOpen(TimeSpan timeout)
     at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout)
     at System.ServiceModel.Channels.ServiceChannel.OnOpen(TimeSpan timeout)
     at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout)
     at System.ServiceModel.Channels.ServiceChannel.CallOpenOnce.System.ServiceModel.Channels.ServiceChannel.ICallOnce.Call(ServiceChannel channel, TimeSpan timeout)
     at System.ServiceModel.Channels.ServiceChannel.CallOnceManager.CallOnce(TimeSpan timeout, CallOnceManager cascade)
     at System.ServiceModel.Channels.ServiceChannel.EnsureOpened(TimeSpan timeout)
     at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout)
     at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation)
     at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message)
  
  Exception rethrown at [0]:
”
HResult = COR_E_SYSTEM=80131501
Source = mscorlib
StackTraceString = “
  at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
     at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
     at Microsoft.VisualStudio.TestPlatform.Core.ITestExecutorService.InitializeConnection(IEnumerable`1 pathToAdditionalExtensions, Boolean loadOnlyWellKnownExtensions)
     at JetBrains.ReSharper.UnitTesting.MSTest.Provider.Execution.Wcf.TestExecutorServiceProxy.InitializeConnection(IEnumerable`1 pathToAdditionalExtensions, Boolean loadOnlyWellKnownExtensions)
     at JetBrains.ReSharper.UnitTesting.MSTest.Provider.Execution.MsTestExecutionProtocol.<>c__DisplayClass32_0.<OpenClient>b__1(ITestExecutorService x)
     at JetBrains.ReSharper.UnitTesting.MSTest.Provider.Execution.Wcf.ResurrectableProxy`1.WithTimeout(Action`1 action)
     at JetBrains.ReSharper.UnitTesting.MSTest.Provider.Execution.MsTestExecutionProtocol.OpenClient()
     at Appccelerate.StateMachine.Machine.ActionHolders.ArgumentLessActionHolder.Execute(Object argument)
     at Appccelerate.StateMachine.Machine.States.State`2.ExecuteEntryAction(IActionHolder actionHolder, ITransitionContext`2 context)
”

--- Outer ---

--- EXCEPTION #3/3 [LoggerException]
Message = “Transition failed: Transition from state <RunnerStarting> on event <local::RunnerStarted>. There was no endpoint listening at net.pipe://COMPUTERNAME/TestExecutor/10620 that could accept the message. This is often caused by an incorrect address or SOAP action. See InnerException, if present, for more details.”
ExceptionPath = Root
ClassName = JetBrains.Util.LoggerException
InnerException = “Exception #2 at Root.InnerException”
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
  at JetBrains.ReSharper.UnitTesting.MSTest.Provider.Execution.MsTestExecutionProtocol.<.ctor>b__24_17(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.Contexts.TransitionContext`2.OnExceptionThrown(Exception exception)
     at Appccelerate.StateMachine.Machine.States.State`2.HandleException(Exception exception, ITransitionContext`2 context)
     at Appccelerate.StateMachine.Machine.States.State`2.HandleEntryActionException(ITransitionContext`2 context, Exception exception)
     at Appccelerate.StateMachine.Machine.States.State`2.ExecuteEntryAction(IActionHolder actionHolder, ITransitionContext`2 context)
     at Appccelerate.StateMachine.Machine.States.State`2.ExecuteEntryActions(ITransitionContext`2 context)
     at Appccelerate.StateMachine.Machine.States.State`2.Entry(ITransitionContext`2 context)
     at Appccelerate.StateMachine.Machine.Transitions.Transition`2.Fire(IState`2 source, IState`2 target, 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 Appccelerate.StateMachine.ActiveStateMachine`2.<Start>b__32_0()
     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.ThreadPoolTaskScheduler.LongRunningThreadWork(Object obj)
     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(Object obj)
”

2018.04.20 11:47:22.695    WARN C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\CommonExtensions\Microsoft\TestWindow\vstest.executionengine.x86.exe exited with exit code (-1)
Output stream: Not available
Error stream: Not available

After disabling JustMock profiler the unit test execution with ReSharper succeeds (except the tests based on JustMock).

RSRP-468810: Implicit UniversalModuleReferenceContext detected. Use CompilationContextCookie

$
0
0
Reporter Lilia Shamsutdinova (Lilia.Shamsutdinova) Lilia Shamsutdinova (Lilia.Shamsutdinova)
Created Mar 22, 2018 4:39:54 PM
Updated Apr 20, 2018 1:03:36 PM
Subsystem Refactorings
Assignee Alisa Afonina (alisa.afonina)
Priority Major
State Reopened
Type Exception
Fix version 2018.1.1
Affected versions 2018.1
Fixed In Version ReSharper 2018.1 RTM
VsVersion VS 2017 RTM, VS 2015 RTM
ReSharperPlatformVs15 Wave 12 Hive _3f3919c0 — JetBrains ReSharper Ultimate 2018.1 EAP 5 D Build 112.0.20180321.210617-eap05d

JetBrains dotCover 2018.1 EAP 5 D Build 2018.1.20180321.221829-eap05d
JetBrains dotMemory 2018.1 EAP 5 D Build 2018.1.20180321.221835-eap05d
JetBrains dotTrace 2018.1 EAP 5 D Build 2018.1.20180321.221831-eap05d
JetBrains ReSharper 2018.1 EAP 5 D Build 2018.1.20180321.212616-eap05d
JetBrains ReSharper C++ 2018.1 EAP 5 D Build 2018.1.20180321.212328-eap05d
JetBrains TeamCity Add-in 2018.1 EAP 5 D Build 2018.1.20180321.212356-eap05d

SubProducts.0 = JetBrains dotCover 2018.1 EAP 5 D Build 2018.1.20180321.221829-eap05d
SubProducts.1 = JetBrains dotTrace 2018.1 EAP 5 D Build 2018.1.20180321.221831-eap05d
SubProducts.2 = JetBrains ReSharper C++ 2018.1 EAP 5 D Build 2018.1.20180321.212328-eap05d
SubProducts.3 = JetBrains TeamCity Add-in 2018.1 EAP 5 D Build 2018.1.20180321.212356-eap05d
SubProducts.4 = JetBrains ReSharper 2018.1 EAP 5 D Build 2018.1.20180321.212616-eap05d
SubProducts.5 = JetBrains dotMemory 2018.1 EAP 5 D Build 2018.1.20180321.221835-eap05d

Implicit UniversalModuleReferenceContext detected. Use CompilationContextCookie

— EXCEPTION #1/1 [LoggerException]
Message = “Implicit UniversalModuleReferenceContext detected. Use CompilationContextCookie”
ExceptionPath = Root
ClassName = JetBrains.Util.LoggerException
Data.ManagedThreadName = <NULL>
Data.LastExtension = xaml
Data.SccRevisionShell = “<there are no packages matching the criteria>”
Data.HostProductInfo = “JetBrains ReSharper Ultimate 2018.1 EAP 5 D Build 112.0.20180321.210617-eap05d”
Data.SubProducts.#0 = “JetBrains dotCover 2018.1 EAP 5 D Build 2018.1.20180321.221829-eap05d”
Data.SubProducts.#1 = “JetBrains dotTrace 2018.1 EAP 5 D Build 2018.1.20180321.221831-eap05d”
Data.SubProducts.#2 = “JetBrains ReSharper C++ 2018.1 EAP 5 D Build 2018.1.20180321.212328-eap05d”
Data.SubProducts.#3 = “JetBrains TeamCity Add-in 2018.1 EAP 5 D Build 2018.1.20180321.212356-eap05d”
Data.SubProducts.#4 = “JetBrains ReSharper 2018.1 EAP 5 D Build 2018.1.20180321.212616-eap05d”
Data.SubProducts.#5 = “JetBrains dotMemory 2018.1 EAP 5 D Build 2018.1.20180321.221835-eap05d”
Data.SccRevisionEnv = “
Platform\Core\Shell:
    git::refs/heads/wave12::d6bf0e6df10b8dec35e40cc8b27229a8935040b9


Platform\VisualStudio:
    git::refs/heads/wave12::6bea97ba01a5b1942b90126f4d8fc925f4c59244

Data.VsVersion = 15.6.27428.2011
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
 at JetBrains.Util.Logging.Logger.Fail(String messageText)
 at JetBrains.Util.Logging.Logger.Fail(String messageText)
 at JetBrains.ReSharper.Psi.CompilationContextCookie.GetContext()
 at JetBrains.ReSharper.Psi.Impl.Types.DeclaredTypeBase.Resolve()
 at JetBrains.ReSharper.Psi.Impl.Types.DeclaredTypeBase.get_IsResolved()
 at JetBrains.ReSharper.Refactorings.Xaml.ExtractResource.ResourceDictionaryTarget.FromElement(IXamlObjectElement element, IXamlTypeCache cache, ResourceDictionaryTarget child, ResourceDictionaryType dictionaryType, Boolean canBeDefaultElement)
 at JetBrains.ReSharper.Refactorings.Xaml.ExtractResource.ResourceDictionaryTarget.FromMergedDictionaries(ResourceDictionaryTarget target, IXamlObjectElement element, IXamlTypeCache cache)
 at JetBrains.ReSharper.Refactorings.Xaml.ExtractResource.ResourceDictionaryTarget.Expand()
 at JetBrains.ReSharper.Refactorings.Xaml.ExtractResource.UI.ResourceDictionaryViewModel.<Expand>b__24_0()
 at JetBrains.Threading.ReentrancyGuard.Execute(String name, Action action)
 at JetBrains.Threading.ReentrancyGuard.ExecuteOrQueue(String name, Action action, TaskPriority priority)
 at JetBrains.ReSharper.Refactorings.Xaml.ExtractResource.UI.ResourceDictionaryViewModel.Expand()
 at JetBrains.PsiFeatures.UIInteractive.Refactorings.Xaml.ExtractResource.ExtractResourceView.ExpandResourceDictionaryNode(Object sender, RoutedEventArgs e)
 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.Controls.TreeViewItem.OnExpanded(RoutedEventArgs e)
 at System.Windows.Controls.TreeViewItem.OnIsExpandedChanged(DependencyObject d, DependencyPropertyChangedEventArgs e)
 at System.Windows.DependencyObject.OnPropertyChanged(DependencyPropertyChangedEventArgs e)
 at System.Windows.FrameworkElement.OnPropertyChanged(DependencyPropertyChangedEventArgs e)
 at System.Windows.DependencyObject.NotifyPropertyChange(DependencyPropertyChangedEventArgs args)
 at System.Windows.DependencyObject.UpdateEffectiveValue(EntryIndex entryIndex, DependencyProperty dp, PropertyMetadata metadata, EffectiveValueEntry oldEntry, EffectiveValueEntry& newEntry, Boolean coerceWithDeferredReference, Boolean coerceWithCurrentValue, OperationType operationType)
 at System.Windows.DependencyObject.SetValueCommon(DependencyProperty dp, Object value, PropertyMetadata metadata, Boolean coerceWithDeferredReference, Boolean coerceWithCurrentValue, OperationType operationType, Boolean isInternal)
 at MS.Internal.Data.PropertyPathWorker.SetValue(Object item, Object value)
 at MS.Internal.Data.ClrBindingWorker.UpdateValue(Object value)
 at System.Windows.Data.BindingExpression.UpdateSource(Object value)
 at System.Windows.Data.BindingExpressionBase.UpdateValue()
 at System.Windows.Data.BindingExpression.UpdateOverride()
 at System.Windows.Data.BindingExpressionBase.Update()
 at System.Windows.Data.BindingExpressionBase.ProcessDirty()
 at System.Windows.Data.BindingExpressionBase.Dirty()
 at System.Windows.Data.BindingExpressionBase.SetValue(DependencyObject d, DependencyProperty dp, Object value)
 at System.Windows.DependencyObject.SetValueCommon(DependencyProperty dp, Object value, PropertyMetadata metadata, Boolean coerceWithDeferredReference, Boolean coerceWithCurrentValue, OperationType operationType, Boolean isInternal)
 at System.Windows.DependencyObject.SetCurrentValueInternal(DependencyProperty dp, Object value)
 at System.Windows.Controls.Primitives.ToggleButton.OnToggle()
 at System.Windows.Controls.Primitives.ToggleButton.OnClick()
 at System.Windows.Controls.Primitives.ButtonBase.OnMouseLeftButtonDown(MouseButtonEventArgs e)
 at System.Windows.UIElement.OnMouseLeftButtonDownThunk(Object sender, MouseButtonEventArgs e)
 at System.Windows.Input.MouseButtonEventArgs.InvokeEventHandler(Delegate genericHandler, Object genericTarget)
 at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
 at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
 at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
 at System.Windows.UIElement.ReRaiseEventAs(DependencyObject sender, RoutedEventArgs args, RoutedEvent newEvent)
 at System.Windows.UIElement.OnMouseDownThunk(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-468917: Not a valid identifier name

$
0
0
Reporter Lilia Shamsutdinova (Lilia.Shamsutdinova) Lilia Shamsutdinova (Lilia.Shamsutdinova)
Created Mar 27, 2018 4:30:00 PM
Updated Apr 20, 2018 1:06:12 PM
Resolved Apr 9, 2018 5:03:52 PM
Subsystem Refactorings
Assignee Alisa Afonina (alisa.afonina)
Priority Critical
State Verified
Type Exception
Fix version 2018.1
Affected versions 2018.1
Fixed In Version ReSharper 2018.1 EAP 8
VsVersion All Versions
ReSharperPlatformVs14 Wave 12 — JetBrains ReSharper Ultimate 2018.1 EAP 5 D Build 112.0.20180326.210300-eap05d

JetBrains dotCover 2018.1 EAP 5 D Build 2018.1.20180327.90358-eap05d
JetBrains dotMemory 2018.1 EAP 5 D Build 2018.1.20180327.90402-eap05d
JetBrains dotTrace 2018.1 EAP 5 D Build 2018.1.20180327.90403-eap05d
JetBrains ReSharper 2018.1 EAP 5 D Build 2018.1.20180327.90211-eap05d
JetBrains ReSharper C++ 2018.1 EAP 5 D Build 2018.1.20180327.90203-eap05d
JetBrains TeamCity Add-in 2018.1 EAP 5 D Build 2018.1.20180327.90208-eap05d

SubProducts.0 = JetBrains dotCover 2018.1 EAP 5 D Build 2018.1.20180327.90358-eap05d
SubProducts.1 = JetBrains dotTrace 2018.1 EAP 5 D Build 2018.1.20180327.90403-eap05d
SubProducts.2 = JetBrains ReSharper C++ 2018.1 EAP 5 D Build 2018.1.20180327.90203-eap05d
SubProducts.3 = JetBrains TeamCity Add-in 2018.1 EAP 5 D Build 2018.1.20180327.90208-eap05d
SubProducts.4 = JetBrains ReSharper 2018.1 EAP 5 D Build 2018.1.20180327.90211-eap05d
SubProducts.5 = JetBrains dotMemory 2018.1 EAP 5 D Build 2018.1.20180327.90402-eap05d

Not a valid identifier name

— EXCEPTION #1/2 [AssertionException]
Message = “Not a valid identifier name”
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.CSharp.Impl.CSharpImplUtil.ReplaceIdentifier(ITreeNode parent, ICSharpIdentifier node, String name)
 at JetBrains.ReSharper.Psi.CSharp.Impl.Tree.ClassDeclarationStub.SetName(String name)
 at JetBrains.ReSharper.Refactorings.MoveTypeToOuterScope.MoveTypeToOuterScopeBase`2.PasteDeclarations(Pair`2 declarationPair)
 at JetBrains.ReSharper.Refactorings.MoveTypeToOuterScope.MoveTypeToOuterScopeRefactoring.MoveDeclarations()
 at JetBrains.ReSharper.Refactorings.MoveTypeToOuterScope.MoveTypeToOuterScopeRefactoring.Execute(IProgressIndicator pi)
 at JetBrains.ReSharper.Feature.Services.Refactorings.DrivenRefactoringConflictSearcher.<>c__DisplayClass2_1.<SearchConflicts>b__0()
 at JetBrains.ReSharper.Psi.Transactions.PsiTransactionCookie.ExecuteConditionally(IPsiServices psiServices, Func`1 action, String commandName)
 at JetBrains.ReSharper.Feature.Services.Refactorings.DrivenRefactoringConflictSearcher.SearchConflicts(IProgressIndicator pi, Boolean canPerformRefactoring)
 at JetBrains.ReSharper.Feature.Services.Refactorings.WorkflowExecuter.<>c__DisplayClass42_0.<InitPage>b__0(IProgressIndicator pi)
 at JetBrains.ReSharper.Feature.Services.Refactorings.FunctionWrapper`1.ExecuteAction(IProgressIndicator pi)


— Outer —

— EXCEPTION #2/2 [LoggerException]
Message = “Not a valid identifier name”
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.1 EAP 5 D Build 112.0.20180326.210300-eap05d”
Data.SubProducts.#0 = “JetBrains dotCover 2018.1 EAP 5 D Build 2018.1.20180327.90358-eap05d”
Data.SubProducts.#1 = “JetBrains dotTrace 2018.1 EAP 5 D Build 2018.1.20180327.90403-eap05d”
Data.SubProducts.#2 = “JetBrains ReSharper C++ 2018.1 EAP 5 D Build 2018.1.20180327.90203-eap05d”
Data.SubProducts.#3 = “JetBrains TeamCity Add-in 2018.1 EAP 5 D Build 2018.1.20180327.90208-eap05d”
Data.SubProducts.#4 = “JetBrains ReSharper 2018.1 EAP 5 D Build 2018.1.20180327.90211-eap05d”
Data.SubProducts.#5 = “JetBrains dotMemory 2018.1 EAP 5 D Build 2018.1.20180327.90402-eap05d”
Data.SccRevisionEnv = “
Platform\Core\Shell:
    git::refs/heads/wave12::a65b9dffcb3dd34ca8ea9f95c38272c9a33d3399


Platform\VisualStudio:
    git::refs/heads/wave12::d337ce2cb88db4ce1bee01229269f4b8a696cdf9

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

RSRP-469003: Implicit UniversalModuleReferenceContext detected. Use CompilationContextCookie

$
0
0
Reporter Lilia Shamsutdinova (Lilia.Shamsutdinova) Lilia Shamsutdinova (Lilia.Shamsutdinova)
Created Mar 30, 2018 6:14:13 PM
Updated Apr 20, 2018 1:07:20 PM
Resolved Apr 9, 2018 5:04:05 PM
Subsystem Refactorings
Assignee Alisa Afonina (alisa.afonina)
Priority Critical
State Verified
Type Exception
Fix version 2018.1
Affected versions 2018.1
Fixed In Version ReSharper 2018.1 EAP 8
VsVersion All Versions
ReSharperPlatformVs14 Wave 12 — JetBrains ReSharper Ultimate 2018.1 EAP 6 D Build 112.0.20180330.30818-eap06d

JetBrains dotCover 2018.1 EAP 6 D Build 2018.1.20180330.50619-eap06d
JetBrains dotMemory 2018.1 EAP 6 D Build 2018.1.20180330.50622-eap06d
JetBrains dotTrace 2018.1 EAP 6 D Build 2018.1.20180330.53057-eap06d
JetBrains ReSharper 2018.1 EAP 6 D Build 2018.1.20180330.31812-eap06d
JetBrains ReSharper C++ 2018.1 EAP 6 D Build 2018.1.20180330.31815-eap06d
JetBrains TeamCity Add-in 2018.1 EAP 6 D Build 2018.1.20180330.31816-eap06d

Implicit UniversalModuleReferenceContext detected. Use CompilationContextCookie

— EXCEPTION #1/1 [LoggerException]
Message = “Implicit UniversalModuleReferenceContext detected. Use CompilationContextCookie”
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.1 EAP 6 D Build 112.0.20180330.30818-eap06d”
Data.SubProducts.#0 = “JetBrains dotCover 2018.1 EAP 6 D Build 2018.1.20180330.50619-eap06d”
Data.SubProducts.#1 = “JetBrains dotTrace 2018.1 EAP 6 D Build 2018.1.20180330.53057-eap06d”
Data.SubProducts.#2 = “JetBrains ReSharper C++ 2018.1 EAP 6 D Build 2018.1.20180330.31815-eap06d”
Data.SubProducts.#3 = “JetBrains TeamCity Add-in 2018.1 EAP 6 D Build 2018.1.20180330.31816-eap06d”
Data.SubProducts.#4 = “JetBrains ReSharper 2018.1 EAP 6 D Build 2018.1.20180330.31812-eap06d”
Data.SubProducts.#5 = “JetBrains dotMemory 2018.1 EAP 6 D Build 2018.1.20180330.50622-eap06d”
Data.SccRevisionEnv = “
Platform\Core\Shell:
    git::refs/heads/wave12::f77d4bd0f4a27f561da3b3205b878a6538465a0f


Platform\VisualStudio:
    git::refs/heads/wave12::a5e24cdb39368fa258fdf16eaf220d5b467255ac

Data.VsVersion = 14.0.25431.1
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
 at JetBrains.Util.Logging.Logger.Fail(String messageText)
 at JetBrains.Util.Logging.Logger.Fail(String messageText)
 at JetBrains.ReSharper.Psi.CompilationContextCookie.GetContext()
 at JetBrains.ReSharper.Psi.Caches.SymbolCache.CaseSensitiveSymbolScope.GetTypeElementsByCLRName(IClrTypeName clrTypeName)
 at JetBrains.ReSharper.Psi.Impl.Types.DeclaredTypeFromCLRName.GetTypeElementNoRetargeting()
 at JetBrains.ReSharper.Psi.Impl.Types.DeclaredTypeBase.GetTypeElement()
 at JetBrains.ReSharper.Psi.Util.TypesUtil.IsTypeElementType[TTypeElement](IType type)
 at JetBrains.ReSharper.Psi.Util.TypesUtil.IsInterfaceType(IType type)
 at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source, Func`2 predicate)
 at JetBrains.ReSharper.Psi.Impl.OverridableMemberImpl.<GetImmediateImplement>d__9.MoveNext()
 at JetBrains.ReSharper.Psi.Impl.OverridableMemberImpl.<GetImmediateSuperMembers>d__8.MoveNext()
 at JetBrains.ReSharper.Psi.Impl.OverridableMemberImpl.GetSuperMembers(OverridableMemberInstance member, Boolean searchQuasi, IProgressIndicator progressIndicator, Boolean consumeRootOnly)
 at JetBrains.ReSharper.Refactorings.MoveMembers.ImplExtractSuperclass.ExtractSuperclassDataModel.IsReferenced(DeclaredElementInfo info)
 at JetBrains.ReSharper.Refactorings.MoveMembers.Analysis.MoveDataModel.SelectDependent()
 at JetBrains.Platform.RdFramework.Util.ReactiveEx.<>c__DisplayClass1_0.<Advise>b__0(RdVoid _)
 at JetBrains.Platform.RdFramework.Util.Signal`1.Fire0(Action`1[] listeners, T value)
 at JetBrains.Platform.RdFramework.Util.Signal`1.Fire(T value)
 at JetBrains.Platform.RdFramework.Impl.RdSignal`1.Fire(T value)
 at JetBrains.Platform.RdFramework.Util.ReactiveEx.Fire(ISource`1 me)
 at JetBrains.PsiFeatures.UIInteractive.Refactorings.CommonUI.RefactoringWindows.DependentMembersControlWpf.<>c__DisplayClass1_0.<OnDependentClick>b__0()
 at JetBrains.Application.Threading.IShellLocksEx.ExecuteWithReadLock(IShellLocks thіs, Action F)
 at JetBrains.ReSharper.Resources.Shell.ReadLockCookie.<>c__DisplayClass7_0.<GuardedExecute>b__0()
 at JetBrains.Threading.ReentrancyGuard.Execute(String name, Action action)
 at JetBrains.ReSharper.Resources.Shell.ReadLockCookie.GuardedExecute(Action action)
 at JetBrains.PsiFeatures.UIInteractive.Refactorings.CommonUI.RefactoringWindows.DependentMembersControlWpf.OnDependentClick(Object sender, RoutedEventArgs e)
 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.Controls.Primitives.ButtonBase.OnClick()
 at System.Windows.Controls.Button.OnClick()
 at System.Windows.Controls.Primitives.ButtonBase.OnMouseLeftButtonUp(MouseButtonEventArgs e)
 at System.Windows.UIElement.OnMouseLeftButtonUpThunk(Object sender, MouseButtonEventArgs e)
 at System.Windows.Input.MouseButtonEventArgs.InvokeEventHandler(Delegate genericHandler, Object genericTarget)
 at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
 at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
 at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
 at System.Windows.UIElement.ReRaiseEventAs(DependencyObject sender, RoutedEventArgs args, RoutedEvent newEvent)
 at System.Windows.UIElement.OnMouseUpThunk(Object sender, MouseButtonEventArgs e)
 at System.Windows.Input.MouseButtonEventArgs.InvokeEventHandler(Delegate genericHandler, Object genericTarget)
 at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
 at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
 at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
 at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
 at System.Windows.UIElement.RaiseTrustedEvent(RoutedEventArgs args)
 at System.Windows.UIElement.RaiseEvent(RoutedEventArgs args, Boolean trusted)
 at System.Windows.Input.InputManager.ProcessStagingArea()
 at System.Windows.Input.InputManager.ProcessInput(InputEventArgs input)
 at System.Windows.Input.InputProviderSite.ReportInput(InputReport inputReport)
 at System.Windows.Interop.HwndMouseInputProvider.ReportInput(IntPtr hwnd, InputMode mode, Int32 timestamp, RawMouseActions actions, Int32 x, Int32 y, Int32 wheel)
 at System.Windows.Interop.HwndMouseInputProvider.FilterMessage(IntPtr hwnd, WindowMessage msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
 at System.Windows.Interop.HwndSource.InputFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
 at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
 at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
 at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
 at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
 at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
 at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)

RSRP-469004: Implicit UniversalModuleReferenceContext detected. Use CompilationContextCookie

$
0
0
Reporter Lilia Shamsutdinova (Lilia.Shamsutdinova) Lilia Shamsutdinova (Lilia.Shamsutdinova)
Created Mar 30, 2018 6:16:04 PM
Updated Apr 20, 2018 1:09:12 PM
Resolved Apr 9, 2018 5:04:08 PM
Subsystem Refactorings
Assignee Alisa Afonina (alisa.afonina)
Priority Critical
State Verified
Type Exception
Fix version 2018.1
Affected versions 2018.1
Fixed In Version ReSharper 2018.1 EAP 8
VsVersion All Versions
ReSharperPlatformVs14 Wave 12 — JetBrains ReSharper Ultimate 2018.1 EAP 6 D Build 112.0.20180330.30818-eap06d

JetBrains dotCover 2018.1 EAP 6 D Build 2018.1.20180330.50619-eap06d
JetBrains dotMemory 2018.1 EAP 6 D Build 2018.1.20180330.50622-eap06d
JetBrains dotTrace 2018.1 EAP 6 D Build 2018.1.20180330.53057-eap06d
JetBrains ReSharper 2018.1 EAP 6 D Build 2018.1.20180330.31812-eap06d
JetBrains ReSharper C++ 2018.1 EAP 6 D Build 2018.1.20180330.31815-eap06d
JetBrains TeamCity Add-in 2018.1 EAP 6 D Build 2018.1.20180330.31816-eap06d

Implicit UniversalModuleReferenceContext detected. Use CompilationContextCookie

— EXCEPTION #1/1 [LoggerException]
Message = “Implicit UniversalModuleReferenceContext detected. Use CompilationContextCookie”
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.1 EAP 6 D Build 112.0.20180330.30818-eap06d”
Data.SubProducts.#0 = “JetBrains dotCover 2018.1 EAP 6 D Build 2018.1.20180330.50619-eap06d”
Data.SubProducts.#1 = “JetBrains dotTrace 2018.1 EAP 6 D Build 2018.1.20180330.53057-eap06d”
Data.SubProducts.#2 = “JetBrains ReSharper C++ 2018.1 EAP 6 D Build 2018.1.20180330.31815-eap06d”
Data.SubProducts.#3 = “JetBrains TeamCity Add-in 2018.1 EAP 6 D Build 2018.1.20180330.31816-eap06d”
Data.SubProducts.#4 = “JetBrains ReSharper 2018.1 EAP 6 D Build 2018.1.20180330.31812-eap06d”
Data.SubProducts.#5 = “JetBrains dotMemory 2018.1 EAP 6 D Build 2018.1.20180330.50622-eap06d”
Data.SccRevisionEnv = “
Platform\Core\Shell:
    git::refs/heads/wave12::f77d4bd0f4a27f561da3b3205b878a6538465a0f


Platform\VisualStudio:
    git::refs/heads/wave12::a5e24cdb39368fa258fdf16eaf220d5b467255ac

Data.VsVersion = 14.0.25431.1
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
 at JetBrains.Util.Logging.Logger.Fail(String messageText)
 at JetBrains.Util.Logging.Logger.Fail(String messageText)
 at JetBrains.ReSharper.Psi.CompilationContextCookie.GetContext()
 at JetBrains.ReSharper.Psi.Impl.Types.DeclaredTypeBase.GetTypeElement()
 at JetBrains.ReSharper.Psi.DeclaredTypeExtensions.GetSuperTypes(IDeclaredType type)
 at JetBrains.ReSharper.Psi.Impl.OverridableMemberImpl.FindMembersInSuperInterfaces(OverridableMemberInstance member, IDeclaredType type, HashSet`1 visited, HashSet`1 ignored)
 at JetBrains.ReSharper.Psi.Impl.OverridableMemberImpl.<GetImmediateImplement>d__9.MoveNext()
 at JetBrains.ReSharper.Psi.Impl.OverridableMemberImpl.<GetImmediateSuperMembers>d__8.MoveNext()
 at JetBrains.ReSharper.Psi.Impl.OverridableMemberImpl.GetSuperMembers(OverridableMemberInstance member, Boolean searchQuasi, IProgressIndicator progressIndicator, Boolean consumeRootOnly)
 at JetBrains.ReSharper.Refactorings.MoveMembers.ImplExtractSuperclass.ExtractSuperclassDataModel.IsReferenced(DeclaredElementInfo info)
 at JetBrains.ReSharper.Refactorings.MoveMembers.Analysis.MoveDataModel.SelectDependent()
 at JetBrains.Platform.RdFramework.Util.ReactiveEx.<>c__DisplayClass1_0.<Advise>b__0(RdVoid _)
 at JetBrains.Platform.RdFramework.Util.Signal`1.Fire0(Action`1[] listeners, T value)
 at JetBrains.Platform.RdFramework.Util.Signal`1.Fire(T value)
 at JetBrains.Platform.RdFramework.Impl.RdSignal`1.Fire(T value)
 at JetBrains.Platform.RdFramework.Util.ReactiveEx.Fire(ISource`1 me)
 at JetBrains.PsiFeatures.UIInteractive.Refactorings.CommonUI.RefactoringWindows.DependentMembersControlWpf.<>c__DisplayClass1_0.<OnDependentClick>b__0()
 at JetBrains.Application.Threading.IShellLocksEx.ExecuteWithReadLock(IShellLocks thіs, Action F)
 at JetBrains.ReSharper.Resources.Shell.ReadLockCookie.<>c__DisplayClass7_0.<GuardedExecute>b__0()
 at JetBrains.Threading.ReentrancyGuard.Execute(String name, Action action)
 at JetBrains.ReSharper.Resources.Shell.ReadLockCookie.GuardedExecute(Action action)
 at JetBrains.PsiFeatures.UIInteractive.Refactorings.CommonUI.RefactoringWindows.DependentMembersControlWpf.OnDependentClick(Object sender, RoutedEventArgs e)
 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.Controls.Primitives.ButtonBase.OnClick()
 at System.Windows.Controls.Button.OnClick()
 at System.Windows.Controls.Primitives.ButtonBase.OnMouseLeftButtonUp(MouseButtonEventArgs e)
 at System.Windows.UIElement.OnMouseLeftButtonUpThunk(Object sender, MouseButtonEventArgs e)
 at System.Windows.Input.MouseButtonEventArgs.InvokeEventHandler(Delegate genericHandler, Object genericTarget)
 at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
 at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
 at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
 at System.Windows.UIElement.ReRaiseEventAs(DependencyObject sender, RoutedEventArgs args, RoutedEvent newEvent)
 at System.Windows.UIElement.OnMouseUpThunk(Object sender, MouseButtonEventArgs e)
 at System.Windows.Input.MouseButtonEventArgs.InvokeEventHandler(Delegate genericHandler, Object genericTarget)
 at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
 at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
 at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
 at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
 at System.Windows.UIElement.RaiseTrustedEvent(RoutedEventArgs args)
 at System.Windows.UIElement.RaiseEvent(RoutedEventArgs args, Boolean trusted)
 at System.Windows.Input.InputManager.ProcessStagingArea()
 at System.Windows.Input.InputManager.ProcessInput(InputEventArgs input)
 at System.Windows.Input.InputProviderSite.ReportInput(InputReport inputReport)
 at System.Windows.Interop.HwndMouseInputProvider.ReportInput(IntPtr hwnd, InputMode mode, Int32 timestamp, RawMouseActions actions, Int32 x, Int32 y, Int32 wheel)
 at System.Windows.Interop.HwndMouseInputProvider.FilterMessage(IntPtr hwnd, WindowMessage msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
 at System.Windows.Interop.HwndSource.InputFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
 at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
 at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
 at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
 at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
 at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
 at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
Viewing all 106942 articles
Browse latest View live


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