feat: Support Batches module for C# SDK (Create, CreateEmbeddings, Get, Cancel, List, Delete) #399
dotnet-tests.yml
on: pull_request
unit-e2e-tests
1m 8s
Annotations
30 warnings
|
unit-e2e-tests:
Google.GenAI.E2E.Tests/Batches/CreateBatchTest.cs#L66
Converting null literal or possible null value to non-nullable type.
|
|
unit-e2e-tests:
Google.GenAI.E2E.Tests/Batches/ListBatchTest.cs#L70
Converting null literal or possible null value to non-nullable type.
|
|
unit-e2e-tests:
Google.GenAI.E2E.Tests/Batches/ListBatchTest.cs#L67
Converting null literal or possible null value to non-nullable type.
|
|
unit-e2e-tests:
Google.GenAI.E2E.Tests/Batches/GetBatchTest.cs#L70
Converting null literal or possible null value to non-nullable type.
|
|
unit-e2e-tests:
Google.GenAI.E2E.Tests/Batches/GetBatchTest.cs#L67
Converting null literal or possible null value to non-nullable type.
|
|
unit-e2e-tests:
Google.GenAI.E2E.Tests/Batches/DeleteBatchTest.cs#L69
Converting null literal or possible null value to non-nullable type.
|
|
unit-e2e-tests:
Google.GenAI.E2E.Tests/Batches/CancelBatchTest.cs#L70
Converting null literal or possible null value to non-nullable type.
|
|
unit-e2e-tests:
Google.GenAI.E2E.Tests/Batches/CancelBatchTest.cs#L67
Converting null literal or possible null value to non-nullable type.
|
|
unit-e2e-tests:
Google.GenAI.E2E.Tests/Batches/DeleteBatchTest.cs#L66
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/Batches/DeleteBatchTest.cs#L30
Non-nullable field 'vertexClient' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
unit-e2e-tests:
Google.GenAI.E2E.Tests/Batches/GetBatchTest.cs#L70
Converting null literal or possible null value to non-nullable type.
|
|
unit-e2e-tests:
Google.GenAI.E2E.Tests/Batches/GetBatchTest.cs#L67
Converting null literal or possible null value to non-nullable type.
|
|
unit-e2e-tests:
Google.GenAI.E2E.Tests/Batches/CancelBatchTest.cs#L70
Converting null literal or possible null value to non-nullable type.
|
|
unit-e2e-tests:
Google.GenAI.E2E.Tests/Batches/EmbeddingBatchTest.cs#L71
Converting null literal or possible null value to non-nullable type.
|
|
unit-e2e-tests:
Google.GenAI.E2E.Tests/Batches/CancelBatchTest.cs#L67
Converting null literal or possible null value to non-nullable type.
|
|
unit-e2e-tests:
Google.GenAI.E2E.Tests/Batches/EmbeddingBatchTest.cs#L68
Converting null literal or possible null value to non-nullable type.
|
|
unit-e2e-tests:
Google.GenAI.E2E.Tests/Batches/DeleteBatchTest.cs#L69
Converting null literal or possible null value to non-nullable type.
|
|
unit-e2e-tests:
Google.GenAI.E2E.Tests/Batches/DeleteBatchTest.cs#L66
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/Batches.cs#L89
Possible null reference argument for parameter 'value' in 'void Common.SetValueByPath(JsonObject jsonObject, string[] path, object value)'.
|
|
unit-e2e-tests:
Google.GenAI/Batches.cs#L81
Possible null reference argument for parameter 'value' in 'void Common.SetValueByPath(JsonObject jsonObject, string[] path, object value)'.
|
|
unit-e2e-tests:
Google.GenAI/Batches.cs#L74
Possible null reference argument for parameter 'value' in 'void Common.SetValueByPath(JsonObject jsonObject, string[] path, object value)'.
|
|
unit-e2e-tests:
Google.GenAI/Batches.cs#L61
Possible null reference argument for parameter 'value' in 'void Common.SetValueByPath(JsonObject jsonObject, string[] path, object value)'.
|
|
unit-e2e-tests:
Google.GenAI/Batches.cs#L52
Possible null reference argument for parameter 'fromObject' in 'JsonNode Batches.InlinedResponseFromMldev(JsonNode fromObject, JsonObject parentObject)'.
|
|
unit-e2e-tests:
Google.GenAI/Batches.cs#L50
Dereference of a possibly null reference.
|
|
unit-e2e-tests:
Google.GenAI/Batches.cs#L46
Converting null literal or possible null value to non-nullable type.
|
|
unit-e2e-tests:
Google.GenAI/Batches.cs#L41
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
|
|
unit-e2e-tests:
Google.GenAI/Batches.cs#L27
The using directive for 'Google.GenAI.Types' appeared previously in this namespace
|