Skip to content

feat: Add support for Tunings.tune() and Tunings.get() in Dotnet SDK #387

feat: Add support for Tunings.tune() and Tunings.get() in Dotnet SDK

feat: Add support for Tunings.tune() and Tunings.get() in Dotnet SDK #387

Triggered via pull request November 21, 2025 22:35
Status Success
Total duration 1m 8s
Artifacts

dotnet-tests.yml

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

Annotations

30 warnings
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/GenerateContent/GenerateContentStreamSimpleTest.cs#L66
Converting null literal or possible null value to non-nullable type.
unit-e2e-tests: Google.GenAI.E2E.Tests/GenerateContent/GenerateContentStreamSimpleTest.cs#L63
Converting null literal or possible null value to non-nullable type.
unit-e2e-tests: Google.GenAI.E2E.Tests/GenerateImages/GenerateImagesErrorHandlingTest.cs#L66
Converting null literal or possible null value to non-nullable type.
unit-e2e-tests: Google.GenAI.E2E.Tests/GenerateImages/GenerateImagesErrorHandlingTest.cs#L63
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/MockCredential.cs#L29
Cannot convert null literal to non-nullable reference 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/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/EmbedContent/EmbedContentTest.cs#L68
Converting null literal or possible null value to non-nullable type.
unit-e2e-tests: Google.GenAI.E2E.Tests/EmbedContent/EmbedContentTest.cs#L65
Converting null literal or possible null value to non-nullable type.
unit-e2e-tests: Google.GenAI.E2E.Tests/EditImage/EditImageTest.cs#L65
Converting null literal or possible null value to non-nullable 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/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/MockCredential.cs#L29
Cannot convert null literal to non-nullable reference type.
unit-e2e-tests: Google.GenAI/Common.cs#L86
Possible null reference argument for parameter 'jsonObject' in 'void Common.SetValueByPath(JsonObject jsonObject, string[] path, object value)'.
unit-e2e-tests: Google.GenAI/Common.cs#L86
Converting null literal or possible null value to non-nullable type.
unit-e2e-tests: Google.GenAI/Common.cs#L79
Dereference of a possibly null reference.
unit-e2e-tests: Google.GenAI/Common.cs#L72
Possible null reference argument for parameter 'jsonObject' in 'void Common.SetValueByPath(JsonObject jsonObject, string[] path, object value)'.
unit-e2e-tests: Google.GenAI/Common.cs#L72
Converting null literal or possible null value to non-nullable type.
unit-e2e-tests: Google.GenAI/Common.cs#L61
Dereference of a possibly null reference.
unit-e2e-tests: Google.GenAI/Common.cs#L58
Converting null literal or possible null value to non-nullable type.
unit-e2e-tests: Google.GenAI/Common.cs#L54
Dereference of a possibly null reference.
unit-e2e-tests: Google.GenAI/ApiClient.cs#L183
Dereference of a possibly null reference.
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