upgraded to .NET 8, fixed actions #33
dotnet-unit-test.yml
on: pull_request
.NET Unit Test
3m 18s
Annotations
11 warnings
.NET Unit Test
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
.NET Unit Test:
NVUpdateManager.Core/DriverManager.cs#L67
'WebClient.WebClient()' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
|
.NET Unit Test:
NVUpdateManager.EmailHandler/EmailHandler.cs#L48
'RNGCryptoServiceProvider' is obsolete: 'RNGCryptoServiceProvider is obsolete. To generate a random number, use one of the RandomNumberGenerator static methods instead.' (https://aka.ms/dotnet-warnings/SYSLIB0023)
|
.NET Unit Test:
NVUpdateManager.EmailHandler/EmailHandler.cs#L53
This call site is reachable on all platforms. 'DataProtectionScope.LocalMachine' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
.NET Unit Test:
NVUpdateManager.Core/Data/DriverInfo.cs#L13
This call site is reachable on all platforms. 'PropertyDataCollection.this[string]' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
.NET Unit Test:
NVUpdateManager.EmailHandler/EmailHandler.cs#L66
This call site is reachable on all platforms. 'ProtectedData.Unprotect(byte[], byte[]?, DataProtectionScope)' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
.NET Unit Test:
NVUpdateManager.Core/DriverManager.cs#L32
This call site is reachable on all platforms. 'ManagementObjectSearcher.Get()' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
.NET Unit Test:
NVUpdateManager.EmailHandler/EmailHandler.cs#L53
This call site is reachable on all platforms. 'ProtectedData.Protect(byte[], byte[]?, DataProtectionScope)' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
.NET Unit Test:
NVUpdateManager.Core/Data/DriverInfo.cs#L14
This call site is reachable on all platforms. 'PropertyData.Value' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
.NET Unit Test:
NVUpdateManager.EmailHandler/EmailHandler.cs#L71
This call site is reachable on all platforms. 'DataProtectionScope.LocalMachine' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
.NET Unit Test:
NVUpdateManager.Core/Data/DriverInfo.cs#L13
This call site is reachable on all platforms. 'ManagementBaseObject.Properties' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|