Skip to content

FUSE generating C# compile errors when non-FUSE doesn't #10736

@davidwengier

Description

@davidwengier

I was trying out FUSE with a project of mine, and granted some of the packages are very old, but even given that it seems there might be a bug with FUSE and its detection of the AddComponentParameter method.

image

Turning off FUSE and restarting VS stops the errors appearing. I thought perhaps FUSE was doing a better job of identifying bad code, because I do have a very old version of QuickGrid, but a real build of the project in VS, or a command line build, works fine. The app also runs fine. I can see in the logs that we get 32 diagnostics from Roslyn, so I don't think it's on the tooling side.

Repro steps:

  1. Clone davidwengier/CGTCalculator@4d4d218
  2. Turn on FUSE
  3. Open Transactions.razor in VS (or any other page with a component attribute)

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions