-
-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
In a .NET 8 app with Native AOT enabled (<PublishAot>true</PublishAot>
), I'm getting an exception when attempting to parse:
System.InvalidProgramException: Common Language Runtime detected an invalid program.
at Thunk1ret_MyType_TextFindHelper&(Func`2, TextFindHelper&)
at RecordParser.Parsers.VariableLengthReader`1.Parse(ReadOnlySpan`1 line)
where MyType
is the tuple/class/record/struct type name.
Version: 2.3.0
Metadata
Metadata
Assignees
Labels
No labels