Skip to content

CodeQL

CodeQL #711

Triggered via schedule February 12, 2025 00:28
Status Success
Total duration 4m 18s
Artifacts

codeql.yml

on: schedule
Matrix: Analyze
Fit to window
Zoom out
Zoom in

Annotations

4 warnings
Analyze (csharp, 9.0): src/database/SsiCredentialIssuer.Entities/Entities/Process.cs#L27
Non-nullable property 'CompanySsiDetails' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Analyze (csharp, 9.0): tests/issuer/SsiCredentialIssuer.Service.Tests/BusinessLogic/IssuerBusinessLogicTests.cs#L1145
Nullability of reference types in value of type 'Task<Pagination.Source<CredentialDetailData>>' doesn't match target type 'Task<Pagination.Source<CredentialDetailData>?>'.
Analyze (csharp, 9.0): src/database/SsiCredentialIssuer.Entities/Entities/Process.cs#L27
Non-nullable property 'CompanySsiDetails' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Analyze (csharp, 9.0): tests/issuer/SsiCredentialIssuer.Service.Tests/BusinessLogic/IssuerBusinessLogicTests.cs#L1145
Nullability of reference types in value of type 'Task<Pagination.Source<CredentialDetailData>>' doesn't match target type 'Task<Pagination.Source<CredentialDetailData>?>'.