Release Google.GenAI version 0.7.0 #391
dotnet-tests.yml
on: pull_request
unit-e2e-tests
1m 4s
Annotations
30 warnings
|
unit-e2e-tests:
Google.GenAI.E2E.Tests/ComputeTokens/ComputeTokensTest.cs#L32
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/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/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/GenerateContent/GenerateContentSimpleTest.cs#L68
Converting null literal or possible null value to non-nullable type.
|
|
unit-e2e-tests:
Google.GenAI.E2E.Tests/GenerateContent/GenerateContentSimpleTest.cs#L65
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.E2E.Tests/GenerateContent/GenerateContentErrorHandlingTest.cs#L63
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/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/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
|