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

RSRP-471501: ReSpeller sometimes uses snippet/template name instead of actual member name

$
0
0
Reporter Matvei Stefarov (Matvei.Stefarov) Matvei Stefarov (Matvei.Stefarov)
Created Sep 14, 2018, 12:03:33 AM
Updated Mar 7, 2019, 4:00:12 PM
Subsystem ReSpeller
Assignee Artem Bukhonov (Artem.Bukhonov)
Priority Major
State Submitted
Type Bug
Fix version Backlog
Affected versions No Affected versions
Fixed In Version ReSharper Undefined
VsVersion VS 2015
Branch No branch
I added a constructor to my class by using the ".ctor" snippet/template. ReSpeller is telling me that there is a typo in ".ctor", rather than reporting a typo in "GdalWfsLayer". See attached screenshot.

Using JetBrains ReSharper Ultimate 2018.2.3 in VisualStudio 2017 Pro 15.8.4

RSRP-466764: [Performance Report] [PERFORMANCE] Very poor performance when much files are opened (Switch through and closing very slow and hangs VS)

$
0
0
Reporter Manuel (manuel4y) Manuel (manuel4y)
Created Oct 24, 2017, 2:28:57 AM
Updated Mar 7, 2019, 4:01:17 PM
Resolved Jun 4, 2018, 1:22:53 PM
Subsystem No Subsystem
Assignee Sergey Kuks (coox)
Priority Show-stopper
State Verified
Type Performance Problem
Fix version 2017.3
Affected versions 2017.2.2
Fixed In Version ReSharper Undefined
VsVersion All Versions
Branch No branch
Evaluator: False
OS Version: Microsoft Windows NT 10.0.16299.0
Product: dotCover, Version: 2017.2.20171006.131113
Product: dotTrace, Version: 2017.2.20171006.131127
Product: ReSharper, Version: 2017.2.20171006.123800
Product: dotMemory, Version: 2017.2.20171006.131009
Time Zone: W. Europe Standard Time

Description

When many files are opened in VS, switch through all this files are very slow and freeze VS.
The same issue when close file for file with an shortcut (here ctrl+w). VS hangs and freeze completely.

Issue are reported to VS: https://developercommunity.visualstudio.com/content/problem/130342/close-current-file-does-take-to-long-vs-1550-previ.html

Visual Studio 15.4.1 worked fine.
15.5.0-pre.2.0 FREEZES and HANGS.

Please help us.

RSRP-472835: Alt+Down should open autocompletion in textboxes

$
0
0
Reporter Katya Kulikova (Katya.Kulikova) Katya Kulikova (Katya.Kulikova)
Created Dec 26, 2018, 10:14:38 PM
Updated Mar 7, 2019, 4:03:46 PM
Subsystem Refactorings
Assignee Alisa Afonina (alisa.afonina)
Priority Normal
State Submitted
Type Feature
Fix version Backlog
Affected versions 2019.1
Fixed In Version ReSharper Undefined
VsVersion All Versions
Branch No branch

RSRP-460242: Solution is leaked on PushPullTool.CallPresentation on WPF binding

$
0
0
Reporter Sergey Kuks (coox) Sergey Kuks (coox)
Created Aug 11, 2016, 3:17:51 PM
Updated Mar 7, 2019, 4:07:54 PM
Subsystem Refactorings
Assignee Lilia Shamsutdinova (Lilia.Shamsutdinova)
Priority Normal
State To Reproduce
Type Performance Problem
Fix version No Fix versions
Affected versions 2016.3
Fixed In Version ReSharper Undefined
VsVersion All Versions
Branch No branch

RSRP-473759: Unity project references are not understood by Resharper

$
0
0
Reporter Maria Pleskunina (Maria.Pleskunina) Maria Pleskunina (Maria.Pleskunina)
Created Mar 6, 2019, 6:58:24 PM
Updated Mar 7, 2019, 4:14:56 PM
Subsystem Platform - Project Model
Assignee Kirill Falk (kfalk)
Priority Major
State To Reproduce
Type Bug
Fix version No Fix versions
Affected versions 2018.3.4
Fixed In Version ReSharper Undefined
VsVersion All Versions
Branch No branch
  1. Create a Unity project in Unity
  2. Create a script in Unity
  3. Open the script in Visual Studio with Resharper installed
  4. Add a new .net project to the solution in VS
  5. Add a Reference to the Unity project from the new project
  6. Try accessing the Unity project's code from the new project.

ERROR: while the solution compiles, Resharper can't see the Unity project from the new project - there are reference errors, red identifiers, usings, etc.

RSRP-473778: Postfix templates: override live templates with the same name

$
0
0
Reporter Alexander Shvedov (shvedov) Alexander Shvedov (shvedov)
Created Mar 7, 2019, 4:22:07 PM
Updated Mar 7, 2019, 4:22:07 PM
Subsystem IntelliSense (Code Completion)
Assignee Alexander Shvedov (shvedov)
Priority Critical
State Open
Type Bug
Fix version 2019.2
Affected versions No Affected versions
Fixed In Version ReSharper Undefined
VsVersion All Versions
Branch No branch

Just like we do for keywords + live templates.
See the ignored test in postfix completion tests.

RSRP-473141: The modifier 'readonly' is not valid for explicit interface implementation. Strange analyser error

$
0
0
Reporter Vladislav Shimkovich (akulist) Vladislav Shimkovich (akulist)
Created Jan 23, 2019, 1:32:31 PM
Updated Mar 7, 2019, 4:25:11 PM
Subsystem Code Analysis - C#
Assignee Alexander Shvedov (shvedov)
Priority Major
State Submitted
Type Bug
Fix version No Fix versions
Affected versions No Affected versions
Fixed In Version ReSharper Undefined
VsVersion All Versions
Branch No branch

This is C# 7.3 netFramework 4.7.1 Unity(auto-generated) project.
Rider (2018.3) states strange error: The modifier 'readonly' is not valid for explicit interface implementation.

