Skip to content

Merge pull request #8 from vicheanath/git-repo #10

Merge pull request #8 from vicheanath/git-repo

Merge pull request #8 from vicheanath/git-repo #10

Re-run triggered September 13, 2024 20:12
Status Failure
Total duration 41s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
build
Process completed with exit code 1.
build: src/Shared/Data/SqlQueryExecutor.cs#L39
Possible null reference return.
build: src/Shared/Options/ConnectionStringSetup.cs#L21
Possible null reference assignment.
build: src/SearchBugs.Domain/Git/MergeResult.cs#L6
Non-nullable property 'Status' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/SearchBugs.Domain/Git/MergeResult.cs#L7
Non-nullable property 'CommitSha' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/SearchBugs.Domain/Git/GitTreeItem.cs#L5
Non-nullable property 'Path' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/SearchBugs.Domain/Git/GitTreeItem.cs#L6
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/SearchBugs.Domain/Git/GitTreeItem.cs#L7
Non-nullable property 'Type' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/SearchBugs.Domain/Users/UserRole.cs#L11
Non-nullable property 'UserId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/SearchBugs.Domain/Bugs/Attachment.cs#L25
Non-nullable property 'FileName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/SearchBugs.Domain/Bugs/Attachment.cs#L25
Non-nullable property 'ContentType' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.