v3.0.2024.0730 #95
Annotations
13 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v1, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
CompuMaster.Data/Utils.vb#L1299
'Public Overloads Sub New()' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.'. (https://aka.ms/dotnet-warnings/SYSLIB0014)
|
CompuMaster.Data/Utils.vb#L1320
'Public Overloads Sub New()' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.'. (https://aka.ms/dotnet-warnings/SYSLIB0014)
|
CompuMaster.Data/Manipulation.vb#L259
Use 'string.IndexOf(char)' instead of 'string.IndexOf(string)' when you have a string with a single char (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1865)
|
CompuMaster.Data/Manipulation.vb#L259
Use 'string.IndexOf(char)' instead of 'string.IndexOf(string)' when you have a string with a single char (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1865)
|
CompuMaster.Data/Ldap.vb#L62
This call site is reachable on all platforms. 'Public Overloads Sub Close()' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
CompuMaster.Data/Ldap.vb#L53
This call site is reachable on all platforms. 'Public Overloads Property Filter As String' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
CompuMaster.Data/Ldap.vb#L45
This call site is reachable on all platforms. 'DirectoryEntry' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
CompuMaster.Data/Ldap.vb#L47
This call site is reachable on all platforms. 'DirectorySearcher' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
CompuMaster.Data/Ldap.vb#L58
This call site is reachable on all platforms. 'Public Overloads Function FindAll() As SearchResultCollection' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
CompuMaster.Data/Ldap.vb#L56
This call site is reachable on all platforms. 'Public Overloads Property SizeLimit As Integer' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "NUnit Test Results macos-latest", "NUnit Test Results ubuntu-latest", "NUnit Test Results windows-latest".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
This job succeeded
Loading