Skip to content

chore: Package updates and minor improvements #25

chore: Package updates and minor improvements

chore: Package updates and minor improvements #25

Triggered via push November 27, 2024 19:44
Status Success
Total duration 43s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

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.