Skip to content

10 issue cert api

10 issue cert api #131

Triggered via pull request May 23, 2024 08:27
Status Success
Total duration 3m 53s
Artifacts

sonarcloud.yaml

on: pull_request
analyse  /  sonar-analysis
3m 43s
analyse / sonar-analysis
Fit to window
Zoom out
Zoom in

Annotations

18 warnings
analyse / sonar-analysis: src/ProjectOrigin.Stamp.Server/EventHandlers/CertificateCreatedEventHandler.cs#L12
Non-nullable property 'RegistryName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
analyse / sonar-analysis: src/ProjectOrigin.Stamp.Server/EventHandlers/CertificateCreatedEventHandler.cs#L18
Non-nullable property 'GridArea' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
analyse / sonar-analysis: src/ProjectOrigin.Stamp.Server/EventHandlers/CertificateCreatedEventHandler.cs#L19
Non-nullable property 'ClearTextAttributes' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
analyse / sonar-analysis: src/ProjectOrigin.Stamp.Server/EventHandlers/CertificateCreatedEventHandler.cs#L20
Non-nullable property 'HashedAttributes' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
analyse / sonar-analysis: src/ProjectOrigin.Stamp.Server/EventHandlers/CertificateCreatedEventHandler.cs#L12
Non-nullable property 'RegistryName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
analyse / sonar-analysis: src/ProjectOrigin.Stamp.Server/EventHandlers/CertificateCreatedEventHandler.cs#L18
Non-nullable property 'GridArea' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
analyse / sonar-analysis: src/ProjectOrigin.Stamp.Server/EventHandlers/CertificateCreatedEventHandler.cs#L19
Non-nullable property 'ClearTextAttributes' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
analyse / sonar-analysis: src/ProjectOrigin.Stamp.Server/EventHandlers/CertificateCreatedEventHandler.cs#L20
Non-nullable property 'HashedAttributes' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
analyse / sonar-analysis: src/ProjectOrigin.Stamp.Server/EventHandlers/CertificateCreatedEventHandler.cs#L12
Non-nullable property 'RegistryName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
analyse / sonar-analysis: src/ProjectOrigin.Stamp.Server/EventHandlers/CertificateCreatedEventHandler.cs#L18
Non-nullable property 'GridArea' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
analyse / sonar-analysis: src/ProjectOrigin.Stamp.Server/EventHandlers/CertificateCreatedEventHandler.cs#L19
Non-nullable property 'ClearTextAttributes' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
analyse / sonar-analysis: src/ProjectOrigin.Stamp.Server/EventHandlers/CertificateCreatedEventHandler.cs#L20
Non-nullable property 'HashedAttributes' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
analyse / sonar-analysis: src/ProjectOrigin.Stamp.Server/CommandHandlers/CreateCertificateCommandHandler.cs#L108
Remove this commented out code. (https://rules.sonarsource.com/csharp/RSPEC-125)
analyse / sonar-analysis: src/ProjectOrigin.Stamp.Server/CommandHandlers/CreateCertificateCommandHandler.cs#L91
Complete the task associated to this 'TODO' comment. (https://rules.sonarsource.com/csharp/RSPEC-1135)
analyse / sonar-analysis: src/ProjectOrigin.Stamp.Server/CommandHandlers/CreateCertificateCommandHandler.cs#L96
Complete the task associated to this 'TODO' comment. (https://rules.sonarsource.com/csharp/RSPEC-1135)
analyse / sonar-analysis: src/ProjectOrigin.Stamp.Server/Helpers/Registry.cs#L61
Complete the task associated to this 'TODO' comment. (https://rules.sonarsource.com/csharp/RSPEC-1135)
analyse / sonar-analysis: src/ProjectOrigin.Stamp.Server/Repositories/CertificateRepository.cs#L28
Complete the task associated to this 'TODO' comment. (https://rules.sonarsource.com/csharp/RSPEC-1135)
analyse / sonar-analysis: src/ProjectOrigin.Stamp.Server/Exceptions/TransientException.cs#L6
Update this implementation of 'ISerializable' to conform to the recommended serialization pattern. Add a 'protected' constructor 'TransientException(SerializationInfo, StreamingContext)'. (https://rules.sonarsource.com/csharp/RSPEC-3925)