Create a console/background worker host for chat that still uses the tasks api #1
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.
|