SebastianStehle / mjml-net

.NET Fork of MJML library with 10x performance and 100% feature parity
MIT License
148 stars 14 forks source link

Request for .net core version #188

Closed Abenezer closed 2 months ago

Abenezer commented 10 months ago

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

SebastianStehle commented 10 months ago

Not sure, We use a lot of modern features. It is probably possible but you will not achieve the same performance. PRs are welcome

SebastianStehle commented 8 months ago

I have no plans to work on this myself. If you need it you have to provide a PR.

gliljas commented 3 months ago

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.

SebastianStehle commented 2 months ago

Closed due to inactivity