Skip to content

Add Garnet lock feature #255

Add Garnet lock feature

Add Garnet lock feature #255

Triggered via pull request March 29, 2026 11:50
@hishamcohishamco
synchronize #128
garnet-lock
Status Success
Total duration 3m 3s
Artifacts

build.yml

on: pull_request
Build windows-latest
2m 59s
Build windows-latest
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
Build windows-latest
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v3, actions/setup-dotnet@v3.2.0. Actions will be forced to run with Node.js 24 by default starting June 2nd, 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 windows-latest: src/OrchardCoreContrib.Email.SendGrid/Services/SendGridService.cs#L28
'SmtpResult' is obsolete: 'This class should no longer be used. Instead use EmailResult.'
Build windows-latest: src/OrchardCoreContrib.Email.SendGrid/Services/SendGridService.cs#L20
'ISmtpService' is obsolete: 'this interface is obsolete and will be removed in future releases. Instead please use IEmailService.'
Build windows-latest: src/OrchardCoreContrib.Email.SendGrid/Controllers/AdminController.cs#L16
'ISmtpService' is obsolete: 'this interface is obsolete and will be removed in future releases. Instead please use IEmailService.'
Build windows-latest: src/OrchardCoreContrib.ContentLocalization/DefaultContentLocalizationManager.cs#L18
Parameter 'ISession session' is captured into the state of the enclosing type and its value is also passed to the base constructor. The value might be captured by the base class as well.
Build windows-latest: src/OrchardCoreContrib.Email.Gmail/Startup.cs#L38
'ISmtpService' is obsolete: 'this interface is obsolete and will be removed in future releases. Instead please use IEmailService.'
Build windows-latest: src/OrchardCoreContrib.Email.Gmail/Controllers/AdminController.cs#L15
'ISmtpService' is obsolete: 'this interface is obsolete and will be removed in future releases. Instead please use IEmailService.'
Build windows-latest: src/OrchardCoreContrib.Email.Yahoo/Startup.cs#L38
'ISmtpService' is obsolete: 'this interface is obsolete and will be removed in future releases. Instead please use IEmailService.'
Build windows-latest: src/OrchardCoreContrib.Email.Hotmail/Startup.cs#L38
'ISmtpService' is obsolete: 'this interface is obsolete and will be removed in future releases. Instead please use IEmailService.'
Build windows-latest: src/OrchardCoreContrib.Email.Yahoo/Controllers/AdminController.cs#L15
'ISmtpService' is obsolete: 'this interface is obsolete and will be removed in future releases. Instead please use IEmailService.'
Build windows-latest: src/OrchardCoreContrib.Email.Hotmail/Controllers/AdminController.cs#L15
'ISmtpService' is obsolete: 'this interface is obsolete and will be removed in future releases. Instead please use IEmailService.'