The System.Drawing namespace is not recommended for new development, due to not being supported within a Windows or ASP.NET service and it is not cross-platform. ImageSharp and SkiaSharp are recommended as alternatives.
https://sixlabors.com/blog/announcing-imagesharp-100/
https://sixlabors.com/blog/announcing-imagesharp-100/
Sixlabors
Announcing ImageSharp 1.0.0 | Six Labors
It's time to celebrate!
We are very excited to announce the release of ImageSharp 1.0.0 final. You can download it today...
We are very excited to announce the release of ImageSharp 1.0.0 final. You can download it today...
Using source generators with a custom attribute to generate a menu component in a Blazor app
In this post I extend my previous post and create a source generator that can specify the icon and order of items in a nav menu component
https://andrewlock.net/using-source-generators-with-a-custom-attribute--to-generate-a-nav-component-in-a-blazor-app/
In this post I extend my previous post and create a source generator that can specify the icon and order of items in a nav menu component
https://andrewlock.net/using-source-generators-with-a-custom-attribute--to-generate-a-nav-component-in-a-blazor-app/
Andrew Lock | .NET Escapades
Using source generators with a custom attribute to generate a menu component in a Blazor app
In this post I extend my previous post and create a source generator that can specify the icon and order of items in a nav menu component