Skip to content

build(deps): bump xunit from 2.5.0 to 2.5.1 #220

build(deps): bump xunit from 2.5.0 to 2.5.1

build(deps): bump xunit from 2.5.0 to 2.5.1 #220

Triggered via pull request September 29, 2023 03:02
Status Failure
Total duration 6m 36s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

ci-build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 10 warnings
build / build: Refit.Tests/RestService.cs#L1036
Test methods must not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
build / build: Refit.Tests/RestService.cs#L1037
Test methods must not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
build / build: Refit.Tests/RestService.cs#L1039
Test methods must not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
build / build: Refit.Tests/RestService.cs#L1040
Test methods must not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
build / build: Refit.Tests/RestService.cs#L1505
Test methods must not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
build / build: Refit.Tests/RequestBuilder.cs#L1591
Test methods must not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
build / build: Refit.Tests/RequestBuilder.cs#L1593
Test methods must not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
build / build: Refit.Tests/RequestBuilder.cs#L1594
Test methods must not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
build / build: Refit.Tests/RequestBuilder.cs#L1595
Test methods must not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
build / build: Refit.Tests/RequestBuilder.cs#L1596
Test methods must not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
build / build: Refit/RefitSettings.cs#L22
Non-nullable property 'HttpRequestMessageOptions' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build / build: Refit/RefitSettings.cs#L36
Non-nullable property 'HttpRequestMessageOptions' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build / build: Refit/ApiException.cs#L65
Missing XML comment for publicly visible type or member 'ApiException.ApiException(HttpRequestMessage, HttpMethod, string?, HttpStatusCode, string?, HttpResponseHeaders, RefitSettings, Exception?)'
build / build: Refit/ApiException.cs#L70
Missing XML comment for publicly visible type or member 'ApiException.ApiException(string, HttpRequestMessage, HttpMethod, string?, HttpStatusCode, string?, HttpResponseHeaders, RefitSettings, Exception?)'
build / build: Refit/ApiResponse.cs#L53
Missing XML comment for publicly visible type or member 'ApiResponse<T>.Headers'
build / build: Refit/ApiResponse.cs#L55
Missing XML comment for publicly visible type or member 'ApiResponse<T>.ContentHeaders'
build / build: Refit/ApiResponse.cs#L62
Missing XML comment for publicly visible type or member 'ApiResponse<T>.IsSuccessStatusCode'
build / build: Refit/ApiResponse.cs#L64
Missing XML comment for publicly visible type or member 'ApiResponse<T>.ReasonPhrase'
build / build: Refit/ApiResponse.cs#L66
Missing XML comment for publicly visible type or member 'ApiResponse<T>.RequestMessage'
build / build: Refit/ApiResponse.cs#L68
Missing XML comment for publicly visible type or member 'ApiResponse<T>.StatusCode'