Skip to content

Fix Api client targeting wrong URL & Fix data type of subscription status response #8

Fix Api client targeting wrong URL & Fix data type of subscription status response

Fix Api client targeting wrong URL & Fix data type of subscription status response #8

Triggered via pull request January 21, 2025 16:59
Status Success
Total duration 40s
Artifacts

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 warnings
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build: src/AppStoreServerApiClient.cs#L106
The type 'object?' cannot be used as type parameter 'TReturn' in the generic type or method 'AppStoreServerApiClient.MakeRequest<TReturn>(string, HttpMethod, Dictionary<string, string>?, object?, bool)'. Nullability of type argument 'object?' doesn't match 'class' constraint.
build: src/AppStoreServerApiClient.cs#L106
The type 'object?' cannot be used as type parameter 'TReturn' in the generic type or method 'AppStoreServerApiClient.MakeRequest<TReturn>(string, HttpMethod, Dictionary<string, string>?, object?, bool)'. Nullability of type argument 'object?' doesn't match 'class' constraint.