CFODEV-506: CATS-DMS Integration (candidate search) #43
Annotations
11 warnings
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/.
|
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.
|
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)'.
|
src/Application/Features/Identity/DTOs/ApplicationRoleDto.cs#L7
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/Application/Features/AuditTrails/Specifications/AuditTrailAdvancedSpecification.cs#L24
Dereference of a possibly null reference.
|
src/Application/Features/AuditTrails/Specifications/AuditTrailAdvancedSpecification.cs#L33
Dereference of a possibly null reference.
|
src/Application/Features/AuditTrails/Specifications/AuditTrailAdvancedSpecification.cs#L33
Possible null reference argument for parameter 'value' in 'bool string.Contains(string value)'.
|
src/Application/Features/Candidates/DTOs/CandidateDto.cs#L8
Non-nullable property 'Identifier' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/Application/Features/Candidates/DTOs/CandidateDto.cs#L13
Non-nullable property 'FirstName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/Application/Features/Candidates/DTOs/CandidateDto.cs#L18
Non-nullable property 'SecondName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/Application/Features/Candidates/DTOs/CandidateDto.cs#L23
Non-nullable property 'LastName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
This job succeeded
Loading