Skip to content

Use TaskFactory to create Wasm tasks #18

Use TaskFactory to create Wasm tasks

Use TaskFactory to create Wasm tasks #18

Triggered via pull request July 17, 2024 16:39
Status Failure
Total duration 2m 49s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 4 warnings
test
Process completed with exit code 1.
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#L24
The variable 'pathToMSBuild' is assigned but its value is never used