fix linux/mac workflows #2
Annotations
1 error and 13 warnings
Build
Process completed with exit code 1.
|
Unit Test Results (Win/Mac)
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
|
Unit Test Results (Win/Mac)
Could not find any files for test-results/TestResults.xml
|
Publish Unit Test Results
No files were found with the provided path: test-results/TestResults.xml. No artifacts will be uploaded.
|
Build:
CompuMaster.TaskManagement/ProgressingTaskStepBase.vb#L92
Do not declare visible instance fields (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1051)
|
Build:
CompuMaster.TaskManagement/ProgressingTaskItem.vb#L43
Rename type name RunBehaviourIfPreviousTasksFailedEnum so that it does not end in 'Enum' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
|
Build:
CompuMaster.TaskManagement/ProgressingTaskStepBase.vb#L54
Exception type System.Exception is not sufficiently specific (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2201)
|
Build:
CompuMaster.TaskManagement/ProgressingTaskStepBase.vb#L129
Member 'GetStackTraceWithoutLastMethod' does not access instance data and can be marked as static (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1822)
|
Build:
CompuMaster.TaskManagement/ProgressingTaskItem.vb#L181
The behavior of 'Integer.ToString()' could vary based on the current user's locale settings. Replace this call in 'ProgressingTaskItem.TotalStepItem(Integer)' with a call to 'Integer.ToString(IFormatProvider)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
Build:
CompuMaster.TaskManagement/ProgressingTaskBundle.vb#L99
Prefer comparing 'Count' to 0 rather than using 'Any()', both for clarity and for performance (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1860)
|
Build:
CompuMaster.TaskManagement/Tools.vb#L48
The behavior of 'String.StartsWith(String)' could vary based on the current user's locale settings. Replace this call in 'CompuMaster.TaskManagement.Tools.IndentStringWithCrLf(String, Integer)' with a call to 'String.StartsWith(String, System.StringComparison)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1310)
|
Build:
CompuMaster.TaskManagement/Tools.vb#L71
The behavior of 'String.StartsWith(String)' could vary based on the current user's locale settings. Replace this call in 'CompuMaster.TaskManagement.Tools.IndentString(String, Integer, String)' with a call to 'String.StartsWith(String, System.StringComparison)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1310)
|
Build:
CompuMaster.TaskManagement/Tools.vb#L120
The behavior of 'String.StartsWith(String)' could vary based on the current user's locale settings. Replace this call in 'CompuMaster.TaskManagement.Tools.PathCombine(String, String)' with a call to 'String.StartsWith(String, System.StringComparison)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1310)
|
Build:
CompuMaster.TaskManagement/Tools.vb#L122
The behavior of 'String.StartsWith(String)' could vary based on the current user's locale settings. Replace this call in 'CompuMaster.TaskManagement.Tools.PathCombine(String, String)' with a call to 'String.StartsWith(String, System.StringComparison)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1310)
|
Loading