clariuslabs / TransformOnBuild

Transform Text Templates On Build
Apache License 2.0
48 stars 17 forks source link

TransformOnBuildTask error #65

Open munik opened 4 years ago

munik commented 4 years ago

We are using Visual Studio 2019 Professional with this package. 4/5 of our dev machines work fine, but 1 of the dev machines raises this error in the build: TRANSFORMONBUILDTASK : error : Exception has been thrown by the target of an invocation.

All of the machines are running Visual Studio 2019 v16.4.1.

Is Visual Studio 2019 supported yet? Can you think of any environmental dependencies that would cause 1 of the dev machines to fail with an error like this?

johnverbiest commented 2 years ago

Hi,

In case you are still waiting for this (or arriving here by accident). I created a fork of this project and have build and deployed the correct nuget package that includes the change to fix this. You can find the nuget package on https://www.nuget.org/packages/JohnVerbiest.TransformOnBuild/.

I will be accepting pull requests in hope to put some new life into this.