lsoft / DpdtInject

Highly efficient compile-time general purpose DI container based on C# source generators.
https://www.nuget.org/packages/Dpdt.Injector/
MIT License
32 stars 3 forks source link

Allow to use relative path in Dpdt_Generator_GeneratedSourceFolder #13

Closed lsoft closed 4 years ago

lsoft commented 4 years ago

if I include dpdt as a nuget, it requires an absolute path, relative path will not working.

lsoft commented 4 years ago

won't fix, because using the following <Dpdt_Generator_GeneratedSourceFolder>$(MSBuildProjectDirectory)\Dpdt.Pregenerated</Dpdt_Generator_GeneratedSourceFolder> fixed the issue.