Skip to content

Create a console/background worker host for chat that still uses the tasks api #1

Create a console/background worker host for chat that still uses the tasks api

Create a console/background worker host for chat that still uses the tasks api #1

Triggered via pull request April 10, 2025 21:12
Status Success
Total duration 40s
Artifacts

workflow.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/Moneo.Common/MoneoResult.cs#L68
The member 'MoneoResult.ConversationNotFound(string)' does not hide an accessible member. The new keyword is not required.
build: src/Moneo.Common/MoneoResult.cs#L66
The member 'MoneoResult.AlreadyExists(string)' does not hide an accessible member. The new keyword is not required.
build: src/Moneo.Common/MoneoResult.cs#L64
The member 'MoneoResult.TaskNotFound(string)' does not hide an accessible member. The new keyword is not required.
build: src/Moneo.Common/MoneoResult.cs#L62
The member 'MoneoResult.Failed(Exception)' does not hide an accessible member. The new keyword is not required.
build: src/Moneo.Common/MoneoResult.cs#L60
The member 'MoneoResult.Failed(string, Exception?)' does not hide an accessible member. The new keyword is not required.
build: src/Chat/Moneo.Chat.Generators/UserRequestGenerators.cs#L252
Nullable value type may be null.
build: src/Chat/Moneo.Chat.Generators/UserRequestGenerators.cs#L241
Possible null reference assignment.
build: src/Chat/Moneo.Chat.Generators/ServiceCollectionExtensionsGenerator.cs#L13
Non-nullable property 'ImplementationName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Chat/Moneo.Chat.Generators/ServiceCollectionExtensionsGenerator.cs#L12
Non-nullable property 'InterfaceName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Chat/Moneo.Chat.Models/Commands/MoneoCommandResult.cs#L24
Non-nullable property 'MenuOptions' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.