Skip to content

Use TaskFactory to create Wasm tasks #16

Use TaskFactory to create Wasm tasks

Use TaskFactory to create Wasm tasks #16

Triggered via pull request July 16, 2024 10:36
Status Success
Total duration 2m 47s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 warnings
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.