Reputation: 61646
I've added PostSharp (strictly for logging methods) to my project, which is a part of a solution along with 4 other projects.
Now it seems like every time any developer on the team needs to touch any part of that solution and compile it, PostSharp comes up with its UI and forces the developer to install their integration tools and just generally confuses everybody.
Is there a way to set it up so that no developers have to deal with it - e.g. just like any other Nuget package.
Upvotes: 1
Views: 434
Reputation: 5101
As of PostShapr version 4.3 you're not required to have the Visual Studio extension installed. During your first build with PostSharp it will ask you to install VS extension, but you can reject and select "Never ask me again" option.
Upvotes: 3