Skip to content

Add more test cases for MtTransformer #20

Add more test cases for MtTransformer

Add more test cases for MtTransformer #20

Triggered via pull request January 13, 2024 12:00
Status Success
Total duration 55s
Artifacts

run-tests.yml

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

Annotations

6 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: 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).