-
Notifications
You must be signed in to change notification settings - Fork 825
Open
Labels
Milestone
Description
https://developercommunity.visualstudio.com/t/F-UnusedOpensAnalyzer-is-constantly-e/10939016
Looks like UnusedOpensAnalyzer
constantly crashes and tries to execute again. Which causes Visual Studio to hang up to 30 seconds. Makes Visual Studio completely unusable!
Even when UnusedOpensAnalyzer
is disabled in settings, it is still executed!

Repro steps
- Clone https://github.com/Ecierge/Elmish.Uno/tree/Ecierge
- Check out
Ecierge
branch - Open
Elmish.Uno.sln
- Expand
Elmish.Uno
project - Open
Binding.fs
orBindingT.fs
- See how
UnusedOpensAnalyzer
constantly appears in logs
Expected behavior
- All code fixes can be disabled if unchecked in VS settings
- Code fixes do not go into the crash loop
Actual behavior
UnusedOpensAnalyzer
and one more code fix cannot be disabled.
UnusedOpensAnalyzer
code fix goes into crash loop
Known workarounds
Unfortunately, no, and it drastically affects the development productivity
Related information
Provide any related information (optional):
- Operating system 10.0.26100.4351
- .NET Core 9.0.302
- FSharp.Core 9.0.202
- Visual Studio Version 17.14.9 Preview 1.0
brianrourkeboll
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
New