roslyn-sdk icon indicating copy to clipboard operation
roslyn-sdk copied to clipboard

Better experience for dependencies in source generators?

Open dominikjeske opened this issue 3 years ago • 1 comments

For now the only way I know for dependencies in SG is to use GetTargetPathDependsOn and TargetPathWithTargetPlatformMoniker . Are you planning to make work with dependency more built in? For me current solution looks more like a hack/workaround and not final solution. Additionally it is sometimes tricky to configure all of them like described here https://turnerj.com/blog/the-pain-points-of-csharp-source-generators

dominikjeske avatar Feb 12 '22 17:02 dominikjeske