-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[8.0] [mono] System.ComponentModel.TypeDescriptor.NodeFor - Operation is not supported on this platform #90806
Comments
Tagging subscribers to this area: @dotnet/area-system-componentmodel Issue DetailsError Blob{
"ErrorMessage": "System.ComponentModel.TypeDescriptor.NodeFor(Object instance, Boolean createDelegator)",
"BuildRetry": false,
"ErrorPattern": "",
"ExcludeConsoleLog": true
} Reproduction Steps
```
===========================================================================================================
C:\h\w\98BF089E\w\A8670916\e>"C:\h\w\98BF089E\p\dotnet.exe" exec --runtimeconfig System.ComponentModel.TypeConverter.Tests.runtimeconfig.json --depsfile System.ComponentModel.TypeConverter.Tests.deps.json xunit.console.dll System.ComponentModel.TypeConverter.Tests.dll -xml testResults.xml -nologo -nocolor -notrait category=IgnoreForCI -notrait category=OuterLoop -notrait category=failing
|
I have pushed the fix to .NET 8 RC2 only. It did not look like a RC1 blocking issue. |
Looks to me like this failing build was in RC2 branch with your change. #90749 |
(All failures are on RC1 branch.) |
That PR is merging into release/8.0. I wonder what's going on with the validation build that it doesn't actually merge the changes into that branch 😕 cc @carlossanlop. The PR is linking to a rolling build for the RC1 branch rather than a PR validation build. I wonder if that's because the bot didn't actually do a merge to release/8.0 and instead just checked out a PR branch directly from RC1 - so the commit hashes matched existing rolling builds and it never triggered a PR validation build. |
Ok so we can close this, and we will have to ignore the failure in any internal RC1 builds. |
Error Blob
Reproduction Steps
windows-x64 Release AllSubsets_Mono
Summary
The text was updated successfully, but these errors were encountered: