More nullability fixes

This commit is contained in:
Matt Nadareski
2023-09-18 14:58:33 -04:00
parent 715f773672
commit 0c5dff71e9
58 changed files with 302 additions and 26 deletions

View File

@@ -134,7 +134,11 @@ namespace BinaryObjectScanner.Protection
}
/// <inheritdoc/>
#if NET48
public ConcurrentQueue<string> CheckDirectoryPath(string path, IEnumerable<string> files)
#else
public ConcurrentQueue<string> CheckDirectoryPath(string path, IEnumerable<string>? files)
#endif
{
// TODO: Investigate reference to "bbz650.tmp" in "Byteshield.dll" (Redump entry 6236)
// Files with the ".bbz" extension are associated with ByteShield, but the extenstion is known to be used in other places as well.