Use TaskFactory to create Wasm tasks #17
Annotations
1 error and 4 warnings
test
Process completed with exit code 1.
|
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.
|