Skip to content

Update build.yml

Update build.yml #41

Triggered via pull request May 15, 2024 13:13
Status Failure
Total duration 1m 22s
Artifacts

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
build
No files were found with the provided path: publish. No artifacts will be uploaded.
build: Core/DiskRead.cs#L13
The variable 'e' is declared but never used
build: Core/Heuristics.cs#L109
Dereference of a possibly null reference.
build: Core/Search.cs#L115
Possible null reference argument for parameter 'rootFolderInfo' in 'FileSystemInfo[] DiskRead.SafeGetFileSystemInfosInDirectory(DirectoryInfo rootFolderInfo)'.
build: Core/Search.cs#L71
The variable 'e' is declared but never used
build: Core/Search.cs#L275
Converting null literal or possible null value to non-nullable type.
build: WinForms/DrillResult.cs#L19
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: WinForms/Menus/AboutForm.cs#L48
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: WinForms/SearchWindow.cs#L50
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: WinForms/SearchWindow.cs#L232
Dereference of a possibly null reference.
build: WinForms/SearchWindow.cs#L245
Dereference of a possibly null reference.