Coder Social home page Coder Social logo

Support .NET Core? about mailmergelib HOT 6 CLOSED

axuno avatar axuno commented on May 20, 2024
Support .NET Core?

from mailmergelib.

Comments (6)

axunonb avatar axunonb commented on May 20, 2024

The underlying libraries all support .NET Core, so building MailMergeLib for .NET Core should be possible without too much effort. It's not on the priorities' list yet, though.

If you want to adjust the dependencies in the nuspec / project then feel free to do so. Any PR on this is highly appreciated.

from mailmergelib.

axunonb avatar axunonb commented on May 20, 2024

Had a closer look today and it seems like my fist assumption was kind of very optimistic.
Need to rethink .NET Core in the future.

from mailmergelib.

axunonb avatar axunonb commented on May 20, 2024

So: a first port to .NETStandard 1.6 worked as a proof of concept with the following dependencies:
"AngleSharp": "0.9.9
"MailKit": "1.8.1"
"MimeKit": "1.8.0"
"Microsoft.Extensions.Configuration.Xml": "1.0.0"
"NETStandard.Library": "1.6.0"
"System.Collections.Specialized": "4.0.1"
"System.Data.Common": "4.1.0"
"System.IO.FileSystem": "4.0.1"
"System.Runtime": "4.1.0"
"System.Threading.Thread": "4.0.0"
There were a couple of changes necessary in the code because of missing ports from .NET Framework 4.x, which were not too difficult, but still subject to some testing.
Still struggling with System.Runtime.Remoting.Messaging / CallContext.LogicalGetData() and CallContext.LogicalSetData() from SmartFormat.NET.
Any contributions still welcome.

from mailmergelib.

axunonb avatar axunonb commented on May 20, 2024

@thangchung: MailMergeLib 5.1.0.0 supports .Net Core (NET Standard 1.6)

from mailmergelib.

thangchung avatar thangchung commented on May 20, 2024

@axunonb Lovely. I just added your very excellent lib into my repo so that everyone can use it in their projects. Thanks so much.

from mailmergelib.

axunonb avatar axunonb commented on May 20, 2024

@thangchung Thank you! I had a closer look at your repo and it contains a lot of valuable projects, quite some I was not aware of before. Keep it up!

from mailmergelib.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.