Skip to content

[mono] ApplyDelta results in BadImageFormatException #49227

@pranavkm

Description

@pranavkm
Unhandled exception rendering component: Image with invalid assemblyref token 0000000f.
System.BadImageFormatException: Image with invalid assemblyref token 0000000f.

@lambdageek was able to reproduce using the mono/sample/mbr/console sample with this using these changes in TestClass.cs:

string s = "OLD STRING";
Console.WriteLine ("L = {0}", s.Skip(1).FirstOrDefault());

string s = "NEW STRING";
Console.WriteLine ("W = {0}", s.Skip(2).FirstOrDefault());

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions