Skip to content

Add store-scoped payment management to Grand.Web.Store (#714) #16

Add store-scoped payment management to Grand.Web.Store (#714)

Add store-scoped payment management to Grand.Web.Store (#714) #16

Triggered via push June 12, 2026 19:06
Status Success
Total duration 12m 25s
Artifacts

build.yml

on: push
Build and analyze
12m 22s
Build and analyze
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
Build and analyze
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830, actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5, actions/setup-dotnet@v4, actions/setup-java@c1e323688fd81a25caa38c78aa6df2d33d3e20d9. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 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 analyze: src/Core/Grand.Mapping/Internal/MappingExpressionImpl.cs#L39
Reduce the number of generic parameters in the 'MemberConfigExpressionImpl' class to no more than the 2 authorized.
Build and analyze: src/Core/Grand.Mapping/IMemberConfigurationExpression.cs#L5
Reduce the number of generic parameters in the 'IMemberConfigurationExpression' interface to no more than the 2 authorized.
Build and analyze: src/Core/Grand.Mapping/IMemberConfigurationExpression.cs#L5
'TMember' is not used in the interface.
Build and analyze: src/Core/Grand.Mapping/IMemberConfigurationExpression.cs#L5
'TDest' is not used in the interface.
Build and analyze: src/Core/Grand.SharedKernel/Extensions/CommonHelper.cs#L75
Make sure that using this pseudorandom number generator is safe here.
Build and analyze: src/Core/Grand.SharedKernel/GrandException.cs#L7
Update this implementation of 'ISerializable' to conform to the recommended serialization pattern. Add a 'protected' constructor 'GrandException(SerializationInfo, StreamingContext)'.
Build and analyze: src/Aspire/Aspire.ServiceDefaults/Extensions.cs#L69
Change return type to 'void'; not a single caller uses the returned value.
Build and analyze: src/Aspire/Aspire.ServiceDefaults/Extensions.cs#L33
Remove this commented out code.