I have interface with readonly ref properties.
In the implementing class I want to have both implicit and explicit implementations. Implicit is ok, but with explicit, rider states an error "The modifier 'readonly' is not valid for explicit interface implementation." Though the project builds succesfully.

Not sure if it an ide bug but not found any info about this issue.
Is there any problem with the code?

Sample code:

public interface IA
{
    ref readonly MyStruct Getter { get; }
}

public struct MyStruct
{
    private int i;
}
public class A : IA
{
    private MyStruct i;
    public ref MyStruct Getter => ref i;
    // this is also ok!!
    // public ref readonly MyStruct Getter => ref i;
    ref readonly MyStruct IA.Getter => ref i;
}

Error:

enter image description here

RSRP-473757: In our windows with tabs (Find usage, Optimize references, etc) troubles with restoring content

$
0
0
Reporter Maltseva Ekaterina (Maltseva.Ekaterina) Maltseva Ekaterina (Maltseva.Ekaterina)
Created Mar 6, 2019, 3:27:07 PM
Updated Mar 7, 2019, 4:33:26 PM
Subsystem UI
Assignee Daniel Degtyarev (daniel.degtyarev)
Priority Show-stopper
State In Progress
Type Bug
Fix version 2019.1
Affected versions 2019.1
Fixed In Version ReSharper Undefined
VsVersion VS 2017
Branch No branch

STR:
Open Find usage for an object - it opens like a tab on the form 'Find results'
Open another one Find usage for another object - you'll get two tabs
Click on the second tab - it shows content. Click on the close button on the tab - the first tab becomes an active but content doesn't restore


RSRP-473437: Slow solution loading and slow typing if resharper is installed

$
0
0
Reporter Andreas Lamparter (AndreasLamparter) Andreas Lamparter (AndreasLamparter)
Created Feb 14, 2019, 10:04:14 AM
Updated Mar 7, 2019, 4:34:03 PM
Subsystem Platform - VS Integration
Assignee Sergey Kuks (coox)
Priority Normal
State Open
Type Performance Problem
Fix version No Fix versions
Affected versions No Affected versions
Fixed In Version ReSharper Undefined
VsVersion All Versions
Branch No branch

We have definitly a performance probelm with visual studio, if resharper is installed. The solution loading and slow typing is a big problem. We are Team of 10 Developers and all have the same problem. The solution has 134 projects. what files do you need to tracing?

Best regards
Andreas

RSRP-473781: Convert Property to Method(s) refactoring on a property with null-conditional operators on usages will remove the null-conditional operator.

$
0
0
Reporter Mathias Stenbom (mathias.4) Mathias Stenbom (mathias.4)
Created Mar 7, 2019, 2:52:38 PM
Updated Mar 7, 2019, 4:45:40 PM
Subsystem Refactorings
Assignee Alisa Afonina (alisa.afonina)
Priority Normal
State Submitted
Type Bug
Fix version No Fix versions
Affected versions No Affected versions
Fixed In Version ReSharper Undefined
VsVersion All Versions
Branch No branch

When I refactor AProperty to a getter method, the ? operator is removed from its usage.

The resulting usage line will be changed from: var v = a?.AProperty;
to: var v = a.GetAProperty();
I would expect it to change to: var v = a?.GetAProperty();

public class UsingClass
{
    public void Method()
    {
        var a = new AClass();
        var v = a?.AProperty;
    }
}

public class AClass
{
    private string _aProperty;

    public string AProperty
    {
        get { return _aProperty; }
    }
}

RSRP-473780: "Keep" should be selected by default ReSharper 8 in installer

$
0
0
Reporter Alexandra Guk (Alexandra.Guk) Alexandra Guk (Alexandra.Guk)
Created Mar 7, 2019, 4:32:06 PM
Updated Mar 7, 2019, 4:47:09 PM
Subsystem Installation
Assignee Denis Korneev (Denis.Korneev)
Priority Normal
State Submitted
Type Bug
Fix version No Fix versions
Affected versions 2018.3.3, 2018.3.4
Fixed In Version ReSharper Undefined
VsVersion All Versions
Branch No branch
Also, I am still stuck on VS2008 due to some Compact Framework projects. Your installer insists on attempting to remove the last R# version for VS2008. I would appreciate it if you went back to the old behavior that left it alone. I can remove it if I ever need to, please don't do it by default!

RSRP-471330: MsTest option to use the runsettings file selected in VS UI does not work anymore, settings are not loaded.

$
0
0
Reporter Sven Heitmann (sheitmann) Sven Heitmann (sheitmann)
Created Aug 31, 2018, 1:04:13 PM
Updated Mar 7, 2019, 4:47:22 PM
Subsystem Unit Testing
Assignee Eugene Strizhok (Eugene.Strizhok)
Priority Normal
State Submitted
Type Bug
Fix version 2019.1
Affected versions 2018.3.3, 2018.2.1
Fixed In Version ReSharper Undefined
VsVersion VS 2017
Branch No branch

My scenario:

  • I have C# UnitTests for MsTest
  • I have selected a .runsettings file in VS.
  • I have set the R# MsTest option to use the runsettings file from VS UI

When I run the test with visual studio test, it works as expected.
When I run the test with R# the fails because the settings are not loaded.

When I change R# MsTest option and specify the file directly, R# can successful run the tests.
So it seem R# is not finding my VS UI setting anymore.

RSRP-473320: MSTests not run when custom testsettings file is specified along with selected "Use .runconfig/.testsettings selected in VS UI"

$
0
0
Reporter Angelina Elycheva (Angelina.Elycheva) Angelina Elycheva (Angelina.Elycheva)
Created Feb 7, 2019, 9:39:15 PM
Updated Mar 7, 2019, 4:47:22 PM
Subsystem Unit Testing
Assignee Eugene Strizhok (Eugene.Strizhok)
Priority Major
State Reopened
Type Bug
Fix version 2019.1
Affected versions 2018.3.2
Fixed In Version ReSharper Undefined
VsVersion All Versions
Branch 191-ut-mstest-vs16
1. Open attached MSTest project
2. Go to Options | Tools | Unit Testing | Test Frameworkd | MSTest and specify custom testsettings file
3. Switch back to "Use .runconfig/.testsettings selected in VS UI"
4. Save settings
5. Run test

Result: Test isn't run as inconclusive. Error message:
2019.02.07 21:11:07.284   ERROR JetBrains.ReSharper.UnitTestFramework.Exceptions.MissingDataException: The settings file <c:\test.testsettings>, specified in the MSTestAdapter settings, is not available. Either access to the file is denied or the file does not exist. Ensure that the test settings file is available and try again.
at JetBrains.ReSharper.UnitTesting.MSTest.Provider.Execution.MsTestExecutionProtocol.RunSettingsGenerator.TryLoadRunSettings(String existingRunSettingsFile, Boolean createFromTemplateIfNotExists)
at JetBrains.ReSharper.UnitTesting.MSTest.Provider.Execution.MsTestExecutionProtocol.RunSettingsGenerator.Generate(String existingRunSettingsFile, Boolean createFromTemplateIfNotExists)
at JetBrains.ReSharper.UnitTesting.MSTest.Provider.DotNetCore.V2.MsTestDotNetVsTestRunSettingsProvider.GetRunSettings(IProject project, TargetFrameworkId targetFrameworkId, TargetPlatform targetPlatform, Boolean createFromTemplateIfNotExists, ILogger logger)
at JetBrains.ReSharper.UnitTestFramework.DotNetCore.DotNetVsTest.DotNetVsTestExecution.SendGetProcessStartInfo()
at Appccelerate.StateMachine.Machine.ActionHolders.ArgumentLessActionHolder.Execute(Object argument)
at Appccelerate.StateMachine.Machine.States.State`2.ExecuteEntryAction(IActionHolder actionHolder, ITransitionContext`2 context)
2019.02.07 21:11:07.285 WARN Element ResharperTestUnitTests.UnitTest1.TestMethod1 was left pending after its run completion.

RSRP-472723: Intellisense and build issues

$
0
0
Reporter Loic MORVAN (loic.morvan) Loic MORVAN (loic.morvan)
Created Dec 13, 2018, 8:30:31 PM
Updated Mar 7, 2019, 4:47:44 PM
Subsystem Platform - VS Integration
Assignee Sergey Kuks (coox)
Priority Normal
State Open
Type Bug
Fix version No Fix versions
Affected versions 2018.3, 2018.2.3
Fixed In Version ReSharper Undefined
VsVersion VS 2017
Branch No branch

I have a solution with 90 projects that mixes vcxprojs, old fashioned csprojs and new fashioned csprojs (netcore).

On the old-fashioned csprojs, Intellisense does not find types declared by other projects and their build order is not taken into account while building, leading to failed builds (building again and again will end up with a successful completion as dlls from other projects are successfully built).

To be exact, all works well (Intellisense, build order) until someday it (randomly?) happens on a computer.
Starting from that point, nothing seems to fix it: neither "git clean -fdx" to remove all files not related to the source code from the repository, nor deleting Resharper Caches.

I was not able to reproduce this issue on a simple example... but half of my colleagues have that same issue.

RSRP-473536: Exploration of using FAILED One or more errors occurred. Executable fi

$
0
0
Reporter Sergey Kuks (coox) Sergey Kuks (coox)
Created Feb 20, 2019, 5:50:48 PM
Updated Mar 7, 2019, 4:50:12 PM
Resolved Mar 7, 2019, 4:50:12 PM
Subsystem Unit Testing
Assignee Eugene Strizhok (Eugene.Strizhok)
Priority Normal
State Duplicate
Type Exception
Fix version No Fix versions
Affected versions No Affected versions
Fixed In Version ReSharper Undefined
VsVersion All Versions
Branch No branch

ReSharperPlatformVs16 Wave 191 Hive _0dccb533ReSharper — JetBrains ReSharper Ultimate 2019.1 EAP 1 D Build 191.0.20190215.0-eap01d

JetBrains ReSharper 2019.1 EAP 1 D Build 2019.1.20190215.0-eap01d
JetBrains TeamCity Add-in 2019.1 EAP 1 D Build 2019.1.20190215.0-eap01d

Exploration of <UnitTestProject1,.NETFramework,Version=v4.6.1> using <MSTest,MsTestMetadataExplorer> FAILED One or more errors occurred. Executable file to start couldn't be found on path 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Preview\Common7\IDE\CommonExtensions\Microsoft\TestWindow\vstest.discoveryengine.x86.exe' The system cannot find the file specified

--- EXCEPTION #1/4 [Win32Exception]
Message = “The system cannot find the file specified”
ExceptionPath = Root.InnerException.InnerException.InnerException
NativeErrorCode = 2
ClassName = System.ComponentModel.Win32Exception
HResult = E_FAIL=EFail=80004005
Source = System
StackTraceString = “
at System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo)
at System.Diagnostics.Process.Start()
at JetBrains.ReSharper.UnitTestFramework.Processes.PreparedProcess.Start() in C:\Work\ReSharper\Main\Psi.Features\UnitTesting_Core\Src\New2\Processes\PreparedProcess.cs:line 126

--- Outer ---

--- EXCEPTION #2/4 [FileNotFoundException]
Message = “Executable file to start couldn't be found on path 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Preview\Common7\IDE\CommonExtensions\Microsoft\TestWindow\vstest.discoveryengine.x86.exe'”
ExceptionPath = Root.InnerException.InnerException
ClassName = System.IO.FileNotFoundException
InnerException = “Exception #1 at Root.InnerException.InnerException.InnerException”
HResult = COR_E_FILENOTFOUND=E_FILENOTFOUND=80070002
Source = JetBrains.ReSharper.UnitTestFramework
StackTraceString = “
at JetBrains.ReSharper.UnitTestFramework.Processes.PreparedProcess.Start() in C:\Work\ReSharper\Main\Psi.Features\UnitTesting_Core\Src\New2\Processes\PreparedProcess.cs:line 140
at JetBrains.ReSharper.UnitTesting.MSTest.Provider.Execution.MsTestDiscoveryEnginePool.TestRunnerService.<>c__DisplayClass13_0.<StartProcessAndConnect>b__0(Lifetime lt) in C:\Work\ReSharper\Main\Psi.Features\UnitTesting\MSTest\Provider\Src\Execution\MsTestDiscoveryEnginePool.cs:line 137
at JetBrains.Lifetimes.LifetimeDefinition.ExecuteOrTerminateOnFail(Action1 atomicAction) in C:\Work\ReSharper\Main\Platform\Core\Shell\RdCore\Src\Lifetimes\LifetimeDefinition.cs:line 186 at JetBrains.Lifetimes.LifetimeDefinition..ctor(Lifetime parent, Action1 atomicAction) in C:\Work\ReSharper\Main\Platform\Core\Shell\RdCore\Src\Lifetimes\LifetimeDefinition.cs:line 147
at JetBrains.Lifetimes.SequentialLifetimes.Next(Action1 atomicAction) in C:\Work\ReSharper\Main\Platform\Core\Shell\RdCore\Src\Lifetimes\SequentialLifetimes.cs:line 40 at JetBrains.ReSharper.UnitTesting.MSTest.Provider.Execution.MsTestDiscoveryEnginePool.TestRunnerService.StartProcessAndConnect(Action1 onNext) in C:\Work\ReSharper\Main\Psi.Features\UnitTesting\MSTest\Provider\Src\Execution\MsTestDiscoveryEnginePool.cs:line 131
at JetBrains.ReSharper.UnitTesting.MSTest.Provider.Execution.MsTestDiscoveryEnginePool.TestRunnerService.InitializeConnection(IEnumerable`1 pathToAdditionalExtensions, Boolean loadOnlyWellKnownExtensions) in C:\Work\ReSharper\Main\Psi.Features\UnitTesting\MSTest\Provider\Src\Execution\MsTestDiscoveryEnginePool.cs:line 215
at JetBrains.ReSharper.UnitTesting.MSTest.Provider.Execution.MsTestDiscoveryProtocol.InitializeExtensions() in C:\Work\ReSharper\Main\Psi.Features\UnitTesting\MSTest\Provider\Src\Execution\MsTestDiscoveryProtocol.cs:line 185
at JetBrains.ReSharper.UnitTesting.MSTest.Provider.Execution.MsTestDiscoveryProtocol.<AllocateRunner>d__23.MoveNext() in C:\Work\ReSharper\Main\Psi.Features\UnitTesting\MSTest\Provider\Src\Execution\MsTestDiscoveryProtocol.cs:line 157

--- Outer ---

--- EXCEPTION #3/4 [AggregateException]
Message = “One or more errors occurred.”
ExceptionPath = Root.InnerException
ClassName = System.AggregateException
InnerException = “Exception #2 at Root.InnerException.InnerException”
HResult = COR_E_EXCEPTION=80131500
Source = mscorlib
InnerExceptions.#0 = “Exception #2 at Root.InnerException.InnerException”
StackTraceString = “
at System.AggregateException.Handle(Func`2 predicate)
at JetBrains.ReSharper.UnitTestFramework.Exploration.UnitTestArtifactExplorationRunner.<ExploreProject>d__9.MoveNext() in C:\Work\ReSharper\Main\Psi.Features\UnitTesting_Core\Src\New2\Exploration\UnitTestArtifactExplorationRunner.cs:line 111

--- Outer ---

--- EXCEPTION #4/4 [LoggerException]
Message = “Exploration of <UnitTestProject1,.NETFramework,Version=v4.6.1> using <MSTest,MsTestMetadataExplorer> FAILED One or more errors occurred.”
ExceptionPath = Root
ClassName = JetBrains.Util.LoggerException
Data.ManagedThreadName = <NULL>
Data.SccRevisionShell = “<there are no packages matching the criteria>”
Data.HostProductInfo = “JetBrains ReSharper Ultimate 2019.1 EAP 1 D Build 191.0.20190215.0-eap01d”
Data.SubProducts.#0 = “JetBrains TeamCity Add-in 2019.1 EAP 1 D Build 2019.1.20190215.0-eap01d”
Data.SubProducts.#1 = “JetBrains ReSharper 2019.1 EAP 1 D Build 2019.1.20190215.0-eap01d”
Data.SccRevisionEnv = “
Platform\Core\Shell,
Platform\VisualStudio:
git::refs/heads/191::5eb927e5c96b18e9d05c6e1e71ec7a96c07d0a9a

Data.VsVersion = 16.0.28608.199
Data.VsPreview = True
InnerException = “Exception #3 at Root.InnerException”
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
at JetBrains.Util.ILoggerEx.LogException(ILogger this, LoggingLevel level, Exception exception, ExceptionOrigin exceptionOrigin, String comment) in C:\Work\ReSharper\Main\Platform\Core\Shell\Core\Src\Logging\ILoggerEx.cs:line 824
at JetBrains.Util.ILoggerEx.Error(ILogger this, Exception exception, ExceptionOrigin origin, String comment) in C:\Work\ReSharper\Main\Platform\Core\Shell\Core\Src\Logging\ILoggerEx.cs:line 462
at JetBrains.ReSharper.UnitTestFramework.Exploration.UnitTestArtifactExplorationRunner.<ExploreProject>d__9.MoveNext() in C:\Work\ReSharper\Main\Psi.Features\UnitTesting_Core\Src\New2\Exploration\UnitTestArtifactExplorationRunner.cs:line 137
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.RunOrScheduleAction(Action action, Boolean allowInlining, Task& currentTask)
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.Task1.TrySetException(Object exceptionObject) at System.Threading.Tasks.TaskCompletionSource1.TrySetException(Exception exception)
at JetBrains.ReSharper.UnitTestFramework.Extensions.TaskExtensions.<>c__DisplayClass8_0.<Finally>b__0(Task t) in C:\Work\ReSharper\Main\Psi.Features\UnitTesting_Core\Src\New2\Extensions\TaskExtensions.cs:line 74
at System.Threading.Tasks.ContinuationTaskFromTask.InnerInvoke()
at System.Threading.Tasks.Task.Execute()
at System.Threading.Tasks.Task.ExecutionContextCallback(Object obj)
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot)
at System.Threading.Tasks.Task.ExecuteEntry(Boolean bPreventDoubleExecution)
at System.Threading.Tasks.Task.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem()
at System.Threading.ThreadPoolWorkQueue.Dispatch()
at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback()


