Skip to content

fix: use timeout cancellation token for live close async #410

fix: use timeout cancellation token for live close async

fix: use timeout cancellation token for live close async #410

Triggered via pull request November 24, 2025 23:49
Status Success
Total duration 1m 8s
Artifacts

dotnet-tests.yml

on: pull_request
unit-e2e-tests
1m 3s
unit-e2e-tests
Fit to window
Zoom out
Zoom in

Annotations

30 warnings
unit-e2e-tests: Google.GenAI.E2E.Tests/Caches/UpdateCacheTest.cs#L70
Converting null literal or possible null value to non-nullable type.
unit-e2e-tests: Google.GenAI.E2E.Tests/Caches/GetCacheTest.cs#L73
Converting null literal or possible null value to non-nullable type.
unit-e2e-tests: Google.GenAI.E2E.Tests/Caches/GetCacheTest.cs#L70
Converting null literal or possible null value to non-nullable type.
unit-e2e-tests: Google.GenAI.E2E.Tests/Caches/DeleteCacheTest.cs#L73
Converting null literal or possible null value to non-nullable type.
unit-e2e-tests: Google.GenAI.E2E.Tests/Caches/DeleteCacheTest.cs#L70
Converting null literal or possible null value to non-nullable type.
unit-e2e-tests: Google.GenAI.E2E.Tests/Caches/ListCacheTest.cs#L73
Converting null literal or possible null value to non-nullable type.
unit-e2e-tests: Google.GenAI.E2E.Tests/Caches/ListCacheTest.cs#L70
Converting null literal or possible null value to non-nullable type.
unit-e2e-tests: Google.GenAI.E2E.Tests/Caches/CreateCacheTest.cs#L73
Converting null literal or possible null value to non-nullable type.
unit-e2e-tests: Google.GenAI.E2E.Tests/Caches/CreateCacheTest.cs#L70
Converting null literal or possible null value to non-nullable type.
unit-e2e-tests: Google.GenAI.E2E.Tests/MockCredential.cs#L29
Cannot convert null literal to non-nullable reference type.
unit-e2e-tests: Google.GenAI.E2E.Tests/EditImage/EditImageTest.cs#L62
Converting null literal or possible null value to non-nullable type.
unit-e2e-tests: Google.GenAI.E2E.Tests/GenerateContent/GenerateContentErrorHandlingTest.cs#L66
Converting null literal or possible null value to non-nullable type.
unit-e2e-tests: Google.GenAI.E2E.Tests/GenerateContent/GenerateContentErrorHandlingTest.cs#L63
Converting null literal or possible null value to non-nullable type.
unit-e2e-tests: Google.GenAI.E2E.Tests/EditImage/EditImageErrorHandlingTest.cs#L67
Converting null literal or possible null value to non-nullable type.
unit-e2e-tests: Google.GenAI.E2E.Tests/EditImage/EditImageErrorHandlingTest.cs#L64
Converting null literal or possible null value to non-nullable type.
unit-e2e-tests: Google.GenAI.E2E.Tests/Caches/CreateCacheTest.cs#L73
Converting null literal or possible null value to non-nullable type.
unit-e2e-tests: Google.GenAI.E2E.Tests/Caches/CreateCacheTest.cs#L70
Converting null literal or possible null value to non-nullable type.
unit-e2e-tests: Google.GenAI.E2E.Tests/Caches/UpdateCacheTest.cs#L73
Converting null literal or possible null value to non-nullable type.
unit-e2e-tests: Google.GenAI.E2E.Tests/Caches/UpdateCacheTest.cs#L70
Converting null literal or possible null value to non-nullable type.
unit-e2e-tests: Google.GenAI.E2E.Tests/MockCredential.cs#L29
Cannot convert null literal to non-nullable reference type.
unit-e2e-tests: Google.GenAI/Caches.cs#L83
Possible null reference argument for parameter 'value' in 'void Common.SetValueByPath(JsonObject jsonObject, string[] path, object value)'.
unit-e2e-tests: Google.GenAI/Caches.cs#L78
Possible null reference argument for parameter 'value' in 'void Common.SetValueByPath(JsonObject jsonObject, string[] path, object value)'.
unit-e2e-tests: Google.GenAI/ApiClient.cs#L183
Dereference of a possibly null reference.
unit-e2e-tests: Google.GenAI/Caches.cs#L66
Possible null reference argument for parameter 'value' in 'void Common.SetValueByPath(JsonObject jsonObject, string[] path, object value)'.
unit-e2e-tests: Google.GenAI/Caches.cs#L59
Possible null reference argument for parameter 'fromObject' in 'JsonNode Caches.PartToMldev(JsonNode fromObject, JsonObject parentObject)'.
unit-e2e-tests: Google.GenAI/Caches.cs#L58
Dereference of a possibly null reference.
unit-e2e-tests: Google.GenAI/Caches.cs#L55
Converting null literal or possible null value to non-nullable type.
unit-e2e-tests: Google.GenAI/Caches.cs#L45
Possible null reference argument for parameter 'value' in 'void Common.SetValueByPath(JsonObject jsonObject, string[] path, object value)'.
unit-e2e-tests: Google.GenAI/Caches.cs#L36
Possible null reference argument for parameter 'value' in 'void Common.SetValueByPath(JsonObject jsonObject, string[] path, object value)'.
unit-e2e-tests: Google.GenAI/ApiClient.cs#L142
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