We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is your feature request related to a problem? Please describe. Publish the dll for linux-x64 ReadyToRun.
<PropertyGroup> <PublishReadyToRun>true</PublishReadyToRun> <RuntimeIdentifier>linux-x64</RuntimeIdentifier> </PropertyGroup>
And display the dll header in ILSpy 9.0.0.7833-preview3.
// /tmp/sample.dll // sample, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null // Global type: <Module> // Entry point: Program.<Main>$ // Architecture: 64797 // This assembly contains unmanaged code. // Runtime: v4.0.30319 // Hash algorithm: SHA1 [assembly: CompilationRelaxations(8)] [assembly: RuntimeCompatibility(WrapNonExceptionThrows = true)] [assembly: Debuggable(/*Could not decode attribute arguments.*/)] [assembly: TargetFramework(".NETCoreApp,Version=v8.0", FrameworkDisplayName = ".NET 8.0")]
"Architecture: 64797 (0xFD1D)" means Linux X64 binary. So please show detailed description instead of numbers.
Additional context
ILSpy/ILSpy/Languages/Language.cs
Lines 545 to 570 in 9986104
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is your feature request related to a problem? Please describe.
Publish the dll for linux-x64 ReadyToRun.
And display the dll header in ILSpy 9.0.0.7833-preview3.
"Architecture: 64797 (0xFD1D)" means Linux X64 binary. So please show detailed description instead of numbers.
Additional context
ILSpy/ILSpy/Languages/Language.cs
Lines 545 to 570 in 9986104
The text was updated successfully, but these errors were encountered: