Andreas Weizel

Results 30 comments of Andreas Weizel

Something must be different on my system, because it still happens here with latest master. Here it resolves to ``` C:\Users\\.nuget\packages\microsoft.netcore.app.ref\3.0.0\ref\netcoreapp3.0\System.Runtime.dll ```

This is how it looks like on my system: ``` # dotnet --list-sdks 1.0.0-rc4-004771 [C:\Program Files\dotnet\sdk] 1.0.0 [C:\Program Files\dotnet\sdk] 1.1.0 [C:\Program Files\dotnet\sdk] 2.0.0 [C:\Program Files\dotnet\sdk] 2.0.2 [C:\Program Files\dotnet\sdk] 2.1.200 [C:\Program...

But what if both conditions are true? Then both if blocks would be executed, which is not equivalent to original "if (cond1 || cond2)". The "if" + "else if" is...

Sorry for the late reaction, I've added RefactoringEssentials.pdb to VSIX package, so you should be able to debug your crash with [latest development build](http://vsixgallery.com/extension/NR6Pack.Refactorings.Vsix..cd27e59b-5c56-4238-8931-c9bb745a7a7f/).

How did you load the PDB? I've installed latest RE development build in VS, started a 2nd instance and attached it to 1st one. Then extracted PDB file from VSIX,...

(Git) SHA1 Hash of my file is: 83a6f2dd19ea19cc10bcb874b1d686e7446bb101 You're right, I tried different things: - When building the VSIX package locally (Release build), installing and debugging it that way, it...

At least there is a temporary workaround: **Tools / Options / Debugging / General / Uncheck "Require source files to exactly match the original version"** As soon as VS reaches...

Not exactly the same, but related: #257.

Disabling some analyzers would work through custom rule sets: https://github.com/icsharpcode/RefactoringEssentials/wiki/Custom-Rule-Sets-for-Analyzers Does it help?

When you collect locations of invocations of M, the locations will be related to the different documents (D1, D2). Now you use a method of the same SemanticModel instance on...