This is a follow up on
RSRP-445665, this is not fixed in v9.2
Steps to reproduce:
Open VS2015 RTM
Create new project
Import:
https://www.nuget.org/packages/Microsoft.CodeAnalysis.FxCopAnalyzersCreate a class with the following code:
using System;
namespace ClassLibrary1
{
public class Class1
{
public Class1()
{
try
{
}
catch (Exception ex)
{
throw ex;
}
}
}
}
When I load VS2015 RTM with Resharper disabled I get code fixes (Suppress in code with a pragma or attribute, or Suppress in separate file).
When Resharpers is enabled, the only available fix is to Rethrow the exception. But the option of suppressing this warning is gone.
See also the attached images in the previous issue.
To be complete:
JetBrains ReSharper Ultimate 2015.2 Build 103.0.20150818.200216
ReSharper 9.2.20150819.164145
Application Packages:
JetBrains Fake VisualStudio VsPackageAssembly build 14.0.0.0 on 2015-08-20 17:29:04Z.
JetBrains Platform Core Ide build 103.0.20150818.200216 on 2015-08-18 20:02:16Z.
JetBrains Platform Core Shell build 103.0.20150818.190618 on 2015-08-18 19:06:18Z.
JetBrains Platform Core Text build 103.0.20150818.200216 on 2015-08-18 20:02:16Z.
JetBrains Platform Installer build 103.0.20150818.200216 on 2015-08-18 20:02:16Z.
JetBrains Platform Interop dotMemoryUnit.Interop build 103.0.20150818.200216 on 2015-08-18 20:02:16Z.
JetBrains Platform Symbols build 103.0.20150818.200216 on 2015-08-18 20:02:16Z.
JetBrains Platform VisualStudio build 103.0.20150818.200216 on 2015-08-18 20:02:16Z.
JetBrains Psi.Features Core build 103.0.20150819.145501 on 2015-08-19 14:55:02Z.
JetBrains Psi.Features SolutionBuilder build 103.0.20150819.145501 on 2015-08-19 14:55:02Z.
JetBrains Psi.Features src build 103.0.20150819.145501 on 2015-08-19 14:55:02Z.
JetBrains Psi.Features Tasks build 103.0.20150819.145501 on 2015-08-19 14:55:02Z.
JetBrains Psi.Features UnitTesting build 103.0.20150819.145501 on 2015-08-19 14:55:02Z.
JetBrains Psi.Features VisualStudio build 103.0.20150819.145501 on 2015-08-19 14:55:02Z.
JetBrains ReSharper src build 103.0.20150819.164145 on 2015-08-19 16:41:48Z.
ReSharper 9.2 Licensed to *****.
Visual Studio 14.0.23107.0.
Copyright © 2015 JetBrains. All rights reserved.