Skip to content

Bump the nuget-minor-patch group with 5 updates #809

Bump the nuget-minor-patch group with 5 updates

Bump the nuget-minor-patch group with 5 updates #809

Triggered via pull request August 24, 2026 06:21
Status Success
Total duration 1m 43s
Artifacts –

build.yml

on: pull_request
Matrix: publish-linux
Publish Windows App
0s
Publish Windows App
Publish Inspector Tool
0s
Publish Inspector Tool
Publish macOS App
0s
Publish macOS App
Notarize macOS App
0s
Notarize macOS App
Create GitHub Release
Create GitHub Release
Update Homebrew Tap
0s
Update Homebrew Tap
Publish WinGet Manifest  /  Publish winget-pkgs branch
Publish WinGet Manifest / Publish winget-pkgs branch
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
Build & Test
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 & Test: 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 & Test: 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 & Test: src/MauiSherpa.Core/Services/AppleConnectService.cs#L661
Dereference of a possibly null reference.
Build & Test: 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 & Test: 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 & Test: 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 & Test: 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 & Test: src/MauiSherpa.Core/Services/VaultwardenProvider.cs#L366
'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 & Test: src/MauiSherpa.Core/Services/VaultwardenProvider.cs#L355
'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 & Test: 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.