AArnott / CodeGeneration.Roslyn

Assists in performing Roslyn-based code generation during a build.
Microsoft Public License
408 stars 60 forks source link

#166: Fix path order for loading dependencies #170

Closed cezarypiatek closed 4 years ago

cezarypiatek commented 4 years ago

This should fix the problem with loading dependencies described here #166

cezarypiatek commented 4 years ago

Any chance of merging it?

AArnott commented 4 years ago

How does this compare to #114, @amis92? Since both PRs purport to fix the problem, which one should we merge?

cezarypiatek commented 4 years ago

This one can be closed. I don't need this merge anymore. Waiting for acceptance of this PR, I completely rewrote CodeGeneration.Roslyn because I spotted there a couple of other different issues and the code was over-complicated.

AArnott commented 4 years ago

Thank you, @cezarypiatek