fix linux/mac workflows #2
Annotations
1 error and 12 warnings
Build
Process completed with exit code 1.
|
Unit Test Results (Linux)
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/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)
|
Build:
CompuMaster.TaskManagement/Tools.vb#L175
The behavior of 'String.StartsWith(String)' could vary based on the current user's locale settings. Replace this call in 'CompuMaster.TaskManagement.Tools.MakePathRelativeIfPossible(String, 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#L181
The behavior of 'String.StartsWith(String)' could vary based on the current user's locale settings. Replace this call in 'CompuMaster.TaskManagement.Tools.MakePathRelativeIfPossible(String, 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#L261
Use 'ArgumentNullException.ThrowIfNull' instead of explicitly throwing a new exception instance (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1510)
|
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)
|
Loading