Serve example #146
Merged
Serve example #146
Annotations
11 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Build using dotnet:
src/libs/Utilities/LangChain.Serve/ServeExtensions.cs#L30
Return type of 'ServeExtensions.UseLangChainServe(WebApplication, Action<ServeOptions>)' is not CLS-compliant
|
Build using dotnet:
src/libs/Utilities/LangChain.Serve/ServeExtensions.cs#L30
Argument type 'WebApplication' is not CLS-compliant
|
Build using dotnet:
src/libs/Utilities/LangChain.Serve/Classes/DTO/ConversationCreationDTO.cs#L3
Non-nullable property 'ModelName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build using dotnet:
src/libs/Utilities/LangChain.Serve/Classes/DTO/PostMessageDTO.cs#L7
Non-nullable property 'Content' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build using dotnet:
src/libs/Utilities/LangChain.Serve/Classes/DTO/MessageDTO.cs#L7
Non-nullable property 'Content' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build using dotnet:
src/libs/Utilities/LangChain.Serve/Classes/DTO/MessageDTO.cs#L9
Non-nullable property 'Author' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build using dotnet:
src/libs/Utilities/LangChain.Serve/Classes/DTO/ConversationDTO.cs#L16
Possible null reference return.
|
Build using dotnet:
src/libs/Utilities/LangChain.Serve/Classes/DTO/ConversationDTO.cs#L8
Non-nullable property 'ModelName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build using dotnet:
src/libs/Utilities/LangChain.Serve/Classes/Repository/StoredMessage.cs#L8
Non-nullable property 'Content' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build using dotnet:
src/libs/Utilities/LangChain.Serve/Classes/Repository/StoredConversation.cs#L6
Non-nullable property 'ModelName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
The logs for this run have expired and are no longer available.
Loading