Skip to content

xAI integration (#102) #96

xAI integration (#102)

xAI integration (#102) #96

Triggered via push November 25, 2025 18:10
Status Success
Total duration 1m 22s
Artifacts

publish.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

14 warnings
build
- Add a dependency group for net8.0 to the nuspec
build
Some target frameworks declared in the dependencies group of the nuspec and the lib/ref folder do not have exact matches in the other location. Consult the list of actions below:
build
A stable release of a package should not have a prerelease dependency. Either modify the version spec of dependency "Microsoft.SemanticKernel.Connectors.Google
build
A stable release of a package should not have a prerelease dependency. Either modify the version spec of dependency "ModelContextProtocol.AspNetCore
build: src/MaIN.Services/Services/LLMService/AnthropicService.cs#L491
Dereference of a possibly null reference.
build: src/MaIN.Services/Services/LLMService/Utils/AnthropicChatCompletionService.cs#L198
Possible null reference argument for parameter 'type' in 'string AnthropicChatCompletionService.MapToJsonSchemaType(Type type)'.
build: src/MaIN.Services/Services/LLMService/Memory/MemoryFactory.cs#L71
'GoogleAITextEmbeddingGenerationService' is obsolete: 'Use GoogleAIEmbeddingGenerator instead.'
build: src/MaIN.Services/Services/LLMService/Utils/AnthropicChatCompletionService.cs#L146
Dereference of a possibly null reference.
build: src/MaIN.Services/Services/TTSService/TextToSpeechService.cs#L20
'VoiceService' is obsolete: 'This is temporary, duct-tape like solution. It can and will evolve into something more robust'
build: src/MaIN.Services/Services/LLMService/AnthropicService.cs#L827
Non-nullable property 'Data' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/MaIN.Services/Services/LLMService/AnthropicService.cs#L832
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/MaIN.Services/Services/DataSourceProvider.cs#L74
Dereference of a possibly null reference.
build: src/MaIN.Services/Services/TTSService/VoiceService.cs#L62
Possible null reference assignment.
build: src/MaIN.Domain/Entities/Tools/ToolInvocation.cs#L5
Non-nullable property 'ToolName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.