Updating the main to the Develop branch #14
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
10 warnings
|
build-and-test:
AskFm/AskFm.DAL/Moodels/Thread.cs#L8
Non-nullable property 'AnswerContent' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build-and-test:
AskFm/AskFm.DAL/Moodels/Thread.cs#L7
Non-nullable property 'QuestionContent' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build-and-test:
AskFm/AskFm.DAL/Moodels/Comment.cs#L6
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-and-test:
AskFm/AskFm.DAL/Moodels/Notification.cs#L12
Non-nullable property 'jsonContent' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build-and-test:
AskFm/AskFm.DAL/Moodels/User.cs#L11
Non-nullable property 'AvatarPath' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build-and-test:
AskFm/AskFm.DAL/Moodels/User.cs#L10
Non-nullable property 'Bio' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build-and-test:
AskFm/AskFm.DAL/Moodels/User.cs#L9
Non-nullable property 'Password' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build-and-test:
AskFm/AskFm.DAL/Moodels/User.cs#L8
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-and-test:
AskFm/AskFm.DAL/Moodels/User.cs#L7
Non-nullable property 'Username' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build-and-test:
AskFm/AskFm.DAL/Moodels/User.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.
|