Welcoming ImageSharp, AngleSharp, and Coverlet to the .NET Foundation!

by Jon Galloway

Today we welcome three projects to the .NET Foundation: ImageSharp, AngleSharp, and Coverlet!

ImageSharp

ImageSharp

ImageSharp is is a new, fully featured, fully managed, cross-platform, 2D graphics API. Designed to democratize image processing, ImageSharp brings you an incredibly powerful yet beautifully simple API. Compared to System.Drawing we have been able to develop something much more flexible, easier to code against, and much, much less prone to memory leaks. Gone are system-wide process-locks; ImageSharp images are thread-safe and fully supported in web environments.

Check out the ImageSharp announcement post: ImageSharp joins the .NET foundation


AngleSharp

AngleSharp

One thing the .NET ecosystem has been lacking for a while is a modern HTML5 parser. Furthermore, any other modern web tools have only been accessible via third-party (mostly native) applications (e.g., Selenium interop with a standard browser). AngleSharp tries to change this by bringing all the components for parsing, manipulating, and rendering current web applications. This includes evaluation of JavaScript and styling with CSS. The ambition of the project is to equip .NET developers with a toolbelt that is as complete as possible for all tasks in the web space.

More from the AngleSharp team here: Joining the .NET Foundation


Coverlet

Coverlet

Coverlet is a popular open source code coverage framework for .NET. It makes adding code coverage to your project fast and seamless and works on all platforms supported by the .NET Core SDK. Coverlet supports existing coverage reporting standards allowing it to be easily integrated with existing tools like IDEs and CI servers.

Read the Coverlet announcement post here: Coverlet Joins the .NET Foundation


We're really happy to have these projects join the .NET Foundation! Welcome!