Skip to content

26 global variables #13

26 global variables

26 global variables #13

Triggered via pull request November 11, 2023 14:27
Status Success
Total duration 49s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

run-tests.yml

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

Annotations

2 warnings
build_and_test: src/ManiaTemplates/ManiaTemplateEngine.cs#L150
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: src/ManiaTemplates/ManiaTemplateEngine.cs#L150
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.