mirror of
https://github.com/SabreTools/SabreTools.Models.git
synced 2026-02-14 13:46:14 +00:00
Fix warnings from nullabilty
This commit is contained in:
@@ -37,6 +37,10 @@ namespace SabreTools.Models.PortableExecutable
|
||||
/// Null-terminated name of the PDB file. It can also contain full
|
||||
/// or partial path to the file.
|
||||
/// </summary>
|
||||
#if NET48
|
||||
public string PdbFileName;
|
||||
#else
|
||||
public string? PdbFileName;
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user