Add Test and restructure folder project #5
Annotations
10 warnings
src/Shared/Data/SqlQueryExecutor.cs#L39
Possible null reference return.
|
src/Shared/Options/ConnectionStringSetup.cs#L21
Possible null reference assignment.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
This job succeeded
Loading