RSRP-472598: Exploration of using FAILED Executable file to start couldn't be foun

$
0
0
Reporter Leon Zhou (leonzhousb) Leon Zhou (leonzhousb)
Created Dec 5, 2018, 2:57:28 AM
Updated Mar 7, 2019, 4:50:12 PM
Subsystem Unit Testing
Assignee Eugene Strizhok (Eugene.Strizhok)
Priority Show-stopper
State Fixed In Branch
Type Exception
Fix version 2019.1
Affected versions No Affected versions
Fixed In Version ReSharper Undefined
VsVersion VS 2019 Preview
Branch 191-ut-mstest-vs16

ReSharperPlatformVs16 Wave 183 Hive _b077261c — JetBrains ReSharper Ultimate 2018.3 EAP 7 Build 183.0.20181127.61205-eap07

JetBrains ReSharper 2018.3 EAP 7 Build 2018.3.20181127.62643-eap07

Exploration of <QueryHandlerTests,.NETFramework,Version=v4.6.2> using <MSTest,MsTestMetadataExplorer> FAILED Executable file to start couldn't be found on path 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Preview\Common7\IDE\CommonExtensions\Microsoft\TestWindow\vstest.discoveryengine.x86.exe' The system cannot find the file specified

--- EXCEPTION #1/3 [Win32Exception]
Message = “The system cannot find the file specified”
ExceptionPath = Root.InnerException.InnerException
NativeErrorCode = 2
ClassName = System.ComponentModel.Win32Exception
HResult = E_FAIL=EFail=80004005
Source = System
StackTraceString = “
at System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo)
at System.Diagnostics.Process.Start()
at JetBrains.ReSharper.UnitTestFramework.Processes.PreparedProcess.Start()

--- Outer ---

--- EXCEPTION #2/3 [FileNotFoundException]
Message = “Executable file to start couldn't be found on path 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Preview\Common7\IDE\CommonExtensions\Microsoft\TestWindow\vstest.discoveryengine.x86.exe'”
ExceptionPath = Root.InnerException
ClassName = System.IO.FileNotFoundException
InnerException = “Exception #1 at Root.InnerException.InnerException”
HResult = COR_E_FILENOTFOUND=E_FILENOTFOUND=80070002
Source = JetBrains.ReSharper.UnitTestFramework
StackTraceString = “
at JetBrains.ReSharper.UnitTestFramework.Processes.PreparedProcess.Start()
at JetBrains.ReSharper.UnitTesting.MSTest.Provider.Execution.MsTestDiscoveryEnginePool.TestRunnerService.<>c__DisplayClass13_0.<StartProcessAndConnect>b__0(LifetimeDefinition ltd, Lifetime lt)
at JetBrains.DataFlow.Lifetimes.Define(Lifetime lifetime, String id, Action2 FAtomic, ILog logger) at JetBrains.DataFlow.SequentialLifetimes.DefineNext(Action2 FNext)
at JetBrains.ReSharper.UnitTesting.MSTest.Provider.Execution.MsTestDiscoveryEnginePool.TestRunnerService.StartProcessAndConnect(Action1 onNext) at JetBrains.ReSharper.UnitTesting.MSTest.Provider.Execution.MsTestDiscoveryEnginePool.TestRunnerService.InitializeConnection(IEnumerable1 pathToAdditionalExtensions, Boolean loadOnlyWellKnownExtensions)
at JetBrains.ReSharper.UnitTesting.MSTest.Provider.Execution.MsTestDiscoveryProtocol.InitializeExtensions()
at JetBrains.ReSharper.UnitTesting.MSTest.Provider.Execution.MsTestDiscoveryProtocol.<AllocateRunner>d__23.MoveNext()

--- Outer ---

--- EXCEPTION #3/3 [LoggerException]
Message = “Exploration of <QueryHandlerTests,.NETFramework,Version=v4.6.2> using <MSTest,MsTestMetadataExplorer> FAILED Executable file to start couldn't be found on path 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Preview\Common7\IDE\CommonExtensions\Microsoft\TestWindow\vstest.discoveryengine.x86.exe'”
ExceptionPath = Root
ClassName = JetBrains.Util.LoggerException
Data.ManagedThreadName = <NULL>
Data.LastExtension = cs
Data.SccRevisionShell = “<there are no packages matching the criteria>”
Data.HostProductInfo = “JetBrains ReSharper Ultimate 2018.3 EAP 7 Build 183.0.20181127.61205-eap07”
Data.SubProducts.#0 = “JetBrains ReSharper 2018.3 EAP 7 Build 2018.3.20181127.62643-eap07”
Data.SccRevisionEnv = “
Platform\Core\Shell:
git::refs/heads/183-eap7::1b7fcbf9699a861695f9cc6ad0459df7be54c4a9

Platform\VisualStudio:
git::refs/heads/183-eap7

Data.VsVersion = 16.0.28329.73
Data.VsPreview = True
InnerException = “Exception #2 at Root.InnerException”
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
at JetBrains.ReSharper.UnitTestFramework.Exploration.UnitTestArtefactExplorationRunner.<ExploreProject>d__9.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.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem()
at System.Threading.ThreadPoolWorkQueue.Dispatch()
at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback()

RSRP-473726: Attempted to register conflicting mappings for the same text buffer Fytyh: documents C:\Work\ReSharper\Main\Psi.Features\VisualStudio\SinceVs14RoslynA

