-
Notifications
You must be signed in to change notification settings - Fork 1
Description
Hi,
I forked your project and updated it to use the current Fody (on top of the support added for MiniProfiler v4 in #3). If you're interested in merging this change, you can create a new branch and I'll make a PR to it.
Updating Fody brings some nice improvements, like the "lib" project where the ProfilerOnAttribute/NoProfilerAttribute are available to the end user (without them manually including the code) and it's later removed as part of the weaving. Also the xcf file that provides schema validation for the weaving XML configuration file and other internal code enhancements, like removing the "magic" ModuleDefinition and References members in ModuleWeaver.
I had to rename the projerct from MiniProfiler.Fody to AutoMiniProfiler.Fody because the newer Fody project structure mandates for the "lib" project to be named the same as the weaver project without the ".Fody" suffix which would clash with the MiniProfiler assembly name in the end-user project.
Regards