Skip to content

Feature/189554 update accessibility statement (#1415) #5441

Feature/189554 update accessibility statement (#1415)

Feature/189554 update accessibility statement (#1415) #5441

Triggered via push November 22, 2024 14:58
Status Success
Total duration 5m 38s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build-test: ConcernsCaseWork/ConcernsCaseWork.API.Contracts/Case/ActiveCaseSummaryResponse.cs#L25
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build-test: ConcernsCaseWork/ConcernsCaseWork.API.Contracts/Decisions/CreateDecisionRequest.cs#L16
Complete the task associated to this 'TODO' comment. (https://rules.sonarsource.com/csharp/RSPEC-1135)
build-test: ConcernsCaseWork/ConcernsCaseWork.API.Contracts/Decisions/CreateDecisionRequest.cs#L26
Complete the task associated to this 'TODO' comment. (https://rules.sonarsource.com/csharp/RSPEC-1135)
build-test: ConcernsCaseWork/ConcernsCaseWork.API.Contracts/Decisions/UpdateDecisionRequest.cs#L19
Complete the task associated to this 'TODO' comment. (https://rules.sonarsource.com/csharp/RSPEC-1135)
build-test: ConcernsCaseWork/ConcernsCaseWork.API.Contracts/Permissions/PermissionQueryRequest.cs#L7
Remove this commented out code. (https://rules.sonarsource.com/csharp/RSPEC-125)
build-test: ConcernsCaseWork/ConcernsCaseWork.API.Contracts/NtiWarningLetter/CreateNTIWarningLetterRequest.cs#L5
Rename class 'CreateNTIWarningLetterRequest' to match pascal case naming rules, consider using 'CreateNtiWarningLetterRequest'. (https://rules.sonarsource.com/csharp/RSPEC-101)
build-test: ConcernsCaseWork/ConcernsCaseWork.API.Contracts/NtiWarningLetter/NTIWarningLetterResponse.cs#L3
Rename class 'NTIWarningLetterResponse' to match pascal case naming rules, consider using 'NtiWarningLetterResponse'. (https://rules.sonarsource.com/csharp/RSPEC-101)
build-test: ConcernsCaseWork/ConcernsCaseWork.API.Contracts/NtiWarningLetter/PatchNTIWarningLetterRequest.cs#L5
Rename class 'PatchNTIWarningLetterRequest' to match pascal case naming rules, consider using 'PatchNtiWarningLetterRequest'. (https://rules.sonarsource.com/csharp/RSPEC-101)
build-test: ConcernsCaseWork/ConcernsCaseWork.API.Contracts/Srma/CreateSRMARequest.cs#L5
Rename class 'CreateSRMARequest' to match pascal case naming rules, consider using 'CreateSrmaRequest'. (https://rules.sonarsource.com/csharp/RSPEC-101)
build-test: ConcernsCaseWork/ConcernsCaseWork.API.Contracts/Srma/SrmaConstants.cs#L3
Add a 'protected' constructor or the 'static' keyword to the class declaration. (https://rules.sonarsource.com/csharp/RSPEC-1118)