Skip to content

Updating the main to the Develop branch #14

Updating the main to the Develop branch

Updating the main to the Develop branch #14

Triggered via pull request July 29, 2025 14:11
Status Success
Total duration 48s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

dotnet.yml

on: pull_request
build-and-test
42s
build-and-test
Fit to window
Zoom out
Zoom in

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.