Bump the nuget group with 1 update #106
Open
Annotations
1 error and 11 warnings
|
Test
Process completed with exit code 1.
|
|
Complete job
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-dotnet@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Build:
src/GenerativeAI/Helpers/BatchJsonLGenerator.cs#L227
In externally visible method 'string BatchJsonLGenerator.GenerateEmbeddingJsonL(IEnumerable<string> texts)', validate parameter 'texts' is non-null before using it. If appropriate, throw an 'ArgumentNullException' when the argument is 'null'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1062)
|
|
Build:
src/GenerativeAI/Helpers/BatchJsonLGenerator.cs#L174
In externally visible method 'string BatchJsonLGenerator.GenerateFromInlinedRequests(IEnumerable<InlinedRequest> requests)', validate parameter 'requests' is non-null before using it. If appropriate, throw an 'ArgumentNullException' when the argument is 'null'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1062)
|
|
Build:
src/GenerativeAI/Helpers/BatchJsonLGenerator.cs#L133
In externally visible method 'string BatchJsonLGenerator.GenerateContentWithFilesJsonL(IEnumerable<BatchRequestItem> requests, BatchOptions? options = null)', validate parameter 'requests' is non-null before using it. If appropriate, throw an 'ArgumentNullException' when the argument is 'null'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1062)
|
|
Build:
src/GenerativeAI/Helpers/BatchJsonLGenerator.cs#L62
In externally visible method 'string BatchJsonLGenerator.GenerateContentJsonL(IEnumerable<string> prompts, BatchOptions? options = null)', validate parameter 'prompts' is non-null before using it. If appropriate, throw an 'ArgumentNullException' when the argument is 'null'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1062)
|
|
Build:
src/GenerativeAI/Platforms/GoogleAIPlatformAdapter.cs#L219
In member string GoogleAIPlatformAdapter.GetBaseUrl(bool appendVersion = true, bool appendPublisher = true, bool appendLocation = true, bool appendProject = true), change parameter name appendVersion to appendVesion in order to match the identifier as it has been declared in string IPlatformAdapter.GetBaseUrl(bool appendVesion = true, bool appendPublisher = true, bool appendLocation = true, bool appendProject = true) (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1725)
|
|
Build:
src/GenerativeAI/Platforms/VertextPlatformAdapter.cs#L331
In member string VertextPlatformAdapter.GetBaseUrl(bool appendVersion = true, bool appendPublisher = true, bool appendLocation = true, bool appendProject = true), change parameter name appendVersion to appendVesion in order to match the identifier as it has been declared in string IPlatformAdapter.GetBaseUrl(bool appendVesion = true, bool appendPublisher = true, bool appendLocation = true, bool appendProject = true) (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1725)
|
|
Build:
src/GenerativeAI/Core/IPlatformAdapter.cs#L109
Parameter 'appendLocation' has no matching param tag in the XML comment for 'IPlatformAdapter.GetFullyQualifiedModelName(string, bool)' (but other parameters do)
|
|
Build:
src/GenerativeAI/Types/Jobs/JobStateConverter.cs#L43
Missing XML comment for publicly visible type or member 'JobStateConverter.Write(Utf8JsonWriter, JobState, JsonSerializerOptions)'
|
|
Build:
src/GenerativeAI/Types/Jobs/JobStateConverter.cs#L13
Missing XML comment for publicly visible type or member 'JobStateConverter.Read(ref Utf8JsonReader, Type, JsonSerializerOptions)'
|
|
Build:
src/GenerativeAI/Types/Jobs/JobStateConverter.cs#L27
Dereference of a possibly null reference.
|
background
wait
wait-all
cancel
Loading