mjml-net
mjml-net copied to clipboard
Request for .net core version
I am impressed by the performance and not having to request online service. but we couldnt work on production because we use .net core. is there any chance you port the library to .net core or .net standard?
Thankyou
Not sure, We use a lot of modern features. It is probably possible but you will not achieve the same performance. PRs are welcome
I have no plans to work on this myself. If you need it you have to provide a PR.
I have a working branch for net472, mostly solved by using the Polyfill NuGet. Had to add a couple pragmas and turn IType into an abstract class, since default implementations in interfaces is not supported.
It's certainly significantly slower, but not necessarily prohibitively so (about 2x). Also, I haven't really dug into optimizing things. Just wanted to make it compile and get green tests.
Closed due to inactivity