bennor / AutoT4

A zero-configuration extension for Visual Studio 2012+ which automatically runs your T4 templates at build time.
MIT License
11 stars 14 forks source link

Will you be making this available for Visual Studio 2015 anytime soon? #9

Closed VagyokC4 closed 9 years ago

VagyokC4 commented 9 years ago

Will you be making this available for Visual Studio 2015 anytime soon?

bennor commented 9 years ago

Will try to get to it this weekend. :)

bennor commented 9 years ago

Hey @VagyokC4 - I haven't had time to have a proper look at this yet. It's actually been added (it's just a manifest change), but there's a bug in the latest version I haven't been able to fix yet. (It causes VS to crash, and it crashes so hard I can't get it to hit a breakpoint on the error.)

If you want to try it out, it's in the pre-release for v1.1.0. You might have more luck with it than I have.

VagyokC4 commented 9 years ago

@bennor Anything a 'try' 'catch' couldn't fix?

bennor commented 9 years ago

Unfortunately not that simple. There are a few catches in there already.

bennor commented 9 years ago

The latest release should work, and has the additional option to change the default from "Before build" to "After build" or "Disabled".

https://github.com/bennor/AutoT4/releases/tag/v1.2.0

bennor commented 9 years ago

There's VS 2015 support in the latest release, which is tracked in #3.

pwhe23 commented 9 years ago

Great extension, glad to hear there is 2015 support! I landed here because the VS Gallery doesn't mention the VS 2015 support, you might want to update it when you get a chance so others don't get confused.

https://visualstudiogallery.msdn.microsoft.com/84e6f033-6da3-4641-a058-12feef0a33b9

bennor commented 9 years ago

Thanks @pwhe23, I've updated it today.

pwhe23 commented 9 years ago

You rock!