Using VS2019 latest version 19.9.4 and installed .NET SDK 6.0.100-preview.3 Now I cannot compile the project anymore cause it gives the error described below. If I revert to NET 5.0 it works fine. The reason for 6.0 is to use the Hot-Reload feature for Blazor. I am now in the phase to design several UI and it should save me a lot of time.
Warning CS8032 An instance of analyzer Microsoft.NET.Sdk.Razor.SourceGenerators.RazorSourceGenerator cannot be created from C:\Program Files\dotnet\sdk\6.0.100-preview.3.21202.5\Sdks\Microsoft.NET.Sdk.Razor\source-generators\Microsoft.NET.Sdk.Razor.SourceGenerators.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=3.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.. RPManager C:\AppCenter\RPManager\CSC 1 Active