Is it possible to use PostSharp 3 with Visual Studio Express?
Asked Answered
L

2

6

PostSharp 3 is available only as a visual studio extension. Visual Studio Express don't support extension. Is there a way to use PostSharp 3 with Express version of Visual Studio?

Previously we use PostSharp 2.1 as an external tools with free PostSharp express license, but currently this license is not available.

Leeann answered 21/3, 2013 at 7:4 Comment(0)
S
2

Now it is possible, using Nuget package. Actually, you should add reference to Postsharp Nuget to all projects that are failed for compile.

In my case, I have a postsharp reference in some referenced project and Console app project and WebApplication projects required to have reference to package too.

To provide license just go to package folder and run Postsharp.HQ.v.3.0.exe

Submerge answered 21/4, 2014 at 11:47 Comment(0)
L
4

Here is an answer from PostSharp tech support:

PostSharp 2.1 Starter editions are not available any more. However, PostSharp 3 does not work in VS Express.

Leeann answered 22/3, 2013 at 7:43 Comment(0)
S
2

Now it is possible, using Nuget package. Actually, you should add reference to Postsharp Nuget to all projects that are failed for compile.

In my case, I have a postsharp reference in some referenced project and Console app project and WebApplication projects required to have reference to package too.

To provide license just go to package folder and run Postsharp.HQ.v.3.0.exe

Submerge answered 21/4, 2014 at 11:47 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.