Skip to content

Cfodev 422 create database context and entities for enrolments #38

Cfodev 422 create database context and entities for enrolments

Cfodev 422 create database context and entities for enrolments #38

Status Failure
Total duration 1m 8s
Artifacts

unittest.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 11 warnings
build
Process completed with exit code 1.
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build: src/Domain/Entities/Candidates/Candidate.cs#L11
Non-nullable property 'FirstName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Domain/Entities/Candidates/Candidate.cs#L11
Non-nullable property 'LastName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Domain/Entities/Candidates/Candidate.cs#L11
Non-nullable property 'CurrentLocation' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Domain/Common/Entities/BaseEntity.cs#L13
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Domain/Entities/Administration/Location.cs#L43
Possible null reference argument for parameter 'contractId' in 'Location.Location(string name, int genderProvisionId, int locationTypeId, string contractId, DateTime lifetimeStart, DateTime lifetimeEnd)'.
build: src/Application/Features/AuditTrails/Specifications/AuditTrailAdvancedSpecification.cs#L33
Possible null reference argument for parameter 'value' in 'bool string.Contains(string value)'.
build: src/Application/Features/Tenants/DTOs/TenantDto.cs#L9
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.