chore: remove .NET 7 since this is now EOL (#108) #188
Annotations
10 warnings
Analyze with SonarCloud:
src/MockHttp/DeprecationWarnings.cs#L3
Remove this empty class, write its code or make it an "interface". (https://rules.sonarsource.com/csharp/RSPEC-2094)
|
Analyze with SonarCloud:
src/MockHttp/Extensions/IRespondsExtensions.cs#L19
All 'Respond' method overloads should be adjacent. (https://rules.sonarsource.com/csharp/RSPEC-4136)
|
Analyze with SonarCloud:
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)
|
Analyze with SonarCloud:
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)
|
Analyze with SonarCloud:
src/MockHttp/IResponseBuilder.cs#L11
'IWithStatusCode' implements 'IWithResponse' so 'IWithResponse' can be removed from the inheritance list. (https://rules.sonarsource.com/csharp/RSPEC-1939)
|
Analyze with SonarCloud:
src/MockHttp/IResponseBuilder.cs#L12
'IWithStatusCode' implements 'IWithContent' so 'IWithContent' can be removed from the inheritance list. (https://rules.sonarsource.com/csharp/RSPEC-1939)
|
Analyze with SonarCloud:
src/MockHttp/IResponseBuilder.cs#L14
'IWithResponse' implements 'IFluentInterface' so 'IFluentInterface' can be removed from the inheritance list. (https://rules.sonarsource.com/csharp/RSPEC-1939)
|
Analyze with SonarCloud:
src/MockHttp/Language/Flow/FallbackRequestSetupPhrase.cs#L6
'IRespondsThrows' implements 'IFluentInterface' so 'IFluentInterface' can be removed from the inheritance list. (https://rules.sonarsource.com/csharp/RSPEC-1939)
|
Analyze with SonarCloud:
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)
|
Analyze with SonarCloud:
src/MockHttp/Language/Flow/HttpRequestSetupPhrase.cs#L6
'IConfiguredRequest' implements 'IFluentInterface' so 'IFluentInterface' can be removed from the inheritance list. (https://rules.sonarsource.com/csharp/RSPEC-1939)
|
Loading