fix(errorHandling): adjust general error handler #386
Annotations
11 warnings
Build (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.
|
Build (9.0):
src/credentials/SsiCredentialIssuer.Expiry.App/appsettings.json#L24
"password" detected here, make sure this is not a hard-coded credential. (https://rules.sonarsource.com/csharp/RSPEC-2068)
|
Build (9.0):
src/issuer/SsiCredentialIssuer.Service/Controllers/IssuerController.cs#L176
Remove this commented out code. (https://rules.sonarsource.com/csharp/RSPEC-125)
|
Build (9.0):
src/processes/Processes.Worker/appsettings.json#L24
"password" detected here, make sure this is not a hard-coded credential. (https://rules.sonarsource.com/csharp/RSPEC-2068)
|
Build (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>?>'.
|
Build (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.
|
Build (9.0):
src/credentials/SsiCredentialIssuer.Expiry.App/appsettings.json#L24
"password" detected here, make sure this is not a hard-coded credential. (https://rules.sonarsource.com/csharp/RSPEC-2068)
|
Build (9.0):
src/issuer/SsiCredentialIssuer.Service/Controllers/IssuerController.cs#L176
Remove this commented out code. (https://rules.sonarsource.com/csharp/RSPEC-125)
|
Build (9.0):
src/processes/Processes.Worker/appsettings.json#L24
"password" detected here, make sure this is not a hard-coded credential. (https://rules.sonarsource.com/csharp/RSPEC-2068)
|
Build (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>?>'.
|
Build (9.0)
Cache not found for keys: Linux-sonar, Linux-sonar
|