feat/allow-message-collection #99
Merged
Annotations
10 warnings
|
Build project:
src/MaIN.Services/Services/LLMService/AnthropicService.cs#L513
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 project:
src/MaIN.Services/Services/LLMService/AnthropicService.cs#L470
Dereference of a possibly null reference.
|
|
Build project:
src/MaIN.Services/Services/LLMService/Utils/AnthropicChatCompletionService.cs#L198
Possible null reference argument for parameter 'type' in 'string AnthropicChatCompletionService.MapToJsonSchemaType(Type type)'.
|
|
Build project:
src/MaIN.Services/Services/LLMService/Utils/AnthropicChatCompletionService.cs#L146
Dereference of a possibly null reference.
|
|
Build project:
src/MaIN.Services/Services/LLMService/Memory/MemoryFactory.cs#L71
'GoogleAITextEmbeddingGenerationService' is obsolete: 'Use GoogleAIEmbeddingGenerator instead.'
|
|
Build project:
src/MaIN.Services/Services/LLMService/AnthropicService.cs#L811
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 project:
src/MaIN.Services/Services/LLMService/AnthropicService.cs#L806
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 project:
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 project:
src/MaIN.Services/Services/DataSourceProvider.cs#L74
Dereference of a possibly null reference.
|
|
Build project:
src/MaIN.Services/Services/TTSService/VoiceService.cs#L62
Possible null reference assignment.
|
Loading