Accessibility #114
Open
Accessibility #114
Annotations
11 warnings
|
Complete job
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Build and test libraries:
src/MauiSherpa.Core/Services/FirebasePushService.cs#L136
'GoogleCredential.FromJson(string)' is obsolete: 'This method is being deprecated because of a potential security risk. Use the methods in the CredentialFactory class instead. A GoogleCredential object can then be created by calling the .ToGoogleCredential() method on the returned specific credential. '
|
|
Build and test libraries:
src/MauiSherpa.Core/Services/AppleConnectService.cs#L393
'X509Certificate2.X509Certificate2(byte[])' is obsolete: 'Loading certificate data through the constructor or Import is obsolete. Use X509CertificateLoader instead to load certificates.' (https://aka.ms/dotnet-warnings/SYSLIB0057)
|
|
Build and test libraries:
src/MauiSherpa.Core/Services/FirebasePushService.cs#L66
'GoogleCredential.FromJson(string)' is obsolete: 'This method is being deprecated because of a potential security risk. Use the methods in the CredentialFactory class instead. A GoogleCredential object can then be created by calling the .ToGoogleCredential() method on the returned specific credential. '
|
|
Build and test libraries:
src/MauiSherpa.Core/Services/CertificateSyncService.cs#L467
'X509Certificate2Collection.Import(byte[], string?, X509KeyStorageFlags)' is obsolete: 'Loading certificate data through the constructor or Import is obsolete. Use X509CertificateLoader instead to load certificates.' (https://aka.ms/dotnet-warnings/SYSLIB0057)
|
|
Build and test libraries:
src/MauiSherpa.Core/Services/BackupService.cs#L196
'Rfc2898DeriveBytes.Rfc2898DeriveBytes(string, byte[], int, HashAlgorithmName)' is obsolete: 'The constructors on Rfc2898DeriveBytes are obsolete. Use the static Pbkdf2 method instead.' (https://aka.ms/dotnet-warnings/SYSLIB0060)
|
|
Build and test libraries:
src/MauiSherpa.Core/Services/AppleRootCertService.cs#L201
'X509Certificate2.X509Certificate2(string)' is obsolete: 'Loading certificate data through the constructor or Import is obsolete. Use X509CertificateLoader instead to load certificates.' (https://aka.ms/dotnet-warnings/SYSLIB0057)
|
|
Build and test libraries:
src/MauiSherpa.Core/Services/AppleRootCertService.cs#L188
'X509Certificate2.X509Certificate2(string)' is obsolete: 'Loading certificate data through the constructor or Import is obsolete. Use X509CertificateLoader instead to load certificates.' (https://aka.ms/dotnet-warnings/SYSLIB0057)
|
|
Build and test libraries:
src/MauiSherpa.Core/Services/AzureDevOpsPublisher.cs#L30
Argument of type 'Dictionary<string, string>' cannot be used for parameter 'dictionary' of type 'Dictionary<string, string?>' in 'string? DictionaryExtensions.GetValueOrDefault<string, string?>(Dictionary<string, string?> dictionary, string key, string? @default = null)' due to differences in the nullability of reference types.
|
|
Build and test libraries:
src/MauiSherpa.Core/Services/AzureDevOpsPublisher.cs#L28
Argument of type 'Dictionary<string, string>' cannot be used for parameter 'dictionary' of type 'Dictionary<string, string?>' in 'string? DictionaryExtensions.GetValueOrDefault<string, string?>(Dictionary<string, string?> dictionary, string key, string? @default = null)' due to differences in the nullability of reference types.
|
|
Build and test libraries:
src/MauiSherpa.Core/Services/AzureDevOpsPublisher.cs#L26
Argument of type 'Dictionary<string, string>' cannot be used for parameter 'dictionary' of type 'Dictionary<string, string?>' in 'string? DictionaryExtensions.GetValueOrDefault<string, string?>(Dictionary<string, string?> dictionary, string key, string? @default = null)' due to differences in the nullability of reference types.
|
Loading