-
Notifications
You must be signed in to change notification settings - Fork 236
Description
Is there an existing issue for this?
- I have searched the existing issues
Describe the bug
Likely this issue can get handed off to it will be resolved in the final RC2 release but in case no one has noticed. Utilizing the latest daily build of DotNet creating a fresh Blazor Web App with Indvidual Accounts will not build. The .Client project won't successfully compile with a System.TypeLoadException related to Microsoft.CodeAnalysis.
Expected Behavior
The vanilla Blazor Web App with Individual Accounts template should build.
Steps To Reproduce
- Use the latest VS 2022 Version 17.8.0 Preview 2.0
- Download and install latest DotNet daily build.
- Open VS and create a new Blazor Web App project with individual accounts and support for both Server rendering and Client Wasm rendering selected.
- Add new item NuGet.config (xml) to be able to support daily build dependencies
- Close and re-open solution to get dependencies to download.
- Build the solution and observe the failure.
Exceptions (if any)
Unhandled Exception: System.TypeLoadException: Could not load type 'Enumerator' from assembly 'Microsoft.CodeAnalysis, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. BlazeAuth.Client C:\Program Files\Microsoft Visual Studio\2022\Preview\MSBuild\Current\Bin\Roslyn\Microsoft.CSharp.Core.targets 84
.NET Version
8.0.100-rtm.23479.1
