Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Investigate source generator support #8

Closed
drewnoakes opened this issue Sep 8, 2020 · 1 comment
Closed

Investigate source generator support #8

drewnoakes opened this issue Sep 8, 2020 · 1 comment

Comments

@drewnoakes
Copy link
Owner

Searching around on GitHub it seems that several users of this library use it with a static string, such as the project name.

For such users it'd make sense to not ship the Figgle binaries with their app, and instead generate the output text at compile time and embed that directly.

C# 9's source generators should enable that.

@drewnoakes
Copy link
Owner Author

A source generator is now available here:

https://www.nuget.org/packages/Figgle.Generator

See the README for details on how it works.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant