-
Notifications
You must be signed in to change notification settings - Fork 830
Open
Labels
Area-VS-EditorVS editor support for F# code, not covered elsewhereVS editor support for F# code, not covered elsewhereBugImpact-Medium(Internal MS Team use only) Describes an issue with moderate impact on existing code.(Internal MS Team use only) Describes an issue with moderate impact on existing code.
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
Eciergebranch - Open
Elmish.Uno.sln - Expand
Elmish.Unoproject - Open
Binding.fsorBindingT.fs - See how
UnusedOpensAnalyzerconstantly 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
Area-VS-EditorVS editor support for F# code, not covered elsewhereVS editor support for F# code, not covered elsewhereBugImpact-Medium(Internal MS Team use only) Describes an issue with moderate impact on existing code.(Internal MS Team use only) Describes an issue with moderate impact on existing code.
Type
Projects
Status
New