Skip to content

Add new layout

Add new layout #13

Re-run triggered September 29, 2024 20:03
Status Failure
Total duration 48s
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/Options/ConnectionStringSetup.cs#L21
Possible null reference assignment.
build: src/Shared/Data/SqlQueryExecutor.cs#L39
Possible null reference return.
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/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/Contributor.cs#L5
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/Contributor.cs#L6
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/SearchBugs.Domain/Notifications/Notification.cs#L17
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/Notifications/Notification.cs#L17
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/Notifications/Notification.cs#L17
Non-nullable property 'Message' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.