I have a Blazor server app and I want to move more than 100 components in it to "Auto" mode. It started as a .NET 7 app and is now on .NET 9.
I want to keep my existing functionality (which is the server interactive mode by default). Then I want to change each component, one at a time to "Auto" mode.
Is this kind of change possible?