Skip to content

Build System

Build System #2

Triggered via pull request January 6, 2024 19:36
Status Success
Total duration 41s
Billable time 1m
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: DiffCopy/Program.cs#L19
Possible null reference argument for parameter 'root' in 'void FileList.GenerateFileList(string root)'.
build: DiffCopy/Program.cs#L34
Possible null reference argument for parameter 'root' in 'void FileList.GenerateFileList(string root)'.
build: DiffCopy/Program.cs#L48
Dereference of a possibly null reference.
build: DiffCopy/Program.cs#L48
Possible null reference argument for parameter 'other' in 'FileList FileList.GenerateDiff(FileList other)'.
build: DiffCopy/CopyEngine.cs#L53
Dereference of a possibly null reference.
build: DiffCopy/Program.cs#L7
Non-nullable field 'ce' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: DiffCopy/Program.cs#L19
Possible null reference argument for parameter 'root' in 'void FileList.GenerateFileList(string root)'.
build: DiffCopy/Program.cs#L34
Possible null reference argument for parameter 'root' in 'void FileList.GenerateFileList(string root)'.
build: DiffCopy/Program.cs#L48
Dereference of a possibly null reference.
build: DiffCopy/Program.cs#L48
Possible null reference argument for parameter 'other' in 'FileList FileList.GenerateDiff(FileList other)'.