$
0
0
Reporter Sergey Kuks (coox) Sergey Kuks (coox)
Created Mar 4, 2019, 12:58:23 PM
Updated Mar 7, 2019, 4:58:26 PM
Resolved Mar 7, 2019, 4:58:26 PM
Subsystem Platform - VS Integration
Assignee Sergey Kuks (coox)
Priority Show-stopper
State Duplicate
Type Exception
Fix version 2019.1
Affected versions No Affected versions
Fixed In Version ReSharper Undefined
VsVersion All Versions
Branch No branch

ReSharperPlatformVs16 Wave 191 Hive _0dccb533 — JetBrains ReSharper Ultimate 2019.1 EAP 1 D Build 191.0.20190303.112701-eap01d

JetBrains ReSharper 2019.1 EAP 1 D Build 2019.1.20190303.113815-eap01d

Attempted to register conflicting mappings for the same text buffer Fytyh: documents C:\Work\ReSharper\Main\Psi.Features\VisualStudio\SinceVs14RoslynAware\Src\ExperimentalRoslynKiller\Daemon\RoslynDependentActions.cs id Tovin and C:\Work\ReSharper\Main\Psi.Features\VisualStudio\SinceVs14RoslynAware\Src\ExperimentalRoslynKiller\Daemon\RoslynDependentActions.cs id Fyfuv.

--- EXCEPTION #1/1 [LoggerException]
Message = “Attempted to register conflicting mappings for the same text buffer Fytyh: documents C:\Work\ReSharper\Main\Psi.Features\VisualStudio\SinceVs14RoslynAware\Src\ExperimentalRoslynKiller\Daemon\RoslynDependentActions.cs id Tovin and C:\Work\ReSharper\Main\Psi.Features\VisualStudio\SinceVs14RoslynAware\Src\ExperimentalRoslynKiller\Daemon\RoslynDependentActions.cs id Fyfuv.”
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 2019.1 EAP 1 D Build 191.0.20190303.112701-eap01d”
Data.SubProducts.#0 = “JetBrains ReSharper 2019.1 EAP 1 D Build 2019.1.20190303.113815-eap01d”
Data.SccRevisionEnv = “
Platform\Core\Shell,
Platform\VisualStudio:
git::refs/heads/191::77d5f60a4b54f3fc87866897dd902f051d7fa6e4

Data.VsVersion = 16.0.28625.133
Data.VsPreview = True
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
at JetBrains.VsIntegration.DocumentModel.DocumentToVsTextBufferMappingStorage.Register(Lifetime lifetime, VsDocumentCommon document, IVsTextBuffer textbuffer)
at JetBrains.VsIntegration.DocumentModel.Whidbey.VsDocumentWhidbey.<>c__DisplayClass21_0.<AttachToVsTextBuffer>b__0(Lifetime lifetime)
at JetBrains.Lifetimes.LifetimeDefinition.ExecuteOrTerminateOnFail(Action1 atomicAction) at JetBrains.Lifetimes.SequentialLifetimes.Next(Action1 atomicAction)
at JetBrains.VsIntegration.DocumentModel.Whidbey.VsDocumentWhidbey.AttachToVsTextBuffer(RunningDocumentId documentId, IVsTextBuffer textBuffer, IVsFileChangeEx vsFileChangeEx, VsDocumentModelSynchronization vsDocumentModelSynchronization, VsCommandProcessor vsCommandProcessor)
at JetBrains.VsIntegration.ProjectDocuments.VsDocumentManagerWhidbey.<OnRegisterTextBuffer>d__33.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 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.ReentrancyGuardTaskScheduler.ExecuteInternal(Task task)
at JetBrains.Application.Threading.Tasks.ReentrancyGuardTaskScheduler.<>c__DisplayClass9_0.<QueueTask>b__0()
at JetBrains.Threading.ReentrancyGuard.Execute(String name, Action action)
at JetBrains.Threading.ReentrancyGuard.ExecutePendingActions()
at JetBrains.Threading.JetDispatcher.Closure.Execute()
at JetBrains.Util.Concurrency.WinJetDispatcher.ProcessQueue(Int32 nMinBucket)
at JetBrains.Util.Concurrency.WinJetDispatcher.<>c__DisplayClass18_0.<BeginInvokeCore>b__0()
at System.Windows.Threading.DispatcherOperation.InvokeDelegateCore()
at System.Windows.Threading.DispatcherOperation.InvokeImpl()
at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
at MS.Internal.CulturePreservingExecutionContext.CallbackWrapper(Object obj)
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at MS.Internal.CulturePreservingExecutionContext.Run(CulturePreservingExecutionContext executionContext, ContextCallback callback, Object state)
at System.Windows.Threading.DispatcherOperation.Invoke()
at System.Windows.Threading.Dispatcher.ProcessQueue()
at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)

RSRP-473367: Attempted to register conflicting mappings for the same text buffer Zetam: documents “D:\Test Projects\ClassLibrary_Sharp_VB\XUnitTestProject1\NewFold

$
0
0
Reporter Lilia Shamsutdinova (Lilia.Shamsutdinova) Lilia Shamsutdinova (Lilia.Shamsutdinova)
Created Feb 12, 2019, 10:34:24 AM
Updated Mar 7, 2019, 4:58:26 PM
Subsystem Platform - VS Integration
Assignee Serge Baltic (baltic)
Priority Show-stopper
State Submitted
Type Exception
Fix version 2019.1
Affected versions 2019.1
Fixed In Version ReSharper Undefined
VsVersion All Versions
Branch No branch

ReSharperPlatformVs15 Wave 191 Hive _3f3919c0 — JetBrains ReSharper Ultimate 2019.1 EAP 1 D Build 191.0.20190211.203737-eap01d

JetBrains dotCover 2019.1 EAP 1 D Build 2019.1.20190212.40741-eap01d
JetBrains dotMemory 2019.1 EAP 1 D Build 2019.1.20190212.40744-eap01d
JetBrains dotTrace 2019.1 EAP 1 D Build 2019.1.20190212.40740-eap01d
JetBrains ReSharper 2019.1 EAP 1 D Build 2019.1.20190211.205102-eap01d
JetBrains ReSharper C++ 2019.1 EAP 1 D Build 2019.1.20190211.205055-eap01d
JetBrains TeamCity Add-in 2019.1 EAP 1 D Build 2019.1.20190211.205108-eap01d

