You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You said you are using a C# app to generate the nuspec files and are planning to release it after a rewrite. It would be great if you would not just update and relase new versions of the files but create a solution/project with a T4 template that does the job.
With that I could just drop the needed dlls in the lib folder, run the T4 tool which would generate the nuspec files.
This would solve issue #4 and issue #7 with little effort.
The key is to let a single T4 template generate mutliple output files:
Can you just go ahead and publish your code at this point, the Dev Community Following this feed can help develop the script you are working on. Also 16.2.3 is available from DevExpress how do you plan your publishing. Thanks.
This is not an issue but a feature suggestion.
You said you are using a C# app to generate the nuspec files and are planning to release it after a rewrite. It would be great if you would not just update and relase new versions of the files but create a solution/project with a T4 template that does the job.
With that I could just drop the needed dlls in the lib folder, run the T4 tool which would generate the nuspec files.
This would solve issue #4 and issue #7 with little effort.
The key is to let a single T4 template generate mutliple output files:
http://t4-editor.tangible-engineering.com/blog/how-to-generate-multiple-output-files-from-a-single-t4-template.html
The text was updated successfully, but these errors were encountered: