Skip to content

Fix slot not being populated when called from root method #22

Fix slot not being populated when called from root method

Fix slot not being populated when called from root method #22

Triggered via pull request February 3, 2024 16:21
Status Success
Total duration 51s
Artifacts

run-tests.yml

on: pull_request
build_and_test
40s
build_and_test
Fit to window
Zoom out
Zoom in

Annotations

7 warnings
build_and_test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, 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: src/ManiaTemplates/ManiaTemplateEngine.cs#L138
Argument of type 'ConcurrentDictionary<string, object>' cannot be used for parameter 'globalVariables' of type 'IDictionary<string, object?>' in 'Task<string> ManiaLink.RenderAsync(IDictionary<string, object?> data, IDictionary<string, object?>? globalVariables = null)' due to differences in the nullability of reference types.
build_and_test: tests/ManiaTemplates.Tests/IntegrationTests/DynamicDictionary.cs#L28
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
build_and_test: src/ManiaTemplates/ManiaTemplateEngine.cs#L138
Argument of type 'ConcurrentDictionary<string, object>' cannot be used for parameter 'globalVariables' of type 'IDictionary<string, object?>' in 'Task<string> ManiaLink.RenderAsync(IDictionary<string, object?> data, IDictionary<string, object?>? globalVariables = null)' due to differences in the nullability of reference types.
build_and_test: tests/ManiaTemplates.Tests/IntegrationTests/DynamicDictionary.cs#L28
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).