Skip to content

package and add template project based on package #58

package and add template project based on package

package and add template project based on package #58

Triggered via pull request August 2, 2024 10:04
Status Success
Total duration 3m 36s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

18 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: src/WasmTaskLinker.cs#L44
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
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.
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/WasmTaskFactory_Tests.cs#L22
Converting null literal or possible null value to non-nullable type.
test: test/WasmTasksTests/WasmTaskFactory_Tests.cs#L71
Possible null reference argument for parameter 'element' in 'OutputAttribute? CustomAttributeExtensions.GetCustomAttribute<OutputAttribute>(MemberInfo element)'.
test: test/WasmTasksTests/WasmTaskFactory_Tests.cs#L72
Possible null reference argument for parameter 'element' in 'RequiredAttribute? CustomAttributeExtensions.GetCustomAttribute<RequiredAttribute>(MemberInfo element)'.
test: src/WasmTaskLinker.cs#L44
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
test: src/WasmTaskLinker.cs#L44
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.