Skip to content

Bump OCC.Users to 1.7.0 #215

Bump OCC.Users to 1.7.0

Bump OCC.Users to 1.7.0 #215

Triggered via pull request January 4, 2026 19:39
Status Success
Total duration 4m 31s
Artifacts

build.yml

on: pull_request
Build windows-latest
4m 28s
Build windows-latest
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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.'
Build windows-latest: src/OrchardCoreContrib.Gdpr/Views/CookieConsent.cshtml#L5
'Views_CookieConsent.Site' hides inherited member 'RazorPage<dynamic>.Site'. Use the new keyword if hiding was intended.