Update to M.E.AI.Abstractions 9.9#75
Merged
Merged
Annotations
10 warnings
|
src/GenerativeAI.Microsoft/Extensions/ComprehensiveDateTimeTransformer.cs#L423
The behavior of 'DateTime.ToString(string)' could vary based on the current user's locale settings. Replace this call in 'ComprehensiveDateTimeTransformer.TransformToTimeOnly(JsonNode)' with a call to 'DateTime.ToString(string, IFormatProvider)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
src/GenerativeAI.Microsoft/Extensions/ComprehensiveDateTimeTransformer.cs#L414
The behavior of 'DateTime.ToString(string)' could vary based on the current user's locale settings. Replace this call in 'ComprehensiveDateTimeTransformer.TransformToTimeOnly(JsonNode)' with a call to 'DateTime.ToString(string, IFormatProvider)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
src/GenerativeAI.Microsoft/Extensions/MicrosoftExtensions.cs#L469
Parameter 'options' has no matching param tag in the XML comment for 'MicrosoftExtensions.ToChatMessages(List<Content>?, ChatOptions?)' (but other parameters do)
|
|
src/GenerativeAI.Microsoft/Extensions/MicrosoftExtensions.cs#L453
Parameter 'options' has no matching param tag in the XML comment for 'MicrosoftExtensions.ToChatMessage(GenerateContentResponse, ChatOptions?)' (but other parameters do)
|
|
src/GenerativeAI.Microsoft/Extensions/MicrosoftExtensions.cs#L383
Parameter 'options' has no matching param tag in the XML comment for 'MicrosoftExtensions.ToChatResponseUpdate(GenerateContentResponse?, ChatOptions?)' (but other parameters do)
|
|
src/GenerativeAI.Microsoft/Extensions/MicrosoftExtensions.cs#L360
Parameter 'options' has no matching param tag in the XML comment for 'MicrosoftExtensions.ToChatResponse(GenerateContentResponse?, ChatOptions?)' (but other parameters do)
|
|
src/GenerativeAI.Microsoft/Extensions/MicrosoftExtensions.cs#L843
Dereference of a possibly null reference.
|
|
src/GenerativeAI.Microsoft/Extensions/MicrosoftExtensions.cs#L799
Dereference of a possibly null reference.
|
|
src/GenerativeAI.Microsoft/Extensions/MicrosoftExtensions.cs#L731
Dereference of a possibly null reference.
|
|
src/GenerativeAI.Microsoft/Extensions/MicrosoftExtensions.cs#L598
Dereference of a possibly null reference.
|
The logs for this run have expired and are no longer available.
Loading