CodeQL #711
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>?>'.
|