PreMailer.Net
PreMailer.Net copied to clipboard
C# library that moves your stylesheets to inline style attributes, for maximum compatibility with E-mail clients.
Build(deps): Bump Microsoft.NET.Test.Sdk from 17.1.0 to 17.3.0 in /PreMailer.Net/PreMailer.Net.Tests
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.1.0 to 17.3.0. Release notes Sourced from Microsoft.NET.Test.Sdk's releases. v17.3.0 See the release notes here. v17.3.0-preview-20220612-01 See the release notes here. v17.3.0-preview-20220530-08 See the release notes here....
Bumps [Moq](https://github.com/moq/moq4) from 4.17.2 to 4.18.2. Changelog Sourced from Moq's changelog. 4.18.2 (2022-08-02) Changed Update package reference to Castle.Core (DynamicProxy) from version 5.0.0 to 5.1.0 (@stakx, #1275) Removed dependency on...
Bumps [xunit](https://github.com/xunit/xunit) from 2.4.1 to 2.4.2. Commits f110e5b v2.4.2 848d94d Update dependencies 42307e8 Fixes #2556: Xunit.Sdk.MultipleException Empty 7eba502 Port test changes from 1dd43ce684cc6d50bf726042173956e6bda2fa3b 211aa27 Make sure we use msbuild.exe (from...
When the original html has an empty title, `MoveCssInline` returns an html with a self-closing title, that make the page not work on browsers. For example, take in consideration the...
Bumps [AngleSharp](https://github.com/AngleSharp/AngleSharp) from 0.16.1 to 0.17.1. Release notes Sourced from AngleSharp's releases. 0.17.1 Released on Thursday, June 2 2022 Fixed wrong reference to System.Text.Encoding.CodePages (#1046) @linkdotnet 0.17.0 Released on Tuesday,...
Bumps [AngleSharp](https://github.com/AngleSharp/AngleSharp) from 0.16.1 to 0.17.1. Release notes Sourced from AngleSharp's releases. 0.17.1 Released on Thursday, June 2 2022 Fixed wrong reference to System.Text.Encoding.CodePages (#1046) @linkdotnet 0.17.0 Released on Tuesday,...
I have my HTML content in a string, and my CSS content in another string. I call PreMailer.MoveCssInline(content, css: csscontent) but the output seems to be HTML encoding certain things...
Bumps [pascalgn/automerge-action](https://github.com/pascalgn/automerge-action) from 0.15.2 to 0.15.3. Release notes Sourced from pascalgn/automerge-action's releases. Release 0.15.3 Use pagination (#190) Commits 2e9644b Release 0.15.3 dfd59ba Retrieve all PR reviews when checking approvals (#190)...
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 2.0.0 to 2.1.0. Release notes Sourced from actions/setup-dotnet's releases. Package updates, support for global json file in a subdirectory, installer scripts updates This release includes the following...
Using the css style from this url: https://assets1-production.mightynetworks.com/assets/mb_mailer_main-6b7073985319ef7f1b2ff77ccc50d90e87e094b4d59d59e9bd335987c5edcad3.css makes the method CleanUp inside CssParser to never finish and uses 100% of the CPU. The problem is in CssCommentRegex.Replace in line...