Skip to content

feat: Add Caches module to Dotnet SDK (create, get, delete, update, list) #394

feat: Add Caches module to Dotnet SDK (create, get, delete, update, list)

feat: Add Caches module to Dotnet SDK (create, get, delete, update, list) #394

Triggered via pull request November 21, 2025 23:03
Status Success
Total duration 1m 3s
Artifacts

dotnet-tests.yml

on: pull_request
unit-e2e-tests
57s
unit-e2e-tests
Fit to window
Zoom out
Zoom in

Annotations

30 warnings
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/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/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/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/MockCredential.cs#L29
Cannot convert null literal to non-nullable reference 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/ComputeTokens/ComputeTokensTest.cs#L68
Converting null literal or possible null value to non-nullable type.
unit-e2e-tests: Google.GenAI.E2E.Tests/ComputeTokens/ComputeTokensTest.cs#L65
Converting null literal or possible null value to non-nullable type.
unit-e2e-tests: Google.GenAI.E2E.Tests/CountTokens/CountTokensTest.cs#L68
Converting null literal or possible null value to non-nullable type.
unit-e2e-tests: Google.GenAI.E2E.Tests/CountTokens/CountTokensTest.cs#L65
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/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/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