You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Open a C# project (e.g., nerd-dinner) in VS Code with the Konveyor extension.
Run a full analysis and confirm incidents are shown.
Request a fix for any incident and either accept or reject it.
Observe that the incident no longer appears in the analysis results.
Close VS Code completely, delete the project folder, and clone a fresh copy to the same path
Open VS Code and run analysis again: the incident is still absent.
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.
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:
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