amis92 / csharp-source-generators

A list of C# Source Generators (not necessarily awesome) and associated resources: articles, talks, demos.
Creative Commons Zero v1.0 Universal
2.03k stars 202 forks source link

Add Heroicons.AspNetCore #75

Closed tompazourek closed 2 years ago

tompazourek commented 2 years ago

The repo restores an NPM package with icons and generates C# code that makes the icons easy to use in ASP.NET Core MVC.

See: https://github.com/tompazourek/Heroicons.AspNetCore#usage

I think the source generator approach I used might be useful to some.

amis92 commented 2 years ago

Yes, looks good. But it'll fit better in another section: Projects using custom Source Generators "internally"

https://github.com/amis92/csharp-source-generators#projects-using-custom-source-generators-internally

tompazourek commented 2 years ago

Yes, looks good. But it'll fit better in another section: Projects using custom Source Generators "internally"

https://github.com/amis92/csharp-source-generators#projects-using-custom-source-generators-internally

Good idea. I moved it.