Skip to content

Bump braces from 3.0.2 to 3.0.3 in /src/vscode #33

Bump braces from 3.0.2 to 3.0.3 in /src/vscode

Bump braces from 3.0.2 to 3.0.3 in /src/vscode #33

Triggered via pull request November 5, 2024 14:34
Status Failure
Total duration 30d 0h 0m 13s
Artifacts

ci_tests.yml

on: pull_request
build_test  /  build_test_archive
3m 24s
build_test / build_test_archive
build_test_backward_compatibility  /  build_test_archive
0s
build_test_backward_compatibility / build_test_archive
MC Integration review time expired
Fit to window
Zoom out
Zoom in

Annotations

1 error and 12 warnings
build_test_backward_compatibility / build_test_archive
The deployment was rejected or didn't satisfy other protection rules.
init
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build_test / build_test_archive
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3, actions/setup-node@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build_test / build_test_archive: src/Sage.PackageManager/ContentCompiler.cs#L118
Possible null reference argument for parameter 'content' in 'Placeholder.Placeholder(string content, Dictionary<string, Block>? blocks, Dictionary<string, Slot>? slots)'.
build_test / build_test_archive
warning(146): SageLexer.g4:32:0: non-fragment lexer rule GuideIdentifier can match the empty string
build_test / build_test_archive
warning(125): SageParser.g4:25:6: implicit definition of token HtmlOpen in parser
build_test / build_test_archive
warning(125): SageParser.g4:27:6: implicit definition of token HtmlScriptClose in parser
build_test / build_test_archive: src/Sage.Engine/Runtime/Functions/Http.cs#L84
Converting null literal or possible null value to non-nullable type.
build_test / build_test_archive: src/Sage.Engine.Tests/Functions/StringTests.cs#L17
Argument of type 'object?[]' cannot be used for parameter 'strings' of type 'object[]' in 'string RuntimeContext.CONCAT(params object[] strings)' due to differences in the nullability of reference types.
build_test / build_test_archive: src/Sage.PackageManager/ContentCompiler.cs#L118
Possible null reference argument for parameter 'content' in 'Placeholder.Placeholder(string content, Dictionary<string, Block>? blocks, Dictionary<string, Slot>? slots)'.
build_test / build_test_archive
warning(146): SageLexer.g4:32:0: non-fragment lexer rule GuideIdentifier can match the empty string
build_test / build_test_archive
warning(125): SageParser.g4:25:6: implicit definition of token HtmlOpen in parser