Skip to content

Revert "Make global variables dynamic in t4-templates and remove method GetFo…" #15

Revert "Make global variables dynamic in t4-templates and remove method GetFo…"

Revert "Make global variables dynamic in t4-templates and remove method GetFo…" #15

Triggered via pull request November 23, 2023 17:15
Status Success
Total duration 1m 1s
Artifacts

run-tests.yml

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

Annotations

2 warnings
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: 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.