Skip to content

test: verify public API #214

test: verify public API

test: verify public API #214

Triggered via pull request September 29, 2024 14:51
@skwasjerskwasjer
synchronize #117
Status Success
Total duration 4m 54s
Artifacts

sonarcloud.yml

on: pull_request_target
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
analysis: src/MockHttp/DeprecationWarnings.cs#L3
Remove this empty class, write its code or make it an "interface". (https://rules.sonarsource.com/csharp/RSPEC-2094)
analysis: src/MockHttp/IsSent.cs#L11
Remove this unread private field '_min' or refactor the code to use its value. (https://rules.sonarsource.com/csharp/RSPEC-4487)
analysis: src/MockHttp/IsSent.cs#L12
Remove this unread private field '_max' or refactor the code to use its value. (https://rules.sonarsource.com/csharp/RSPEC-4487)
analysis: src/MockHttp/Extensions/IRespondsExtensions.cs#L19
All 'Respond' method overloads should be adjacent. (https://rules.sonarsource.com/csharp/RSPEC-4136)
analysis: src/MockHttp/Responses/IResponseBehavior.cs#L7
Rename type name ResponseHandlerDelegate so that it does not end in 'Delegate' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
analysis: src/MockHttp/HttpCall.cs#L14
Remove this unread private field '_verifiableBecause' or refactor the code to use its value. (https://rules.sonarsource.com/csharp/RSPEC-4487)
analysis: src/MockHttp/IResponseBuilder.cs#L11
'IWithStatusCode' implements 'IWithResponse' so 'IWithResponse' can be removed from the inheritance list. (https://rules.sonarsource.com/csharp/RSPEC-1939)
analysis: src/MockHttp/IResponseBuilder.cs#L12
'IWithStatusCode' implements 'IWithContent' so 'IWithContent' can be removed from the inheritance list. (https://rules.sonarsource.com/csharp/RSPEC-1939)
analysis: src/MockHttp/IResponseBuilder.cs#L14
'IWithResponse' implements 'IFluentInterface' so 'IFluentInterface' can be removed from the inheritance list. (https://rules.sonarsource.com/csharp/RSPEC-1939)
analysis: src/MockHttp/Matchers/RequestUriMatcher.cs#L12
Do not forget to remove this deprecated code someday. (https://rules.sonarsource.com/csharp/RSPEC-1133)