ByronMayne / SourceGenerator.Foundations

A Source Generator for Source Generators. Gives out of the box support for transistent dependencies and logging right in Visual Studio
MIT License
31 stars 0 forks source link

Create a custom MSBuild task to filter out DLLs that shoudl be ignored from embedding #12

Closed ByronMayne closed 7 months ago

ByronMayne commented 10 months ago

Currently in src\SourceGenerator.Foundations\SourceGenerator.Foundations.props we define the assemblies that we don't want to copy into resources. Right now it's a series of loose patterns that strip select ones. Instead of doing wild cards we should create a custom MSBuild task that can strip out assemblies by name so we don't cause weird conflicts.