Release Google.GenAI version 0.6.0 (#102) #4
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
|