EXPERIMENTAL: Add Handlebars Support (#32) #38
- MC Integration requires an approval to start deploying changes
- MC Integration requires an approval to start deploying changes
ci_tests.yml
on: push
init
0s
build_test
/
build_test_archive
3m 35s
build_test_backward_compatibility
/
build_test_archive
MC Integration
waiting for review
Deployment protection rules
Reviewers, timers, and other rules protecting deployments in this run
Event | Environments |
---|---|
lbuesching
requested review
|
MC Integration |
Annotations
11 warnings
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
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.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:
src/Sage.Engine/Compiler/CompilerOptionsBuilder.cs#L16
Non-nullable property 'Content' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build_test / build_test_archive:
src/Sage.Engine/Compiler/CompilerOptionsBuilder.cs#L24
Non-nullable property 'Content' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build_test / build_test_archive:
src/Sage.Engine/Compiler/CSharpCompiler.cs#L45
Dereference of a possibly null reference.
|
build_test / build_test_archive:
src/Sage.Engine/Runtime/StackFrame.cs#L64
Non-nullable property 'Content' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build_test / build_test_archive:
src/Sage.Engine/Renderer.cs#L37
Possible null reference argument for parameter 'context' in 'string ICompiler.Compile(CompilationOptions options, RuntimeContext runtimeContext, SubscriberContext context)'.
|
build_test / build_test_archive:
src/Sage.Engine/Runtime/Functions/Http.cs#L84
Converting null literal or possible null value to non-nullable type.
|