Skip to content
This repository was archived by the owner on Oct 16, 2020. It is now read-only.
This repository was archived by the owner on Oct 16, 2020. It is now read-only.

FxCop not found when duplicate FxCop rules added #237

Open
@dgrunwald

Description

@dgrunwald

SD-1918, originally created on 11/25/2012 12:45:41 by Matt Ward

If you add the same rules assembly to FxCop the error is hidden from the
user.

To reproduce:

  1. Open a project in SharpDevelop. Open the Code Analysis tab in the
    project options.
  2. Click the Add/Remove assembly rule button.
  3. Add the FxCop rules folder to the list of directories

c:\program files (x86)\microsoft fxcop 10\rules\

  1. Click OK.

Expected result:

Error message displayed to the user indicating that duplicate rules have
been added.

Actual result:

Error message indicates that FxCop cannot be found which is incorrect.
The actual error is logged to the SharpDevelop console window but not
shown anywhere in the user interface.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions