Build and Deploy - Production #31
Annotations
10 warnings
Build with dotnet:
src/Shared/ChatMessage.cs#L6
Non-nullable property 'Role' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build with dotnet:
src/Shared/ChatMessage.cs#L6
Non-nullable property 'Content' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build with dotnet:
src/Shared/ChatLinkedListItem.cs#L8
Non-nullable property 'Message' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build with dotnet:
src/Shared/ChatMessage.cs#L11
Possible null reference assignment.
|
Build with dotnet:
src/Shared/ChatMessage.cs#L8
Non-nullable property 'Content' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build with dotnet:
src/Shared/ChatLinkedList.cs#L20
Possible null reference argument for parameter 'previous' in 'ChatLinkedListItem.ChatLinkedListItem(ChatMessage message, ChatLinkedListItem previous, AvailableGptModels gptModel)'.
|
Build with dotnet:
src/Application/Services/OpenAiServiceFactory.cs#L15
Non-nullable field '_gpt3Service' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build with dotnet:
src/Application/Services/OpenAiServiceFactory.cs#L15
Non-nullable field '_gpt4Service' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build with dotnet:
src/Application/Services/OpenAiServiceFactory.cs#L48
Possible null reference assignment.
|
Build with dotnet:
src/Application/Services/RelevantRulesService.cs#L41
Possible null reference argument for parameter 'item' in 'void List<string>.Add(string item)'.
|
Loading