Skip to content

Rethrow for Better Stack Trace (#1532) #166

Rethrow for Better Stack Trace (#1532)

Rethrow for Better Stack Trace (#1532) #166

Triggered via push July 7, 2023 15:39
Status Failure
Total duration 5m 24s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

ci-build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
build / build
The process 'C:\Program Files\dotnet\dotnet.exe' failed with exit code 1
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'