Hi, I got follwing exception trying to run dotnet test for RISC-V64:
Unhandled exception. System.NotSupportedException: Specified method is not supported.
at Microsoft.VisualStudio.TestPlatform.PlatformAbstractions.ProcessHelper.GetCurrentProcessArchitecture() in /_/src/Microsoft.TestPlatform.PlatformAbstractions/netcore/System/ProcessHelper.cs:line 45
at Microsoft.VisualStudio.TestPlatform.CommandLine.Executor.PrintSplashScreen(Boolean isDiag, String[] args) in /_/src/vstest.console/CommandLine/Executor.cs:line 449
at Microsoft.VisualStudio.TestPlatform.CommandLine.Executor.Execute(String[] args) in /_/src/vstest.console/CommandLine/Executor.cs:line 134
at Microsoft.VisualStudio.TestPlatform.CommandLine.Program.Run(String[] args, UiLanguageOverride uiLanguageOverride) in /_/src/vstest.console/Program.cs:line 31
at Microsoft.VisualStudio.TestPlatform.CommandLine.Program.Main(String[] args) in /_/src/vstest.console/Program.cs:line 22
Hi, I got follwing exception trying to run
dotnet test
for RISC-V64:I see that RISC-V64 is not even declared: https://github.com/microsoft/vstest/blob/58a1f6b114170b612224731442a8245845dad722/src/Microsoft.TestPlatform.ObjectModel/Architecture.cs#L6-L16
https://github.com/microsoft/vstest/blob/58a1f6b114170b612224731442a8245845dad722/src/Microsoft.TestPlatform.PlatformAbstractions/netcore/System/ProcessHelper.cs#L32-L47
Hardware: StarFive VisionFive 2 OS: Unintu 23.10 (see https://ubuntu.com/download/risc-v) .NET SDK: 8.0.1(see https://github.com/dkurt/dotnet_riscv/releases)