Skip to content

Introduce Student Aggregate #2

Introduce Student Aggregate

Introduce Student Aggregate #2

Triggered via pull request May 21, 2024 13:14
Status Success
Total duration 28m 26s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

6 warnings
build: StudentEnrollmentConsoleApp/Student.cs#L7
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: StudentEnrollmentConsoleApp/Student.cs#L8
Non-nullable property 'FullName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: StudentEnrollmentConsoleApp/Student.cs#L9
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: StudentEnrollmentConsoleApp/Student.cs#L7
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: StudentEnrollmentConsoleApp/Student.cs#L8
Non-nullable property 'FullName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: StudentEnrollmentConsoleApp/Student.cs#L9
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.