1.3.0 #16
Triggered via release
February 1, 2024 10:34
kbeaugrand
published
1.3.0
Status
Success
Total duration
36s
Artifacts
–
Annotations
12 warnings
Publish (Assistants)
A stable release of a package should not have a prerelease dependency. Either modify the version spec of dependency "Microsoft.SemanticKernel.Planners.Handlebars
|
Publish (Assistants)
A stable release of a package should not have a prerelease dependency. Either modify the version spec of dependency "Microsoft.SemanticKernel.Planners.OpenAI
|
Publish (Assistants):
src/Assistants/Thread.cs#L72
Cannot convert null literal to non-nullable reference type.
|
Publish (Assistants):
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.
|
Publish (Assistants):
src/Assistants/GroupThread/GroupThread.cs#L65
Dereference of a possibly null reference.
|
Publish (Assistants):
src/Assistants/AssistantBuilder.cs#L138
XML comment has a param tag for 'inputParameter', but there is no parameter by that name
|
Publish (Assistants):
src/Assistants/AssistantBuilder.cs#L140
Parameter 'description' has no matching param tag in the XML comment for 'AssistantBuilder.WithInputParameter(string, string)' (but other parameters do)
|
Publish (Assistants):
src/Assistants/AssistantBuilder.cs#L140
Parameter 'defaultValue' has no matching param tag in the XML comment for 'AssistantBuilder.WithInputParameter(string, string)' (but other parameters do)
|
Publish (Assistants):
src/Assistants/Extensions/KernelExtensions.cs#L19
XML comment has a param tag for 'model', but there is no parameter by that name
|
Publish (Assistants):
src/Assistants/Extensions/KernelExtensions.cs#L19
XML comment has cref attribute 'AgentAssistantModel' that could not be resolved
|
Publish (Assistants):
src/Assistants/Extensions/KernelExtensions.cs#L20
Parameter 'otherAssistant' has no matching param tag in the XML comment for 'KernelExtensions.ImportPluginFromAgent(Kernel, IAssistant, IAssistant)' (but other parameters do)
|
Publish (Assistants):
src/Assistants/Models/AssistantPromptExecutionSettings.cs#L6
Missing XML comment for publicly visible type or member 'AssistantPromptExecutionSettings'
|