Skip to content

tests: enable PR merge tests with unit tests and e2e tests #2

tests: enable PR merge tests with unit tests and e2e tests

tests: enable PR merge tests with unit tests and e2e tests #2

Triggered via pull request October 3, 2025 20:45
Status Success
Total duration 1m 2s
Artifacts

unit-tests.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
test: Google.GenAI/Common.cs#L61
Dereference of a possibly null reference.
test: Google.GenAI/Common.cs#L58
Converting null literal or possible null value to non-nullable type.
test: Google.GenAI/Common.cs#L54
Dereference of a possibly null reference.
test: Google.GenAI/ApiClient.cs#L184
Dereference of a possibly null reference.
test: Google.GenAI/Client.cs#L62
Converting null literal or possible null value to non-nullable type.
test: Google.GenAI/Client.cs#L61
Converting null literal or possible null value to non-nullable type.
test: Google.GenAI/Client.cs#L60
Converting null literal or possible null value to non-nullable type.
test: Google.GenAI/ApiClient.cs#L143
The EnumeratorCancellationAttribute applied to parameter 'cancellationToken' will have no effect. The attribute is only effective on a parameter of type CancellationToken in an async-iterator method returning IAsyncEnumerable
test: Google.GenAI/HttpApiClient.cs#L64
'ServerError.StatusCode' hides inherited member 'HttpRequestException.StatusCode'. Use the new keyword if hiding was intended.
test: Google.GenAI/HttpApiClient.cs#L36
'ClientError.StatusCode' hides inherited member 'HttpRequestException.StatusCode'. Use the new keyword if hiding was intended.