feat: added file-based history #121
Merged
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/LangChain.Core/Memory/FileChatMessageHistory.cs#L25
Possible null reference return.
|
Build using dotnet:
src/libs/LangChain.Core/Memory/FileChatMessageHistory.cs#L34
Non-nullable field '_messages' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Build using dotnet:
src/libs/LangChain.Core/Memory/FileChatMessageHistory.cs#L64
Possible null reference assignment.
|
Build using dotnet:
src/libs/LangChain.Core/Memory/FileChatMessageHistory.cs#L43
Consider calling ConfigureAwait on the awaited task (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2007)
|
Build using dotnet:
src/libs/LangChain.Core/Memory/FileChatMessageHistory.cs#L50
Consider calling ConfigureAwait on the awaited task (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2007)
|
Build using dotnet:
src/libs/LangChain.Core/Memory/FileChatMessageHistory.cs#L56
Consider calling ConfigureAwait on the awaited task (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2007)
|
Build using dotnet:
src/libs/LangChain.Core/Memory/FileChatMessageHistory.cs#L63
Consider calling ConfigureAwait on the awaited task (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2007)
|
Build using dotnet:
src/libs/LangChain.Core/Chains/StackableChains/ExtractCodeChain.cs#L22
The behavior of 'string.StartsWith(string)' could vary based on the current user's locale settings. Replace this call in 'LangChain.Chains.StackableChains.ExtractCodeChain.ExtractCode(string)' with a call to 'string.StartsWith(string, System.StringComparison)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1310)
|
Build using dotnet:
src/libs/LangChain.Core/Chains/StackableChains/ExtractCodeChain.cs#L48
In externally visible method 'Task<IChainValues> ExtractCodeChain.InternalCall(IChainValues values)', validate parameter 'values' is non-null before using it. If appropriate, throw an 'ArgumentNullException' when the argument is 'null'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1062)
|
Build using dotnet:
src/libs/LangChain.Core/Memory/FileChatMessageHistory.cs#L25
Possible null reference return.
|
The logs for this run have expired and are no longer available.
Loading