You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The BlazorWasm test surfaces an issue with the RazorSourceGenerator. It appears that is has bundled an SBRP package with it and is trying to execute code from it.
CSC : warning CS8785: Generator 'RazorSourceGenerator' failed to generate source. It will not contribute to the output and compilation errors may occur as a result. Exception was of type 'BadImageFormatException' with message 'Could not load file or assembly 'Microsoft.Extensions.ObjectPool, Version=6.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60'. Reference assemblies cannot be loaded for execution. (0x80131058)' [/repos/dotnet/test/Microsoft.DotNet.SourceBuild.SmokeTests/bin/Release/net8.0/projects-202304210321071372/WebScenarioTests_BlazorWasm_CSharp/WebScenarioTests_BlazorWasm_CSharp.csproj] [/repos/dotnet/build.proj]
The BlazorWasm test surfaces an issue with the RazorSourceGenerator. It appears that is has bundled an SBRP package with it and is trying to execute code from it.
We've added a patch for this issue in
installer
repo: dotnet/installer#16260Fix in
razor
repo is required.The text was updated successfully, but these errors were encountered: