Add Uri overloads to WebAPIQuerier methods #65
Annotations
10 warnings
build:
Dysnomia.Common.WebAPIWrapper/WebAPIQuerier.cs#L11
Rename class 'WebAPIQuerier' to match pascal case naming rules, consider using 'WebApiQuerier'. (https://rules.sonarsource.com/csharp/RSPEC-101)
|
build:
Dysnomia.Common.WebAPIWrapper/WebAPIQuerier.cs#L72
Catch a list of specific exception subtype or use exception filters instead. (https://rules.sonarsource.com/csharp/RSPEC-2221)
|
build:
Dysnomia.Common.WebAPIWrapper/WebAPIQuerier.cs#L65
Split this method into two, one handling parameters check and the other handling the asynchronous code. (https://rules.sonarsource.com/csharp/RSPEC-4457)
|
build:
Dysnomia.Common.WebAPIWrapper/WebAPIQuerier.cs#L104
Refactor this method to use all type parameters in the parameter list to enable type inference. (https://rules.sonarsource.com/csharp/RSPEC-4018)
|
build:
Dysnomia.Common.WebAPIWrapper/WebAPIQuerier.cs#L100
Refactor this method to use all type parameters in the parameter list to enable type inference. (https://rules.sonarsource.com/csharp/RSPEC-4018)
|
build:
Dysnomia.Common.WebAPIWrapper/WebAPIQuerier.cs#L96
Refactor this method so it invokes the overload accepting a 'System.Uri' parameter. (https://rules.sonarsource.com/csharp/RSPEC-3997)
|
build:
Dysnomia.Common.WebAPIWrapper/WebAPIQuerier.cs#L112
Refactor this method to use all type parameters in the parameter list to enable type inference. (https://rules.sonarsource.com/csharp/RSPEC-4018)
|
build:
Dysnomia.Common.WebAPIWrapper/WebAPIQuerier.cs#L108
Refactor this method to use all type parameters in the parameter list to enable type inference. (https://rules.sonarsource.com/csharp/RSPEC-4018)
|
build:
Dysnomia.Common.WebAPIWrapper/WebAPIQuerier.cs#L112
Refactor this method so it invokes the overload accepting a 'System.Uri' parameter. (https://rules.sonarsource.com/csharp/RSPEC-3997)
|
build:
Dysnomia.Common.WebAPIWrapper/WebAPIQuerier.cs#L108
Refactor this method so it invokes the overload accepting a 'System.Uri' parameter. (https://rules.sonarsource.com/csharp/RSPEC-3997)
|