fjgandrade / sharpkit

Automatically exported from code.google.com/p/sharpkit
0 stars 0 forks source link

Assign attribute to assembly inside plugin #349

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Is there any possibility to assign attribute to assembly definition inside 
SharpKit plugin?
I would like to dynamically merge js files... something like this:

            IAssembly assembly = ...
            ICustomAttributeProvider attributeProvider = ...
            ...
            attributeProvider.AddCustomAttribute(assembly, new JsMergedFileAttribute(...));

but ICustomAttributeProvider.AddCustomAttribute only takes IEntity.

Original issue reported on code.google.com by DanelK...@gmail.com on 10 Feb 2014 at 10:33

GoogleCodeExporter commented 9 years ago
Added overloads for assembly attribute injection inside the plugin

Original comment by DanelK...@gmail.com on 12 Feb 2014 at 11:54