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 or BindingT.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
https://developercommunity.visualstudio.com/t/F-UnusedOpensAnalyzer-is-constantly-e/10939016
Looks like
UnusedOpensAnalyzerconstantly crashes and tries to execute again. Which causes Visual Studio to hang up to 30 seconds. Makes Visual Studio completely unusable!Even when
UnusedOpensAnalyzeris disabled in settings, it is still executed!Repro steps
EciergebranchElmish.Uno.slnElmish.UnoprojectBinding.fsorBindingT.fsUnusedOpensAnalyzerconstantly appears in logsExpected behavior
Actual behavior
UnusedOpensAnalyzerand one more code fix cannot be disabled.UnusedOpensAnalyzercode fix goes into crash loopKnown workarounds
Unfortunately, no, and it drastically affects the development productivity
Related information
Provide any related information (optional):