Added something similar to LCEL #38
Annotations
10 warnings
src/libs/LangChain.Core/Base/Tracers/ConsoleCallbackHandler.cs#L190
The variable '_' is declared but never used
|
src/libs/LangChain.Core/Base/Tracers/TracerException.cs#L6
Add the following constructor to TracerException: public TracerException() (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1032)
|
src/libs/LangChain.Core/Base/Tracers/TracerException.cs#L6
Add the following constructor to TracerException: public TracerException(string message, Exception innerException) (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1032)
|
src/libs/LangChain.Core/Chains/StackableChains/BaseStackableChain.cs#L68
Provide a method named 'BitwiseOr' as a friendly alternate for operator op_BitwiseOr (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2225)
|
src/libs/LangChain.Core/Chains/StackableChains/Exceptions/StackableChainException.cs#L3
Add the following constructor to StackableChainException: public StackableChainException() (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1032)
|
src/libs/LangChain.Core/Chains/StackableChains/Exceptions/StackableChainException.cs#L3
Add the following constructor to StackableChainException: public StackableChainException(string message) (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1032)
|
src/libs/LangChain.Core/Chains/StackableChains/StackChain.cs#L12
Avoid unnecessary zero-length array allocations. Use Array.Empty<string>() instead. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1825)
|
src/libs/LangChain.Core/Chains/StackableChains/StackChain.cs#L13
Avoid unnecessary zero-length array allocations. Use Array.Empty<string>() instead. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1825)
|
src/libs/LangChain.Core/Docstore/Document.cs#L35
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
src/libs/LangChain.Core/Docstore/Document.cs#L51
Prefer using 'string.Equals(string, StringComparison)' to perform a case-insensitive comparison, but keep in mind that this might cause subtle changes in behavior, so make sure to conduct thorough testing after applying the suggestion, or if culturally sensitive comparison is not required, consider using 'StringComparison.OrdinalIgnoreCase' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1862)
|
The logs for this run have expired and are no longer available.
Loading