Attempted to register conflicting mappings for the same text buffer Zetam: documents “D:\Test Projects\ClassLibrary_Sharp_VB\XUnitTestProject1\NewFolder\XUnitTestClass.cs” id Fytog and “D:\Test Projects\ClassLibrary_Sharp_VB\XUnitTestProject1\NewFolder_Another\NewFolder\XUnitTestClass.cs” id Xupip.

--- EXCEPTION #1/1 [LoggerException]
Message = “Attempted to register conflicting mappings for the same text buffer Zetam: documents “D:\Test Projects\ClassLibrary_Sharp_VB\XUnitTestProject1\NewFolder\XUnitTestClass.cs” id Fytog and “D:\Test Projects\ClassLibrary_Sharp_VB\XUnitTestProject1\NewFolder_Another\NewFolder\XUnitTestClass.cs” id Xupip.”
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 2019.1 EAP 1 D Build 191.0.20190211.203737-eap01d”
Data.SubProducts.#0 = “JetBrains dotCover 2019.1 EAP 1 D Build 2019.1.20190212.40741-eap01d”
Data.SubProducts.#1 = “JetBrains dotTrace 2019.1 EAP 1 D Build 2019.1.20190212.40740-eap01d”
Data.SubProducts.#2 = “JetBrains ReSharper C++ 2019.1 EAP 1 D Build 2019.1.20190211.205055-eap01d”
Data.SubProducts.#3 = “JetBrains TeamCity Add-in 2019.1 EAP 1 D Build 2019.1.20190211.205108-eap01d”
Data.SubProducts.#4 = “JetBrains ReSharper 2019.1 EAP 1 D Build 2019.1.20190211.205102-eap01d”
Data.SubProducts.#5 = “JetBrains dotMemory 2019.1 EAP 1 D Build 2019.1.20190212.40744-eap01d”
Data.SccRevisionEnv = “
Platform\Core\Shell:
git::refs/heads/191::483b1e7a760e033da935eeb65f7e50baa67378f6

Platform\VisualStudio:
git::refs/heads/191::bcc894f44b48b267c95393d962a5fad039e891bc

Data.VsVersion = 15.9.28307.344
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
at JetBrains.VsIntegration.DocumentModel.DocumentToVsTextBufferMappingStorage.Register(Lifetime lifetime, VsDocumentCommon document, IVsTextBuffer textbuffer)
at JetBrains.VsIntegration.DocumentModel.Whidbey.VsDocumentWhidbey.<>c__DisplayClass21_0.<AttachToVsTextBuffer>b__0(Lifetime lifetime)
at JetBrains.Lifetimes.SequentialLifetimes.<>c__DisplayClass4_0.<Next>b__0(LifetimeDefinition definition, Lifetime lifetime)
at JetBrains.Lifetimes.Lifetime.Define(Lifetime lifetime, String id, Action2 atomicAction) at JetBrains.Lifetimes.SequentialLifetimes.DefineNext(Action2 FNext)
at JetBrains.Lifetimes.SequentialLifetimes.Next(Action`1 FNext)
at JetBrains.VsIntegration.DocumentModel.Whidbey.VsDocumentWhidbey.AttachToVsTextBuffer(RunningDocumentId documentId, IVsTextBuffer textBuffer, IVsFileChangeEx vsFileChangeEx, VsDocumentModelSynchronization vsDocumentModelSynchronization, VsCommandProcessor vsCommandProcessor)
at JetBrains.VsIntegration.ProjectDocuments.VsDocumentManagerWhidbey.<OnRegisterTextBuffer>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 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.ReentrancyGuardTaskScheduler.ExecuteInternal(Task task)
at JetBrains.Application.Threading.Tasks.ReentrancyGuardTaskScheduler.<>c__DisplayClass9_0.<QueueTask>b__0()
at JetBrains.Threading.ReentrancyGuard.Execute(String name, Action action)
at JetBrains.Threading.ReentrancyGuard.ExecutePendingActions()
at JetBrains.Threading.JetDispatcher.Closure.Execute()
at JetBrains.Util.Concurrency.WinJetDispatcher.ProcessQueue(Int32 nMinBucket)
at JetBrains.Util.Concurrency.WinJetDispatcher.<>c__DisplayClass18_0.<BeginInvokeCore>b__0()
at System.Windows.Threading.DispatcherOperation.InvokeDelegateCore()
at System.Windows.Threading.DispatcherOperation.InvokeImpl()
at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
at MS.Internal.CulturePreservingExecutionContext.CallbackWrapper(Object obj)
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at MS.Internal.CulturePreservingExecutionContext.Run(CulturePreservingExecutionContext executionContext, ContextCallback callback, Object state)
at System.Windows.Threading.DispatcherOperation.Invoke()
at System.Windows.Threading.Dispatcher.ProcessQueue()
at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)

RSRP-473782: Discovering product gallery failed

$
0
0
Reporter Joakim von Scheele (joakim.vonscheele) Joakim von Scheele (joakim.vonscheele)
Created Mar 7, 2019, 5:06:24 PM
Updated Mar 7, 2019, 5:06:24 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
Branch No branch

When I view the installation errors, as suggested, I get this (see below). I don't understand what I should do now.

1 error occurred.

14:00:18.716 |E| Failed to read packages from https://download.jetbrains.com/resharper/JetBrains.ReSharperUltimate.GalleryPackages.2018.3.4.json. The operation has timed out

--- EXCEPTION #1/3 [WebException]
Message = “The operation has timed out”
ExceptionPath = Root.InnerException.InnerException
ClassName = System.Net.WebException
HResult = COR_E_INVALIDOPERATION=80131509
Source = System
StackTraceString = “
at System.Net.WebClient.OpenRead(Uri address)
at JetBrains.Application.Install.Installer.WebInstallerUtils.ReadRemoteStream[T](Uri uri, IWebProxy proxy, ILogger logger, Func`2 read)
at JetBrains.Application.Install.HttpPackageGallery.<>c__DisplayClass6_0.<Load>b__0()
at JetBrains.Util.OnError.Catch(Action action)

