Skip to content

Merge pull request #45 from EvoEsports/bugfix/data-context-missing #16

Merge pull request #45 from EvoEsports/bugfix/data-context-missing

Merge pull request #45 from EvoEsports/bugfix/data-context-missing #16

Triggered via push January 11, 2024 18:18
Status Failure
Total duration 49s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

1 error and 6 warnings
build
Process completed with exit code 1.
build: 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: tests/ManiaTemplates.Tests/IntegrationTests/DynamicDictionary.cs#L28
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
build: tests/ManiaTemplates.Tests/IntegrationTests/DynamicDictionary.cs#L23
Possible null reference assignment.
build: 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: tests/ManiaTemplates.Tests/IntegrationTests/DynamicDictionary.cs#L28
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
build: tests/ManiaTemplates.Tests/IntegrationTests/DynamicDictionary.cs#L23
Possible null reference assignment.