I'd to active feature usage reporting in several assemblies in my product. All of the assemblies are recognised as dependencies in SmartAssembly, and are embedded in the exe. Do I have to put each assembly through SmartAssembly?
Comments
2 comments
-
You have to process all assemblies for Feature Usage Reporting. But I believe if you merge assemblies, the FUR plumbing will be done for you in the main assembly build if you add the ReportUsageAttribute to the methods in the DLL.
-
Thanks. I'll try merging the relevant assemblies rather than embedding them.
Add comment
Please sign in to leave a comment.