use Node 20 for action #53
Annotations
10 warnings
Build:
src/Mscc.GenerativeAI/GenerativeModel.cs#L412
Unreachable code detected
|
Build:
src/Mscc.GenerativeAI/GenerativeModel.cs#L543
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#L550
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#L557
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#L564
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#L571
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#L43
Field 'GenerativeModel._tools' is never assigned to, and will always have its default value null
|
Build:
src/Mscc.GenerativeAI/GenerativeModel.cs#L584
Parameter 'taskType' has no matching param tag in the XML comment for 'GenerativeModel.EmbedContent(string?, TaskType?, string?)' (but other parameters do)
|
Build:
src/Mscc.GenerativeAI/GenerativeModel.cs#L584
Parameter 'title' has no matching param tag in the XML comment for 'GenerativeModel.EmbedContent(string?, TaskType?, string?)' (but other parameters do)
|
Build:
src/Mscc.GenerativeAI/GenerativeModel.cs#L650
Parameter 'generationConfig' has no matching param tag in the XML comment for 'GenerativeModel.StartChat(List<ContentResponse>?, GenerationConfig?, List<SafetySetting>?, List<Tool>?)' (but other parameters do)
|
Loading