Skip to content

Use TaskFactory to create Wasm tasks #24

Use TaskFactory to create Wasm tasks

Use TaskFactory to create Wasm tasks #24

Triggered via pull request July 25, 2024 09:54
Status Success
Total duration 3m 45s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

13 warnings
test
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/
test
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/
test
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/
test
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/
test
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/
test
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/
test: test/WasmTasksTests/WasmTaskFactory_Tests.cs#L24
The variable 'pathToMSBuild' is assigned but its value is never used
test: 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: 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: 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: 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: 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: 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.