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
Assemblies
none
but with attached Debugger shows:
System.BadImageFormatException: "Invalid COR20 header signature." with Stacktrace:
System.BadImageFormatException: "Invalid COR20 header signature."
System.Reflection.Metadata.dll!System.Reflection.Metadata.MetadataReader.ReadMetadataHeader(ref System.Reflection.Metadata.BlobReader memReader, out string versionString) Unknown System.Reflection.Metadata.dll!System.Reflection.Metadata.MetadataReader.MetadataReader(byte* metadata, int length, System.Reflection.Metadata.MetadataReaderOptions options, System.Reflection.Metadata.MetadataStringDecoder utf8Decoder, object memoryOwner) Unknown System.Reflection.Metadata.dll!System.Reflection.Metadata.MetadataReaderProvider.GetMetadataReader(System.Reflection.Metadata.MetadataReaderOptions options, System.Reflection.Metadata.MetadataStringDecoder utf8Decoder) Unknown ICSharpCode.Decompiler.dll!ICSharpCode.Decompiler.Metadata.MetadataFile.MetadataFile(ICSharpCode.Decompiler.Metadata.MetadataFile.MetadataFileKind kind, string fileName, System.Reflection.Metadata.MetadataReaderProvider metadata, System.Reflection.Metadata.MetadataReaderOptions metadataOptions, int metadataOffset, bool isEmbedded) Line 234 C# ICSharpCode.ILSpyX.dll!ICSharpCode.ILSpyX.FileLoaders.MetadataFileLoader.Load(string fileName, System.IO.Stream stream, ICSharpCode.ILSpyX.FileLoaders.FileLoadContext settings) Line 39 C# ICSharpCode.ILSpyX.dll!ICSharpCode.ILSpyX.LoadedAssembly.LoadAsync(System.Threading.Tasks.Task<System.IO.Stream> streamTask) Line 339 C# ICSharpCode.ILSpyX.dll!ICSharpCode.ILSpyX.LoadedAssembly..ctor.AnonymousMethod__0() Line 90 C#
System.Reflection.Metadata.dll
The text was updated successfully, but these errors were encountered:
Bisect showed that issue starts with commit 65e30c0 Add IFileLoader API.
Add IFileLoader API
Sorry, something went wrong.
e94eb91
Successfully merging a pull request may close this issue.
Steps to reproduce
Assemblies
viewError message shown
none
but with attached Debugger shows:
System.BadImageFormatException: "Invalid COR20 header signature."
with Stacktrace:Details
System.Reflection.Metadata.dll
, I replaced with newest, but still failingThe text was updated successfully, but these errors were encountered: