-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Selected apphost is not a valid PE file on s390x #92344
Comments
Tagging subscribers to this area: @vitek-karas, @agocke Issue DetailsUsing a .NET 8 RC 1 SDK compiled on s390x with #90292 applied locally,
The stack trace suggests this is the culprit: runtime/src/installer/managed/Microsoft.NET.HostModel/AppHost/PEUtils.cs Lines 114 to 142 in 32c3355
Probably an endianness issue?
|
Cc @elinor-fung . Looks like endianness mismatch in the new resource writing code. |
Taking a look. It's just in |
Yeah, that |
Oh, I think this is because Before, |
Shall I close this issue now that all the linked PRs have been merged? |
Using a .NET 8 RC 1 SDK compiled on s390x with #90292 applied locally,
dotnet tool install -g dotnet-ef
fails:The stack trace suggests this is the culprit:
runtime/src/installer/managed/Microsoft.NET.HostModel/AppHost/PEUtils.cs
Lines 114 to 142 in 32c3355
Probably an endianness issue?
The text was updated successfully, but these errors were encountered: