REPRO STEPS
After 6.0 GA arm64 SDK install completed, via Terminal using dotnet --info
ACTUAL
Error as below:
Unhandled exception. System.TypeInitializationException: The type initializer for 'Microsoft.DotNet.Cli.Utils.Reporter' threw an exception.
Note: This issue only repro on Mac OS Monterey(12.0.1) Parallels VM on M1 machine, but it works properly when you install the SDK on a physical M1 machine.
REPRO MACHINE: MacOS Monterey(12.0.1) Parallels VM on M1 machine REPRO Configuration:
.NET Core SDK: 6.0.100
.NET Core Runtime: 6.0.0
INSTALL STEPS
REPRO STEPS After 6.0 GA arm64 SDK install completed, via Terminal using
dotnet --info
ACTUAL Error as below: Unhandled exception. System.TypeInitializationException: The type initializer for 'Microsoft.DotNet.Cli.Utils.Reporter' threw an exception.
Note: This issue only repro on Mac OS Monterey(12.0.1) Parallels VM on M1 machine, but it works properly when you install the SDK on a physical M1 machine.
EXPECTED