Skip to content

Use TaskFactory to create Wasm tasks #11

Use TaskFactory to create Wasm tasks

Use TaskFactory to create Wasm tasks #11

Triggered via pull request July 9, 2024 13:50
Status Failure
Total duration 2m 42s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 12 warnings
test
Process completed with exit code 1.
test: src/WasmBasicTask.cs#L18
'WasmBasicTask.WasmFilePath' hides inherited member 'WasmTask.WasmFilePath'. Use the new keyword if hiding was intended.
test: src/WasmTaskFactoryTaskInfo.cs#L12
Type 'WasmTaskFactoryTaskInfo' can be sealed because it has no subtypes in its containing assembly and is not externally visible (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1852)
test: src/WasmModuleException.cs#L12
Type 'WasmModuleException' can be sealed because it has no subtypes in its containing assembly and is not externally visible (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1852)
test: src/WasmTaskHost.cs#L16
Type 'WasmTaskHost' can be sealed because it has no subtypes in its containing assembly and is not externally visible (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1852)
test: src/WasmTaskExecutionHost.cs#L12
Type 'WasmTaskExecutionHost' can be sealed because it has no subtypes in its containing assembly and is not externally visible (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1852)
test: src/MemoryUtil.cs#L13
Type 'MemoryUtil' can be sealed because it has no subtypes in its containing assembly and is not externally visible (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1852)
test: src/WasmBasicTask.cs#L18
'WasmBasicTask.WasmFilePath' hides inherited member 'WasmTask.WasmFilePath'. Use the new keyword if hiding was intended.
test: src/WasmTaskHost.cs#L16
Type 'WasmTaskHost' can be sealed because it has no subtypes in its containing assembly and is not externally visible (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1852)
test: src/WasmTaskExecutionHost.cs#L12
Type 'WasmTaskExecutionHost' can be sealed because it has no subtypes in its containing assembly and is not externally visible (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1852)
test: src/WasmTaskFactoryTaskInfo.cs#L12
Type 'WasmTaskFactoryTaskInfo' can be sealed because it has no subtypes in its containing assembly and is not externally visible (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1852)
test: src/WasmModuleException.cs#L12
Type 'WasmModuleException' can be sealed because it has no subtypes in its containing assembly and is not externally visible (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1852)
test: src/MemoryUtil.cs#L13
Type 'MemoryUtil' can be sealed because it has no subtypes in its containing assembly and is not externally visible (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1852)