Fix macOS keystore create and import dialogs - #254
Open
jamesmontemagno wants to merge 1 commit into
Open
Annotations
11 warnings
|
Complete job
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. 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/AppleConnectService.cs#L465
'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/AppleConnectService.cs#L401
'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/AppleDownloadAuthService.cs#L415
'Rfc2898DeriveBytes.Rfc2898DeriveBytes(byte[], 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/AppleDownloadAuthService.cs#L409
'Rfc2898DeriveBytes.Rfc2898DeriveBytes(byte[], 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/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.
|
|
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.Workloads/Services/DotnetSdkPresentationBuilder.cs#L100
Argument of type 'IEnumerable<(string InstallRoot, string? Architecture)>' cannot be used for parameter 'source' of type 'IEnumerable<(string InstallRoot, string Architecture)>' in 'IEnumerable<(string InstallRoot, string Architecture)> Enumerable.Distinct<(string InstallRoot, string Architecture)>(IEnumerable<(string InstallRoot, string Architecture)> source, IEqualityComparer<(string InstallRoot, string Architecture)>? comparer)' due to differences in the nullability of reference types.
|
background
wait
wait-all
cancel
parallel
Loading