Update build.yml #44
Annotations
10 warnings
Build win-x64:
Core/DiskRead.cs#L13
The variable 'e' is declared but never used
|
Build win-x64:
Core/Heuristics.cs#L109
Dereference of a possibly null reference.
|
Build win-x64:
Core/Search.cs#L115
Possible null reference argument for parameter 'rootFolderInfo' in 'FileSystemInfo[] DiskRead.SafeGetFileSystemInfosInDirectory(DirectoryInfo rootFolderInfo)'.
|
Build win-x64:
Core/Search.cs#L71
The variable 'e' is declared but never used
|
Build win-x64:
Core/Search.cs#L275
Converting null literal or possible null value to non-nullable type.
|
Build win-x64:
Core/Heuristics.cs#L18
'System.Reflection.Assembly.Location' always returns an empty string for assemblies embedded in a single-file app. If the path to the app directory is needed, consider calling 'System.AppContext.BaseDirectory'.
|
Build win-x64:
WinForms/DrillResult.cs#L19
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build win-x64:
WinForms/Menus/AboutForm.cs#L48
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build win-x64:
WinForms/SearchWindow.cs#L50
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build win-x64:
WinForms/SearchWindow.cs#L232
Dereference of a possibly null reference.
|
Loading