bump version #55
Annotations
10 warnings
Build:
src/Mscc.GenerativeAI/Enums/Operator.cs#L26
XML comment has badly formed XML -- 'Whitespace is not allowed at this location.'
|
Build:
src/Mscc.GenerativeAI/Enums/Operator.cs#L38
XML comment has badly formed XML -- 'Whitespace is not allowed at this location.'
|
Build:
src/Mscc.GenerativeAI/GenerativeModel.cs#L397
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
Build:
src/Mscc.GenerativeAI/GenerativeModel.cs#L527
Unreachable code detected
|
Build:
src/Mscc.GenerativeAI/GenerativeModel.cs#L43
Field 'GenerativeModel._tools' is never assigned to, and will always have its default value null
|
Build:
src/Mscc.GenerativeAI/GenerativeModel.cs#L397
Parameter 'tunedModel' has no matching param tag in the XML comment for 'GenerativeModel.PatchTunedModel(string, ModelResponse, string?)' (but other parameters do)
|
Build:
src/Mscc.GenerativeAI/GenerativeModel.cs#L397
Parameter 'updateMask' has no matching param tag in the XML comment for 'GenerativeModel.PatchTunedModel(string, ModelResponse, string?)' (but other parameters do)
|
Build:
src/Mscc.GenerativeAI/GenerativeModel.cs#L703
XML comment has a param tag for 'prompt', but there is no parameter by that name
|
Build:
src/Mscc.GenerativeAI/GenerativeModel.cs#L709
Parameter 'request' has no matching param tag in the XML comment for 'GenerativeModel.EmbedContent(EmbedContentRequest, TaskType?, string?)' (but other parameters do)
|
Build:
src/Mscc.GenerativeAI/Types/ChatSession.cs#L28
Parameter 'generationConfig' has no matching param tag in the XML comment for 'ChatSession.ChatSession(GenerativeModel, List<ContentResponse>?, GenerationConfig?, List<SafetySetting>?, List<Tool>?)' (but other parameters do)
|
Loading