Is it possible to use PostSharp 3 with Visual Studio Express? -


Post City 3 is available as a visual studio extension only. Visual Studio does not support Express Extension. Is there any way to use PostSharp 3 with the Express Edition of a Visual Studio?

First we use PostSharp 2.1 as peripherals with the free PostSharp Express license, but currently it does.

Now it is possible, using the Nuget package. In fact, you should add Postsharp Nuget's reference to all projects that fail to compile.

In my case, I have a posthurb reference and console app projects and web application projects in some contextual project, which are also required in the context of the package.

To get the license, just go to the package folder and run Postsharp.HQ.v.3.0.exe

Comments

Popular posts from this blog

excel vba - How to delete Solver(SOLVER.XLAM) code -

github - Teamcity & Git - PR merge builds - anyway to get HEAD commit hash? -

ios - Replace text in UITextView run slowly -