-
Notifications
You must be signed in to change notification settings - Fork 213
Description
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.
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:
- Clone davidwengier/CGTCalculator@4d4d218
- Turn on FUSE
- Open
Transactions.razor
in VS (or any other page with a component attribute)