Skip to content

Release Google.GenAI version 0.6.0 (#102) #4

Release Google.GenAI version 0.6.0 (#102)

Release Google.GenAI version 0.6.0 (#102) #4

Triggered via push November 18, 2025 06:27
Status Success
Total duration 32s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
publish: Google.GenAI/Common.cs#L86
Possible null reference argument for parameter 'jsonObject' in 'void Common.SetValueByPath(JsonObject jsonObject, string[] path, object value)'.
publish: Google.GenAI/Common.cs#L86
Converting null literal or possible null value to non-nullable type.
publish: Google.GenAI/Common.cs#L79
Dereference of a possibly null reference.
publish: Google.GenAI/Common.cs#L72
Possible null reference argument for parameter 'jsonObject' in 'void Common.SetValueByPath(JsonObject jsonObject, string[] path, object value)'.
publish: Google.GenAI/Common.cs#L72
Converting null literal or possible null value to non-nullable type.
publish: Google.GenAI/Common.cs#L61
Dereference of a possibly null reference.
publish: Google.GenAI/Common.cs#L58
Converting null literal or possible null value to non-nullable type.
publish: Google.GenAI/Common.cs#L54
Dereference of a possibly null reference.
publish: Google.GenAI/ApiClient.cs#L184
Dereference of a possibly null reference.
publish: Google.GenAI/ApiClient.cs#L143
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