Merge pull request #46 from EvoEsports/bugfix/data-context-missing #17
Annotations
7 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: papeloto/action-zip@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Build Solution:
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 Solution:
tests/ManiaTemplates.Tests/IntegrationTests/DynamicDictionary.cs#L28
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
|
Build Solution:
tests/ManiaTemplates.Tests/IntegrationTests/DynamicDictionary.cs#L23
Possible null reference assignment.
|
Build Solution:
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 Solution:
tests/ManiaTemplates.Tests/IntegrationTests/DynamicDictionary.cs#L28
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
|
Build Solution:
tests/ManiaTemplates.Tests/IntegrationTests/DynamicDictionary.cs#L23
Possible null reference assignment.
|
The logs for this run have expired and are no longer available.
Loading