I have created a plugin where I am letting the user specify a value in the plugin. In my lpt I use this value for the class name. In the generator configuration I am using a task that uses the DotNetTemplateEngine. In this task I am specifying emitType generic, and I would like to be able to set the filenameFormat to something like [plugin value].[extension].
This way the value entered by the user would pass from the plugin to the task performer.
Is there any way to do this?