Skip to content

refactor: split OID4VC monolith and overhaul storage layer #985

refactor: split OID4VC monolith and overhaul storage layer

refactor: split OID4VC monolith and overhaul storage layer #985

Triggered via pull request March 23, 2026 17:52
Status Failure
Total duration 1m 22s
Artifacts

publish-nuget.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 11 warnings
build
Process completed with exit code 1.
build
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v2, actions/setup-dotnet@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: src/WalletFramework.SdJwtVc/ServiceCollectionExtensions.cs#L28
Possible null reference return.
build: src/WalletFramework.SdJwtVc/Services/VctMetadataService.cs#L26
Converting null literal or possible null value to non-nullable type.
build: src/WalletFramework.MdocLib/Security/Cose/UnprotectedHeaders.cs#L87
'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: src/WalletFramework.MdocLib/Security/Cose/UnprotectedHeaders.cs#L68
'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: src/WalletFramework.MdocLib/Security/ECKeyPairGenerator.cs#L12
Non-nullable field '_keyPair' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: src/WalletFramework.Core/X509/X509CertificateExtensions.cs#L92
'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: src/WalletFramework.Core/StatusList/StatusListEntry.cs#L40
Argument of type 'Validation<string?>' cannot be used for parameter 'valT' of type 'Validation<string>' in 'Validation<StatusListEntry> ValidationFun.Apply<string, StatusListEntry>(Validation<Func<string, StatusListEntry>> valF, Validation<string> valT)' due to differences in the nullability of reference types.
build: src/WalletFramework.Core/Integrity/IntegrityUri.cs#L41
Converting null literal or possible null value to non-nullable type.
build: src/WalletFramework.Core/X509/X509CertificateExtensions.cs#L24
Dereference of a possibly null reference.
build: src/WalletFramework.Core/Colors/Color.cs#L30
Unboxing a possibly null value.