--- Outer ---

--- EXCEPTION #2/3 [InvalidOperationException]
Message = “Failed to read packages from https://download.jetbrains.com/resharper/JetBrains.ReSharperUltimate.GalleryPackages.2018.3.4.json.”
ExceptionPath = Root.InnerException
ClassName = System.InvalidOperationException
InnerException = “Exception #1 at Root.InnerException.InnerException”
HResult = COR_E_INVALIDOPERATION=80131509

--- Outer ---

--- EXCEPTION #3/3 [LoggerException]
Message = “Failed to read packages from https://download.jetbrains.com/resharper/JetBrains.ReSharperUltimate.GalleryPackages.2018.3.4.json.”
ExceptionPath = Root
ClassName = JetBrains.Util.LoggerException
Data.ManagedThreadName = <NULL>
InnerException = “Exception #2 at Root.InnerException”
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
at JetBrains.Util.OnError.<>c__DisplayClass13_0.<Error>b__0(Exception ex)
at JetBrains.Util.OnError.Handle(Exception ex)
at JetBrains.Util.OnError.<>c__DisplayClass20_0.<WithMessage>b__0(Exception ex)
at JetBrains.Util.OnError.Handle(Exception ex)
at JetBrains.Util.OnError.Catch(Action action)
at JetBrains.Application.Install.HttpPackageGallery.Load(IProgressIndicator pi, OnError onerror)
at JetBrains.Platform.Installer.Models.InstallerViewModel.<>c__DisplayClass161_0.<StartPackageDiscovery>b__0(IProgressOwner owner)
at JetBrains.Platform.Installer.Models.InstallerViewModel.<>c__DisplayClass170_0.<RunWithProgress>b__0(Lifetime lifetime, IProgressOwner owner)
at JetBrains.Platform.Installer.Models.InstallerProgressPage.<>c__DisplayClass4_0.<RunAction>b__0(Lifetime lifetime, IProgressOwner owner)
at JetBrains.Platform.Installer.Models.InstallerPageWithProgress.<>c__DisplayClass17_0.<RunAction>b__3()
at JetBrains.Util.Logging.Logger.Catch(Action action)
at JetBrains.Platform.Installer.Models.InstallerPageWithProgress.<>c__DisplayClass17_0.<RunAction>b__2()
at JetBrains.Util.Logging.Logger.Catch(Action action)
at JetBrains.Platform.Installer.Models.InstallerPageWithProgress.<>c__DisplayClass17_0.<RunAction>b__1()
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()

TECHNICAL INFO
Microsoft Windows NT 10.0.15063.0 (Windows 10 Enterprise, version 6.3, build 15063, release 1703)
Visual Studios
15.0_08996af0: Visual Studio Professional 2017, Version 15.9.28307.481 (Nickname="" Preview=False Incomplete=False)
Installer
Wave: 183
Identity: 183.0.20190304.75654
Gallery: CDN package gallery https://download.jetbrains.com/resharper/JetBrains.ReSharperUltimate.GalleryPackages.2018.3.4.json
Per-machine: False
Run as administrator: False
Raw command line: /HostsToUpdate=ReSharperPlatformVs15_08996af0
Parsed options: “/SpecificProductNames=ReSharper /HostsToUpdate=ReSharperPlatformVs15_08996af0”
Products before install
dotCover183 (Wave=183)
dotCover 2018.3.1 (183.0.20181226.201008)
dotMemory183 (Wave=183)
dotMemory 2018.3.1 (183.0.20181226.201014)
dotPeek183 (Wave=183)
dotPeek 2018.3.1 (183.0.20181226.121001)
dotTrace183 (Wave=183)
dotTrace 2018.3.1 (183.0.20181226.201000)
ReSharperPlatformVs15_08996af0 (Wave=183 VS=15.0 Id=08996af0)
ReSharper C++ 2018.3.1 (183.0.20181226.120920)
TeamCity Add-in 2018.3.1 (183.0.20181226.120941)
ReSharper 2018.3.1 (183.0.20181226.120940)
dotCover (183.0.20181226.201008)
dotMemory (183.0.20181226.201014)
dotTrace (183.0.20181226.201000)
[VS not found] ReSharperPlatformVs14 (Wave=07 VS=14.0)
ReSharper C++ 2016.3.1 (107.0.20161223.152717)
ReSharper 2016.3.1 (107.0.20161222.214407)
[VS not found] ReSharperPlatformVs15_160a83c5 (Wave=07 VS=15.0 Id=160a83c5)
ReSharper C++ 2016.3.2 (107.0.20170126.121404)
ReSharper 2016.3.2 (107.0.20170126.121504)
Install targets
no targets

RSRP-473783: The "Move type to matching file" refactoring ignores "Line break at end of file" preference

$
0
0
Reporter Alexandra Guk (Alexandra.Guk) Alexandra Guk (Alexandra.Guk)
Created Mar 7, 2019, 5:09:52 PM
Updated Mar 7, 2019, 5:12:30 PM
Subsystem Refactorings
Assignee Alisa Afonina (alisa.afonina)
Priority Normal
State Submitted
Type Bug
Fix version No Fix versions
Affected versions 2018.3.4
Fixed In Version ReSharper Undefined
VsVersion All Versions
Branch No branch
In the Resharper options menu there is a setting to specify a preference for line breaks being appended to the end of files: Options -> Code Editing -> C# -> Formatting Style -> Line Breaks and Wrapping -> General -> Line feed at end of file.


This setting is not used when using the "Move type to matching file" refactoring. I have the option turned on, and the types are added to their own files, however there is no trailing line break at the end of the file which are generated.
Viewing all 106942 articles
Browse latest View live


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