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

2 questions #20

Open
mwoffenden opened this issue May 7, 2017 · 1 comment
Open

2 questions #20

mwoffenden opened this issue May 7, 2017 · 1 comment

Comments

@mwoffenden
Copy link

  1. Does this work on VS2017?
  2. Can I use this to do ALL of the following?
    a) Run all T4 templates ONLY on demand (from the VS toolbar button "transform" all t4 templates, and NOT concurrent with a build)
    b) AND excluding 1 particular template?
@bennor
Copy link
Owner

bennor commented May 7, 2017

  1. Yes.
  2. a) There's no on demand setting. There's before or after build. b) Yes, but only if you're not using the new csproj format for your projects (e.g. Core or NETStandard projects). The method for adding the required options to the properties dialog for the templates doesn't work in these projects, and I haven't been able to find out why. I am fairly sure it's because the new project type has a different "CatID", but I haven't been able to find out what it is.

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

2 participants