Skip to content

another trial to fix build issue with referencing System.Resources.Ex… #5

another trial to fix build issue with referencing System.Resources.Ex…

another trial to fix build issue with referencing System.Resources.Ex… #5

Triggered via push November 7, 2024 18:59
Status Failure
Total duration 3m 36s
Artifacts

BuildAndTest.yml

on: push
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 38 warnings
test (macos-latest)
Process completed with exit code 1.
test (ubuntu-latest)
Process completed with exit code 1.
test (windows-latest)
Process completed with exit code 1.
test (macos-latest)
Running this action via 'uses: EnricoMi/publish-unit-test-result-action/composite@v2 is deprecated! For details, see: https://github.com/EnricoMi/publish-unit-test-result-action/tree/v2#running-as-a-composite-action
test (macos-latest)
Could not find any files for test-results/TestResults.xml
test (macos-latest)
No files were found with the provided path: test-results/TestResults.xml. No artifacts will be uploaded.
test (macos-latest): CompuMaster.TaskManagement/ProgressingTaskItem.vb#L44
Rename type name RunBehaviourIfPreviousTasksFailedEnum so that it does not end in 'Enum' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
test (macos-latest): CompuMaster.TaskManagement/ProgressingTaskItem.vb#L44
Rename type name RunBehaviourIfPreviousTasksFailedEnum so that it does not end in 'Enum' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
test (macos-latest): CompuMaster.TaskManagement/ProgressingTaskBundle.vb#L28
Use 'ArgumentNullException.ThrowIfNull' instead of explicitly throwing a new exception instance (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1510)
test (macos-latest): CompuMaster.TaskManagement/Tools.vb#L246
Use 'ArgumentNullException.ThrowIfNull' instead of explicitly throwing a new exception instance (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1510)
test (macos-latest): CompuMaster.TaskManagement/Tools.vb#L261
Use 'ArgumentNullException.ThrowIfNull' instead of explicitly throwing a new exception instance (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1510)
test (macos-latest): CompuMaster.TaskManagement/Tools.vb#L411
Use span-based 'string.Concat' and 'AsSpan' instead of 'Substring' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1845)
test (macos-latest): CompuMaster.TaskManagement/ProgressingTaskItem.vb#L44
Rename type name RunBehaviourIfPreviousTasksFailedEnum so that it does not end in 'Enum' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
test (macos-latest): CompuMaster.TaskManagement/ProgressingTaskItem.vb#L44
Rename type name RunBehaviourIfPreviousTasksFailedEnum so that it does not end in 'Enum' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
test (macos-latest): CompuMaster.TaskManagement/ProgressingTaskItem.vb#L44
Rename type name RunBehaviourIfPreviousTasksFailedEnum so that it does not end in 'Enum' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
test (macos-latest): CompuMaster.TaskManagement/ProgressingTaskBundle.vb#L28
Use 'ArgumentNullException.ThrowIfNull' instead of explicitly throwing a new exception instance (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1510)
test (ubuntu-latest)
Could not find any files for test-results/TestResults.xml
test (ubuntu-latest)
No files were found with the provided path: test-results/TestResults.xml. No artifacts will be uploaded.
test (ubuntu-latest): CompuMaster.TaskManagement/ProgressingTaskItem.vb#L44
Rename type name RunBehaviourIfPreviousTasksFailedEnum so that it does not end in 'Enum' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
test (ubuntu-latest): CompuMaster.TaskManagement/ProgressingTaskItem.vb#L44
Rename type name RunBehaviourIfPreviousTasksFailedEnum so that it does not end in 'Enum' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
test (ubuntu-latest): CompuMaster.TaskManagement/ProgressingTaskBundle.vb#L28
Use 'ArgumentNullException.ThrowIfNull' instead of explicitly throwing a new exception instance (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1510)
test (ubuntu-latest): CompuMaster.TaskManagement/Tools.vb#L246
Use 'ArgumentNullException.ThrowIfNull' instead of explicitly throwing a new exception instance (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1510)
test (ubuntu-latest): CompuMaster.TaskManagement/Tools.vb#L261
Use 'ArgumentNullException.ThrowIfNull' instead of explicitly throwing a new exception instance (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1510)
test (ubuntu-latest): CompuMaster.TaskManagement/Tools.vb#L411
Use span-based 'string.Concat' and 'AsSpan' instead of 'Substring' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1845)
test (ubuntu-latest): CompuMaster.TaskManagement/ProgressingTaskItem.vb#L44
Rename type name RunBehaviourIfPreviousTasksFailedEnum so that it does not end in 'Enum' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
test (ubuntu-latest): CompuMaster.TaskManagement/ProgressingTaskItem.vb#L44
Rename type name RunBehaviourIfPreviousTasksFailedEnum so that it does not end in 'Enum' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
test (ubuntu-latest): CompuMaster.TaskManagement/ProgressingTaskItem.vb#L44
Rename type name RunBehaviourIfPreviousTasksFailedEnum so that it does not end in 'Enum' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
test (ubuntu-latest): CompuMaster.TaskManagement/ProgressingTaskBundle.vb#L28
Use 'ArgumentNullException.ThrowIfNull' instead of explicitly throwing a new exception instance (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1510)
test (windows-latest)
Running this action via 'uses: EnricoMi/publish-unit-test-result-action/composite@v2 is deprecated! For details, see: https://github.com/EnricoMi/publish-unit-test-result-action/tree/v2#running-as-a-composite-action
test (windows-latest)
Could not find any files for test-results/TestResults.xml
test (windows-latest)
No files were found with the provided path: test-results/TestResults.xml. No artifacts will be uploaded.
test (windows-latest): CompuMaster.TaskManagement/ProgressingTaskItem.vb#L44
Rename type name RunBehaviourIfPreviousTasksFailedEnum so that it does not end in 'Enum' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
test (windows-latest): CompuMaster.TaskManagement/ProgressingTaskItem.vb#L44
Rename type name RunBehaviourIfPreviousTasksFailedEnum so that it does not end in 'Enum' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
test (windows-latest): CompuMaster.TaskManagement/ProgressingTaskItem.vb#L44
Rename type name RunBehaviourIfPreviousTasksFailedEnum so that it does not end in 'Enum' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
test (windows-latest): CompuMaster.TaskManagement/ProgressingTaskBundle.vb#L28
Use 'ArgumentNullException.ThrowIfNull' instead of explicitly throwing a new exception instance (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1510)
test (windows-latest): CompuMaster.TaskManagement/Tools.vb#L246
Use 'ArgumentNullException.ThrowIfNull' instead of explicitly throwing a new exception instance (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1510)
test (windows-latest): CompuMaster.TaskManagement/Tools.vb#L261
Use 'ArgumentNullException.ThrowIfNull' instead of explicitly throwing a new exception instance (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1510)
test (windows-latest): CompuMaster.TaskManagement/Tools.vb#L411
Use span-based 'string.Concat' and 'AsSpan' instead of 'Substring' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1845)
test (windows-latest): CompuMaster.TaskManagement/ProgressingTaskItem.vb#L44
Rename type name RunBehaviourIfPreviousTasksFailedEnum so that it does not end in 'Enum' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
test (windows-latest): CompuMaster.TaskManagement/ProgressingTaskItem.vb#L44
Rename type name RunBehaviourIfPreviousTasksFailedEnum so that it does not end in 'Enum' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
test (windows-latest): CompuMaster.TaskManagement/ProgressingTaskItem.vb#L44
Rename type name RunBehaviourIfPreviousTasksFailedEnum so that it does not end in 'Enum' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)