Merge pull request #6 from vicheanath/git-repo #6
Annotations
10 warnings
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/Email.cs#L14
Non-nullable property 'Value' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
src/SearchBugs.Domain/Repositories/BugRepo.cs#L10
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/Repositories/BugRepo.cs#L10
Non-nullable property 'RepositoryId' 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.
|
build:
src/SearchBugs.Domain/Bugs/BugCustomField.cs#L15
Non-nullable property 'CustomFieldId' 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 'CustomField' 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 'Bug' 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 'Value' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|