|
|
|
Mauro Servienti
Community Member
|
|
Hi,
I know it is not supported by PostSharp 1.5, but is there any chance to have VS2010 b2 working with PostSharp 1.5, targeting fx 3.5?
I've just installed the b2 and a project converted from VS2008 to VS2010 without changing anything and still targeting fx 3.5 cashes the entire IDE at build-time.
The intersting thing is that running msbuild 4, from the VS2010 Command prompt, works fine and successfully compile and post-compile the converted project.
.m
|
|
|
|
|
Mauro Servienti
Community Member
|
|
ignore this... moving to the command-line works fine: <PostSharpUseCommandLine>True</PostSharpUseCommandLine>
The only problem I now have is that a test project cannot be targeted to a fx different from the 4.0... so projects testing other projects that uses post-sharp fails to compile.
.m
|
|
|
|
|
Gael Fraiteur
SharpCrafters
|
|
|
VS 2010 is now supported from revision 725.
|
|
|
|
|
Community Member
|
|
Hi Gael, is there a chance to download revision 725? I did not find anything in the download section.
Thanks, Bernd
|
|
|
|
|
Gael Fraiteur
SharpCrafters
|
|
Here:
<!-- m --><a class="postlink" href="http://www.postsharp.org/all-downloads/postsharp-2.0">http://www.postsharp.org/all-downloads/postsharp-2.0</a><!-- m -->
|
|
|
|
|
Community Member
|
|
Ah, ok thanks. I was looking in the 1.5 download section. Is there a chance to get 1.5 running with 2010? My IDE crashed during compilation of a 2008 project which has been converted to 2010. When building on the command line with MSBuild, PostSharp terminates with a StackOverflowException.
Thanks, Bernd
|
|
|
|