Open bcheidemann opened 11 months ago
First: It doesn't appear that I'm getting notifications from GitHub on these issues, or it got lost in the shuffle/wall of notifications from work. Sorry about that.
Second: I'll have to reproduce this, I guess. That sounds messy. It seems like you shouldn't be seeing the one in the package itself, though, and that's probably where the problem lies. The whole reason I have to inject that file into the project referencing the library is because an assembly isn't supposed to be able to be used as an analyzer AND as a library at the same time.
When importing builders generated with
BuilderGenerator
into another project, the following warnings are produced:BuilderGenerator
is being used to generate builders in a project shared by multiple other projects (including Tests). This has the following.csproj
file:One of the applications using it (Tests) has the following
.csproj
file:I unfortunately don't have time right now to submit a minimal reproduction, so I understand if this issue gets closed. I'll try and remember to come back to this when I have more time.