chore: Package updates and minor improvements #25
Annotations
3 warnings
build:
Entities/QuestionOption.cs#L10
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:
Entities/Common/BaseAuditableEntity.cs#L8
Non-nullable property 'CreatedBy' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
Entities/Common/BaseAuditableEntity.cs#L10
Non-nullable property 'LastModifiedBy' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|