Skip to content

feat: added more Amazon Bedrock models and added SageMaker project #117

feat: added more Amazon Bedrock models and added SageMaker project

feat: added more Amazon Bedrock models and added SageMaker project #117

Triggered via pull request February 12, 2024 15:06
Status Failure
Total duration 4m 6s
Artifacts

pull-request.yml

on: pull_request
Build and test  /  Build, test and publish
3m 55s
Build and test / Build, test and publish
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 11 warnings
Build and test / Build, test and publish: src/tests/LangChain.Providers.Bedrock.IntegrationTests/BedrockTests.cs#L9
The type or namespace name 'Bedrock' does not exist in the namespace 'LangChain.Providers.Amazon' (are you missing an assembly reference?)
Build and test / Build, test and publish: src/tests/LangChain.Providers.Bedrock.IntegrationTests/BedrockTests.cs#L10
The type or namespace name 'Bedrock' does not exist in the namespace 'LangChain.Providers.Amazon' (are you missing an assembly reference?)
Build and test / Build, test and publish: src/tests/LangChain.Providers.Bedrock.IntegrationTests/BedrockTests.cs#L11
The type or namespace name 'Bedrock' does not exist in the namespace 'LangChain.Providers.Amazon' (are you missing an assembly reference?)
Build and test / Build, test and publish: src/tests/LangChain.Providers.Bedrock.IntegrationTests/BedrockTests.cs#L13
The type or namespace name 'Sources' does not exist in the namespace 'LangChain' (are you missing an assembly reference?)
Build and test / Build, test and publish: src/tests/LangChain.Providers.Bedrock.IntegrationTests/SageMakerTests.cs#L9
The type or namespace name 'Bedrock' does not exist in the namespace 'LangChain.Providers.Amazon' (are you missing an assembly reference?)
Build and test / Build, test and publish: src/tests/LangChain.Providers.Bedrock.IntegrationTests/SageMakerTests.cs#L10
The type or namespace name 'Bedrock' does not exist in the namespace 'LangChain.Providers.Amazon' (are you missing an assembly reference?)
Build and test / Build, test and publish: src/tests/LangChain.Providers.Bedrock.IntegrationTests/SageMakerTests.cs#L11
The type or namespace name 'Bedrock' does not exist in the namespace 'LangChain.Providers.Amazon' (are you missing an assembly reference?)
Build and test / Build, test and publish: src/tests/LangChain.Providers.Bedrock.IntegrationTests/SageMakerTests.cs#L12
The type or namespace name 'SageMaker' does not exist in the namespace 'LangChain.Providers.Amazon' (are you missing an assembly reference?)
Build and test / Build, test and publish: src/tests/LangChain.Providers.Bedrock.IntegrationTests/SageMakerTests.cs#L14
The type or namespace name 'Sources' does not exist in the namespace 'LangChain' (are you missing an assembly reference?)
Build and test / Build, test and publish: src/tests/LangChain.Providers.Bedrock.IntegrationTests/BedrockTests.cs#L9
The type or namespace name 'Bedrock' does not exist in the namespace 'LangChain.Providers.Amazon' (are you missing an assembly reference?)
Build and test / Build, test and publish
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Build and test / Build, test and publish: src/libs/LangChain.Core/Chains/StackableChains/Agents/Tools/BuiltIn/Classes/GoogleResults.cs#L14
Non-nullable property 'items' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build and test / Build, test and publish: src/libs/LangChain.Core/Chains/StackableChains/Agents/Tools/BuiltIn/Classes/GoogleResults.cs#L9
Non-nullable property 'title' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build and test / Build, test and publish: src/libs/LangChain.Core/Chains/StackableChains/Agents/Tools/BuiltIn/Classes/GoogleResults.cs#L10
Non-nullable property 'link' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build and test / Build, test and publish: src/libs/LangChain.Core/Chains/StackableChains/Agents/Tools/BuiltIn/Classes/GoogleResults.cs#L11
Non-nullable property 'snippet' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build and test / Build, test and publish: src/libs/LangChain.Core/Chains/StackableChains/Agents/Tools/BuiltIn/Classes/GoogleResults.cs#L7
Do not nest type Item. Alternatively, change its accessibility so that it is not externally visible. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1034)
Build and test / Build, test and publish: 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 and test / Build, test and publish: src/libs/LangChain.Core/Chains/StackableChains/Extensions/HookExtension.cs#L10
In externally visible method 'T HookExtension.Hook<T>(T chain, Action<IChainValues> hook)', validate parameter 'chain' 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)