otac0n / Weave

Weave is a text templating engine for .NET that is all about attention to detail. Weave handles the tricky work of making your rendered text beautiful.
MIT License
22 stars 4 forks source link

Source Generators #15

Closed otac0n closed 10 months ago

otac0n commented 10 months ago

Added source generator support with backwards compatibility. Fixes #14.

You can opt-out of source generation using:

  <UseSourceGeneration>false</UseSourceGeneration>

Or, if you were previously specifying an output path, source generation will be off by default.

otac0n commented 10 months ago

Blocking issues:

Non-blocking issues:

otac0n commented 10 months ago

Failing PR builds here are due to: https://github.com/GitTools/GitVersion/issues/3718