Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Possible Bug: Include Files Path and Assembly Path arguments not working as expected #188

Open
ooples opened this issue Jun 27, 2024 · 0 comments

Comments

@ooples
Copy link

ooples commented Jun 27, 2024

I see that you can run the dotnet t4 command with some options such as my example below:

dotnet t4 -v -P=$(SolutionDir) -I=$(SolutionDir) -l templateExample.tt

I run the following template but
<#@ template debug="true" hostspecific="false" language="C#" #>
<#@ assembly name="AutoCodeGeneration\bin\Debug\CodeGeneration.dll" #>
<#@ include file="AutoCodeGeneration\TemplateExample2.tt" #>

What I expect would be that it searches in the above SolutionDir to look for the files which do exist in that folder but when this template is run, it only looks in the relative path so clearly I'm not utilizing these command arguments correctly or there is a bug here. If anyone can please let me know if I'm doing something wrong or if this is an actual bug

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant