package and add template project based on package #60
Annotations
18 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions-rs/toolchain@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
src/WasmTaskLinker.cs#L44
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
test/WasmTasksTests/WasmTask_Tests.cs#L32
Non-nullable property 'InputFile1' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
test/WasmTasksTests/WasmTask_Tests.cs#L32
Non-nullable property 'InputFile2' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
test/WasmTasksTests/WasmTask_Tests.cs#L32
Non-nullable property 'OutputFile' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
test/WasmTasksTests/WasmTask_Tests.cs#L46
Non-nullable property 'Dirs' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
test/WasmTasksTests/WasmTask_Tests.cs#L46
Non-nullable property 'MergedName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
test/WasmTasksTests/WasmTask_Tests.cs#L46
Non-nullable property 'MergedDir' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
test/WasmTasksTests/WasmTaskFactory_Tests.cs#L22
Converting null literal or possible null value to non-nullable type.
|
test/WasmTasksTests/WasmTaskFactory_Tests.cs#L71
Possible null reference argument for parameter 'element' in 'OutputAttribute? CustomAttributeExtensions.GetCustomAttribute<OutputAttribute>(MemberInfo element)'.
|
test/WasmTasksTests/WasmTaskFactory_Tests.cs#L72
Possible null reference argument for parameter 'element' in 'RequiredAttribute? CustomAttributeExtensions.GetCustomAttribute<RequiredAttribute>(MemberInfo element)'.
|
src/WasmTaskLinker.cs#L44
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
src/WasmTaskLinker.cs#L44
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
This job succeeded
Loading