test: add IObservable<IApiResponse<T>> test
#1964
Merged
Annotations
10 warnings
|
Refit/ProblemDetails.cs#L13
Change 'Errors' to be read-only by removing the property setter (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2227)
|
|
Refit/MultipartItem.cs#L133
Properties should not return arrays (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1819)
|
|
Refit/RestMethodParameterInfo.cs#L62
Change 'List<RestMethodParameterProperty>' in 'RestMethodParameterInfo.ParameterProperties' to use 'Collection<T>', 'ReadOnlyCollection<T>' or 'KeyedCollection<K,V>' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1002)
|
|
Refit/RestMethodParameterInfo.cs#L62
Change 'ParameterProperties' to be read-only by removing the property setter (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2227)
|
|
Refit/RefitSettings.cs#L136
Change 'HttpRequestMessageOptions' to be read-only by removing the property setter (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2227)
|
|
Refit/ApiException.cs#L67
Field RefitSettings is a member of type ApiException which is serializable but is of type Refit.RefitSettings which is not serializable (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2235)
|
|
Refit/ValidationApiException.cs#L61
Field Content is a member of type ValidationApiException which is serializable but is of type Refit.ProblemDetails? which is not serializable (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2235)
|
|
Refit/ValidationApiException.cs#L9
Add the following constructor to ValidationApiException: public ValidationApiException(string message, Exception innerException) (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1032)
|
|
Refit/ValidationApiException.cs#L9
Add the following constructor to ValidationApiException: public ValidationApiException(string message) (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1032)
|
|
Refit/DynamicallyAccessedMembersAttribute.cs#L26
Specify AttributeUsage on DynamicallyAccessedMembersAttribute (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1018)
|
The logs for this run have expired and are no longer available.
Loading