We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 410fc41 commit baef31dCopy full SHA for baef31d
source/MetadataProcessor.Core/nanoAssemblyDefinition.cs
@@ -89,8 +89,8 @@ public void Write(
89
// keeping this here for now, just for compatibility
90
writer.WriteUInt32(0);
91
92
- // native methods CRC32, only for core libs
93
- writer.WriteUInt32(_isCoreLibrary ? _context.NativeMethodsCrc.Current : 0);
+ // native methods CRC32
+ writer.WriteUInt32(_context.NativeMethodsCrc.Current);
94
95
// Native methods offset
96
writer.WriteUInt32(0xFFFFFFFF);
0 commit comments