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
dotnet test无法工作,报不支持的平台错误,log如下: Unhandled exception. System.TypeInitializationException: The type initializer for 'Microsoft.VisualStudio.TestPlatform.ObjectModel.Constants' threw an exception. ---> System.NotSupportedException: Specified method is not supported.
代码定位到: at Microsoft.VisualStudio.TestPlatform.PlatformAbstractions.PlatformEnvironment.get_Architecture() in /vmr/src/vstest/src/Microsoft.TestPlatform.PlatformAbstractions/netcore/System/PlatformEnvironment.cs:line 33
去官方的vstest代码库中https://github.com/microsoft/vstest/blob/main/src/Microsoft.TestPlatform.PlatformAbstractions/netcore/System/PlatformEnvironment.cs
可以看到这里做了平台判断,但是没有添加Architecture.LoongArch64分支,是否有可能支持?
The text was updated successfully, but these errors were encountered:
dotnet test无法工作,报不支持的平台错误,log如下:
Unhandled exception. System.TypeInitializationException: The type initializer for 'Microsoft.VisualStudio.TestPlatform.ObjectModel.Constants' threw an exception. ---> System.NotSupportedException: Specified method is not supported.
代码定位到:
at Microsoft.VisualStudio.TestPlatform.PlatformAbstractions.PlatformEnvironment.get_Architecture() in /vmr/src/vstest/src/Microsoft.TestPlatform.PlatformAbstractions/netcore/System/PlatformEnvironment.cs:line 33
去官方的vstest代码库中https://github.com/microsoft/vstest/blob/main/src/Microsoft.TestPlatform.PlatformAbstractions/netcore/System/PlatformEnvironment.cs
可以看到这里做了平台判断,但是没有添加Architecture.LoongArch64分支,是否有可能支持?
The text was updated successfully, but these errors were encountered: