Skip to content

Add Test and restructure folder project #5

Add Test and restructure folder project

Add Test and restructure folder project #5

Triggered via pull request September 13, 2024 00:21
Status Success
Total duration 35s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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/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.
build: src/SearchBugs.Domain/Bugs/Attachment.cs#L25
Non-nullable property 'Content' 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 'BugId' 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/TimeTracking.cs#L21
Non-nullable property 'BugId' 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/TimeTracking.cs#L21
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/BugCustomField.cs#L15
Non-nullable property 'BugId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.