Skip to content

refactor: add new Pattern type that replaces IPatternMatcher<> making… #199

refactor: add new Pattern type that replaces IPatternMatcher<> making…

refactor: add new Pattern type that replaces IPatternMatcher<> making… #199

Triggered via push September 8, 2024 21:28
Status Success
Total duration 4m 54s
Artifacts

sonarcloud.yml

on: push
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/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/Language/IConfiguredRequest.cs#L11
'ISequenceResponseResult' implements 'IResponds<ISequenceResponseResult>' so 'IResponds<ISequenceResponseResult>' can be removed from the inheritance list. (https://rules.sonarsource.com/csharp/RSPEC-1939)
analysis: src/MockHttp/Language/IConfiguredRequest.cs#L11
'ISequenceResponseResult' implements 'IThrows<ISequenceThrowsResult>' so 'IThrows<ISequenceThrowsResult>' can be removed from the inheritance list. (https://rules.sonarsource.com/csharp/RSPEC-1939)
analysis: src/MockHttp/Language/IConfiguredRequest.cs#L13
'IResponds<ISequenceResponseResult>' implements 'IFluentInterface' so 'IFluentInterface' can be removed from the inheritance list. (https://rules.sonarsource.com/csharp/RSPEC-1939)
analysis: src/MockHttp/Language/IRespondsThrows.cs#L10
'IResponds<IResponseResult>' implements 'IFluentInterface' so 'IFluentInterface' can be removed from the inheritance list. (https://rules.sonarsource.com/csharp/RSPEC-1939)
analysis: src/MockHttp/Language/Response/IWithContent.cs#L11
'IWithResponse' implements 'IFluentInterface' so 'IFluentInterface' can be removed from the inheritance list. (https://rules.sonarsource.com/csharp/RSPEC-1939)
analysis: src/MockHttp/Language/Flow/ICallbackResult.cs#L9
'IResponds<TResponseResult>' implements 'IFluentInterface' so 'IFluentInterface' can be removed from the inheritance list. (https://rules.sonarsource.com/csharp/RSPEC-1939)