Skip to content

C# incidents disappear after requesting a fix and do not reappear even after reverting the changes #928

Description

@abrugaro

After running analysis on a C# application, acception or reviewing in the editor a fix for any incident causes that incident (and potentially others in the same file) to permanently disappear from the analysis results. The incident does not reappear even after deleting the entire project folder and cloning a fresh copy.

Rejecting the fix right away does not make the incident to disappear

Steps to Reproduce:

  1. Open a C# project (e.g., nerd-dinner) in VS Code with the Konveyor extension.
  2. Run a full analysis and confirm incidents are shown.
  3. Request a fix for any incident and either accept or reject it.
  4. Observe that the incident no longer appears in the analysis results.
  5. Close VS Code completely, delete the project folder, and clone a fresh copy to the same path
  6. Open VS Code and run analysis again: the incident is still absent.
  7. Repeat step 5-6 but clone to a different path: all incidents reappear correctly.

Expected Behavior:

Incidents should reappear after reverting the source files to their original state and re-running analysis, regardless of whether a fix was accepted or rejected.

Actual Behavior:

Incidents permanently disappear from results. Cloning to a different path restores them, but cloning to the same path does not.

More Info

2026-05-05_12-27-54.mp4

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingstale

    Type

    Projects

    Status
    🆕 New

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions