Introduce Student Aggregate #2
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.
|