Skip to content

Add Azure SMS module #151

Add Azure SMS module

Add Azure SMS module #151

Triggered via pull request April 25, 2024 07:31
@hishamcohishamco
synchronize #119
azure-sms
Status Success
Total duration 10m 36s
Artifacts

build.yml

on: pull_request
Build windows-latest
10m 23s
Build windows-latest
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
Build windows-latest
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3.2.0. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Build windows-latest
'Views_CookieConsent.Site' hides inherited member 'RazorPage<dynamic>.Site'. Use the new keyword if hiding was intended.
Build windows-latest: src/OrchardCoreContrib.Email.Yahoo/Controllers/AdminController.cs#L65
'NotifierExtensions.Success(INotifier, LocalizedHtmlString)' is obsolete: 'This method will be removed in a later version. Use SuccessAsync()'
Build windows-latest: src/OrchardCoreContrib.Email.Gmail/Controllers/AdminController.cs#L65
'NotifierExtensions.Success(INotifier, LocalizedHtmlString)' is obsolete: 'This method will be removed in a later version. Use SuccessAsync()'
Build windows-latest: src/OrchardCoreContrib.DataLocalization/Services/ContentTypeResourceStringProvider.cs#L29
'IContentDefinitionService.GetTypes()' is obsolete: 'Instead, utilize the GetTypesAsync method. This current method is slated for removal in upcoming releases.'
Build windows-latest: src/OrchardCoreContrib.DataLocalization/Controllers/AdminController.cs#L85
'IContentDefinitionService.GetTypes()' is obsolete: 'Instead, utilize the GetTypesAsync method. This current method is slated for removal in upcoming releases.'
Build windows-latest: src/OrchardCoreContrib.DataLocalization/Services/ContentFieldResourceStringProvider.cs#L30
'IContentDefinitionService.GetTypes()' is obsolete: 'Instead, utilize the GetTypesAsync method. This current method is slated for removal in upcoming releases.'
Build windows-latest: src/OrchardCoreContrib.Email.SendGrid/Controllers/AdminController.cs#L65
'NotifierExtensions.Success(INotifier, LocalizedHtmlString)' is obsolete: 'This method will be removed in a later version. Use SuccessAsync()'
Build windows-latest: src/OrchardCoreContrib.Email.SendGrid/Services/SendGridService.cs#L102
'MailMessage.IsBodyHtml' is obsolete: 'This property is deprecated, please use IsHtmlBody instead.'
Build windows-latest: src/OrchardCoreContrib.GoogleMaps/Migrations/0001_CreateGoogleMapPart.cs#L19
'ContentDefinitionManagerExtensions.AlterPartDefinition(IContentDefinitionManager, string, Action<ContentPartDefinitionBuilder>)' is obsolete: 'Instead, utilize the AlterTypeDefinitionAsync method. This current method is slated for removal in upcoming releases.'
Build windows-latest: src/OrchardCoreContrib.GoogleMaps/Migrations/0001_CreateGoogleMapPart.cs#L26
'IContentDefinitionManager.DeletePartDefinition(string)' is obsolete: 'Instead, utilize the DeletePartDefinitionAsync method. This current method is slated for removal in upcoming releases.'