Bump the nuget-minor-patch group with 5 updates #809
build.yml
on: pull_request
Build & Test
1m 38s
Matrix: publish-linux
Update Homebrew Tap
0s
Publish WinGet Manifest
/
Publish winget-pkgs branch
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.
|