Skip to content

Create OCC.Contents module with share draft content feature #242

Create OCC.Contents module with share draft content feature

Create OCC.Contents module with share draft content feature #242

Triggered via pull request March 25, 2026 10:18
Status Success
Total duration 3m 59s
Artifacts

build.yml

on: pull_request
Build windows-latest
3m 57s
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. 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.'