Closed
Description
When using [Include] with a wildcard, source generators will also be included.
Since source generators would be alphabetically after the original file, the function defined in the source generator will be the one used.
There are two ways around this:
- Reversing the input order.
- Exlcuding source generator files.
The latter approach makes the most sense.