Update build.yml #54
Annotations
1 error and 10 warnings
Create a Release
Error undefined: Tried to update "Rolling release" which is neither a draft or prerelease. (updateOnlyUnreleased is on)
|
Build win-x64:
Core/DiskRead.cs#L13
The variable 'e' is declared but never used
|
Build win-x64:
Core/Heuristics.cs#L112
Dereference of a possibly null reference.
|
Build win-x64:
Core/Search.cs#L122
Possible null reference argument for parameter 'rootFolderInfo' in 'FileSystemInfo[] DiskRead.SafeGetFileSystemInfosInDirectory(DirectoryInfo rootFolderInfo)'.
|
Build win-x64:
Core/Search.cs#L78
The variable 'e' is declared but never used
|
Build win-x64:
Core/Search.cs#L282
Converting null literal or possible null value to non-nullable type.
|
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.
|
Build win-x64:
WinForms/SearchWindow.cs#L245
Dereference of a possibly null reference.
|
Loading