-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
🗺️ reQUESTTriggers an issue to be imported into Quest.Triggers an issue to be imported into Quest.area-System.Runtime.InteropServices
Description
"The example result is wrong, I tested it on .NET 8, the result is:
Size: 32
b1 Offset: 0
b2 Offset: 1
i3 Offset: 4
a4 Offset: 8
d5 Offset: 16
The examples with the decimal field are wrong for .NET 5+. Now there are two 4 byte fields and 1 8byte field (not 4 4byte fields), so the alignment is on 8, and not 4. See this commit."
Metadata
Metadata
Assignees
Labels
🗺️ reQUESTTriggers an issue to be imported into Quest.Triggers an issue to be imported into Quest.area-System.Runtime.InteropServices