Skip to content

Merge branch 'master' of https://github.com/NET-Bootcamp-N11/UrphaCap… #20

Merge branch 'master' of https://github.com/NET-Bootcamp-N11/UrphaCap…

Merge branch 'master' of https://github.com/NET-Bootcamp-N11/UrphaCap… #20

Triggered via push September 16, 2024 19:34
Status Success
Total duration 1m 50s
Artifacts

main.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build: UrphaCapital.Domain/DTOs/HomeworkResultView.cs#L12
Non-nullable property 'LessonTitle' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: UrphaCapital.Domain/DTOs/HomeworkResultView.cs#L13
Non-nullable property 'FILE' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: UrphaCapital.Domain/Entities/Answer.cs#L12
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: UrphaCapital.Domain/Entities/Answer.cs#L15
Non-nullable property 'Test' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: UrphaCapital.Domain/Entities/Test.cs#L12
Non-nullable property 'Question' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: UrphaCapital.Domain/Entities/Test.cs#L14
Non-nullable property 'Lesson' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: UrphaCapital.Domain/Entities/Test.cs#L15
Non-nullable property 'Answers' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: UrphaCapital.Domain/Entities/Help.cs#L12
Non-nullable property 'FullName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: UrphaCapital.Domain/Entities/Help.cs#L13
Non-nullable property 'Address' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: UrphaCapital.Domain/Entities/Help.cs#L14
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.