Skip to content

feat: Update README.md (#55) #108

feat: Update README.md (#55)

feat: Update README.md (#55) #108

Triggered via push November 8, 2023 14:19
Status Success
Total duration 4m 55s
Artifacts 1
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

dotnet.yml

on: push
Build, test and publish  /  Build, test and publish
4m 44s
Build, test and publish / Build, test and publish
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Build, test and publish / Build, test and publish: 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)
Build, test and publish / Build, test and publish: 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)
Build, test and publish / Build, test and publish: 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)
Build, test and publish / Build, test and publish: 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)
Build, test and publish / Build, test and publish: 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)
Build, test and publish / Build, test and publish: 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)
Build, test and publish / Build, test and publish: 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)
Build, test and publish / Build, test and publish: src/libs/LangChain.Core/Callback/CallbackManagerForRetrieverRun.cs#L42
Possible multiple enumerations of 'IEnumerable' collection. Consider using an implementation that avoids multiple enumerations. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1851)
Build, test and publish / Build, test and publish: 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)

Artifacts

Produced during runtime
Name Size
nuget-packages Expired
6.51 MB