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
When building the .NET 9 Preview 7 tag using the VMR on RHEL 9 on arm64, I got this error:
CSC : error AD0001: Analyzer 'Microsoft.Interop.Analyzers.CustomMarshallerAttributeAnalyzer' threw an exception of type 'Syst em.InvalidProgramException' with message 'Common Language Runtime detected an invalid program.'. [/builddir/build/BUILD/dotnet-v9.0.0-preview.7.24405.7-x64-bootstrap/src/sdk/src/BlazorWasmSdk/Tasks/Microsoft.NET.Sdk.BlazorWebAssembly.Tasks.csproj::TargetFramework=net9.0]
This seems to be a random error. It doesn't happen on all arm64 platforms, or on all builds.
Analyzer
Diagnostic ID: AD0001
Analyzer source
SDK: Built-in CA analyzers in .NET 5 SDK or later
Version: 9.0.100-preview.7.24380.2
Describe the bug
When building the .NET 9 Preview 7 tag using the VMR on RHEL 9 on arm64, I got this error:
This seems to be a random error. It doesn't happen on all arm64 platforms, or on all builds.
Steps To Reproduce
Provide the steps to reproduce the behavior:
Expected behavior
The VMR builds, just like it does most of the time
Actual behavior
This error makes the VMR build fail
Additional context
The text was updated successfully, but these errors were encountered: