Skip to content

Code action preview shows "no issues found" even if there are conflicts or issues #56074

@jasonmalinowski

Description

@jasonmalinowski

Version Used: Version 17.0.0 Preview 4.0 [31631.564.main]

Steps to Reproduce:

  1. Paste in to a project:
int i = 0;
Console.WriteLine(i);
Interlocked.Increment(ref i);
  1. Invoke inline temporary on i.
  2. Open the preview window,

Expected Behavior:

The preview doesn't say "no issues found", since we are failing to show conflicts.

Actual Behavior:

image

Note: we don't seem to show squiggles in the preview changes window either; so I don't think it will show errors in that case either.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Area-IDEuntriagedIssues and PRs which have not yet been triaged by a lead

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions