Skip to content

[Include] should not Include Source Generators and other Unrelated Files #96

Closed
@StartAutomating

Description

@StartAutomating

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:

  1. Reversing the input order.
  2. Exlcuding source generator files.

The latter approach makes the most sense.

Metadata

Metadata

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions