Bump Microsoft.SemanticKernel.Abstractions from 1.32.0 to 1.33.0 #293
Annotations
11 warnings
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
build:
src/Assistants/Thread.cs#L71
Cannot convert null literal to non-nullable reference type.
|
build:
src/Assistants/GroupThread/GroupThread.cs#L41
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
build:
src/Assistants/GroupThread/GroupThread.cs#L65
Dereference of a possibly null reference.
|
build:
src/Assistants/Models/AssistantInputParameters.cs#L27
Missing XML comment for publicly visible type or member 'AssistantInputParameter.DefaultValue'
|
build:
src/Assistants/Models/AssistantPromptExecutionSettings.cs#L6
Missing XML comment for publicly visible type or member 'AssistantPromptExecutionSettings'
|
build:
src/Assistants/Models/AssistantPromptExecutionSettings.cs#L50
Change 'StopSequences' to be read-only by removing the property setter
|
build:
src/Assistants/GroupThread/IGroupThread.cs#L24
Change the event 'OnMessageReceived' to replace the type 'System.EventHandler<Microsoft.SemanticKernel.ChatMessageContent>?' with a generic EventHandler, for example EventHandler<T>, where T is a valid EventArgs
|
build:
src/Assistants/AssistantBuilder.cs#L143
In externally visible method 'AssistantBuilder AssistantBuilder.WithKernelToClone(Kernel kernelToClone)', validate parameter 'kernelToClone' is non-null before using it. If appropriate, throw an ArgumentNullException when the argument is null or add a Code Contract precondition asserting non-null argument.
|
build:
src/Assistants/Thread.cs#L98
For improved performance, use the LoggerMessage delegates instead of calling 'LoggerExtensions.LogInformation(ILogger, string?, params object?[])'
|
build:
src/Assistants/Thread.cs#L98
The logging message template should not vary between calls to 'LoggerExtensions.LogInformation(ILogger, string?, params object?[])'
|