Skip to content

Add health checks rate limiting feature #264

Add health checks rate limiting feature

Add health checks rate limiting feature #264

Triggered via pull request April 16, 2026 18:02
Status Failure
Total duration 2m 58s
Artifacts

build.yml

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

Annotations

3 errors and 11 warnings
Build windows-latest
Process completed with exit code 1.
Build windows-latest: test/OrchardCoreContrib.HealthChecks.Tests/HealthChecksMiddlewareOrderTests.cs#L7
The type or namespace name 'Services' does not exist in the namespace 'OrchardCoreContrib.HealthChecks' (are you missing an assembly reference?)
Build windows-latest: test/OrchardCoreContrib.HealthChecks.Tests/HealthChecksMiddlewareOrderTests.cs#L7
The type or namespace name 'Services' does not exist in the namespace 'OrchardCoreContrib.HealthChecks' (are you missing an assembly reference?)
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.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.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.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/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/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/Controllers/AdminController.cs#L15
'ISmtpService' is obsolete: 'this interface is obsolete and will be removed in future releases. Instead please use IEmailService.'