Skip to content

Create dotnet.yml

Create dotnet.yml #1

Triggered via push May 21, 2024 10:48
Status Failure
Total duration 33s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
build
Process completed with exit code 1.
build: LlmTornado/Chat/Conversation.cs#L576
XML comment has badly formed XML -- 'Whitespace is not allowed at this location.'
build: LlmTornado/Chat/Conversation.cs#L644
XML comment has badly formed XML -- 'Whitespace is not allowed at this location.'
build: LlmTornado/Chat/Conversation.cs#L718
XML comment has badly formed XML -- 'Whitespace is not allowed at this location.'
build: LlmTornado/Files/FilePurpose.cs#L4
XML comment has badly formed XML -- 'Whitespace is not allowed at this location.'
build: LlmTornado/EndpointBase.cs#L16
The using directive for 'LlmTornado.Common' appeared previously in this namespace
build: LlmTornado/Completions/CompletionEndpoint.cs#L124
Cannot convert null literal to non-nullable reference type.
build: LlmTornado/Completions/CompletionEndpoint.cs#L280
Cannot convert null literal to non-nullable reference type.
build: LlmTornado/Images/ImageDetail.cs#L54
Nullability of type of parameter 'existingValue' doesn't match overridden member (possibly because of nullability attributes).
build: LlmTornado/Images/ImageDetail.cs#L59
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
build: LlmTornado/Assistants/AssistantResponse.cs#L24
'AssistantResponse.Object' hides inherited member 'ApiResultBase.Object'. Use the new keyword if hiding was intended.