mirror of
https://github.com/SabreTools/SabreTools.Models.git
synced 2026-08-01 21:48:45 +00:00
Fix warnings from nullabilty
This commit is contained in:
@@ -57,6 +57,10 @@ namespace SabreTools.Models.PortableExecutable
|
||||
/// strings to identify Type, Name, or Language entries (depending on the
|
||||
/// level of the table).
|
||||
/// </summary>
|
||||
#if NET48
|
||||
public ResourceDirectoryEntry[] Entries;
|
||||
#else
|
||||
public ResourceDirectoryEntry[]? Entries;
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user