After upgrading to Visual Studio Professional 2022 Version 17.12.3, my C# Blazor server code with target .NET 8 shows a warning
HTML0003 Missing attribute name
I have tried to add attributes to ToggleOptions() to no avail as of yet. There were no errors in previous versions of Visual Studio.
![enter image description here]()
![enter image description here]()