Boo / SharpDevelop
6 posts • Page 1 of 1
Boo / SharpDevelop
Hi
I tried using Laos in a [url=http://boo.codehaus.org]Boo [/url]project in [url=http://www.icsharpcode.net/OpenSource/SD/]SharpDevelop. [/url]I know it isn't officially supported, but I had to give it a go
Right out of the box, Laos was triggered by just referencing postharp.public and .laos, as in VS.
But unfortunately, ILASM returned error code 1.
So, Gael, are there any plans for supporting assemblies compiled with Boo?
Regs,
Soren
I tried using Laos in a [url=http://boo.codehaus.org]Boo [/url]project in [url=http://www.icsharpcode.net/OpenSource/SD/]SharpDevelop. [/url]I know it isn't officially supported, but I had to give it a go

Right out of the box, Laos was triggered by just referencing postharp.public and .laos, as in VS.
But unfortunately, ILASM returned error code 1.
So, Gael, are there any plans for supporting assemblies compiled with Boo?
Regs,
Soren
Soren Skovsboll
- soren
- Posts: 15
- Joined: Sat Jan 12, 2008 4:55 pm
- Full Name: Soren Skovsboll
Re: Boo / SharpDevelop
Any valid MSIL is officially supported.
Could you please send the complete error message of MSIL (it should be written in the Debug window).
Thank you.
Gael
Could you please send the complete error message of MSIL (it should be written in the Debug window).
Thank you.
Gael
Gael Fraiteur, project leader
got good support? consider donating to the project.
got good support? consider donating to the project.
- gfraiteur
- Site Admin
- Posts: 608
- Joined: Tue Dec 18, 2007 3:09 pm
- Full Name: Gael Fraiteur
- Company: postsharp.org
Re: Boo / SharpDevelop
I'm affraid this is the only error message:
Error PS0034: PostSharp: ILASM exited with return code 1.
I tried attaching the contents of the obj folder (8kb) to this post but the forum returned an error. I'll send it by email instead.
Regs,
Søren
Soren Skovsboll
- soren
- Posts: 15
- Joined: Sat Jan 12, 2008 4:55 pm
- Full Name: Soren Skovsboll
Re: Boo / SharpDevelop
Hi,
does SharpDevelop IDE supports PostSharp?
I mean the post-compilation process...how to execute PostSharp during build to compile aspects. I think some kind of plugin for SharpDevelop is required.
does SharpDevelop IDE supports PostSharp?
I mean the post-compilation process...how to execute PostSharp during build to compile aspects. I think some kind of plugin for SharpDevelop is required.
blahetal
- blahetal
- Posts: 13
- Joined: Sat Jan 12, 2008 4:55 pm
- Full Name: blahetal
Re: Boo / SharpDevelop
I did not try, but PostSharp integrates into MSbuild, not specifically into Visual Studio. So, yet, it could work.
Anyway, you could also do manual integration. See http://www.postsharp.org/blog/2008/01/under-hood-of-msbuild-integration.html.
Gael
Anyway, you could also do manual integration. See http://www.postsharp.org/blog/2008/01/under-hood-of-msbuild-integration.html.
Gael
Gael Fraiteur, project leader
got good support? consider donating to the project.
got good support? consider donating to the project.
- gfraiteur
- Site Admin
- Posts: 608
- Joined: Tue Dec 18, 2007 3:09 pm
- Full Name: Gael Fraiteur
- Company: postsharp.org
Re: Boo / SharpDevelop
Hi, I tried to compile some postsharp code in SharpDevelop and PostSharp compiler was executed during the build process so I guess it will work in any IDE, because as you said, PostSharp only includes itself into the build process and it doesnt change any IDE settings.
blahetal
- blahetal
- Posts: 13
- Joined: Sat Jan 12, 2008 4:55 pm
- Full Name: blahetal
6 posts • Page 1 of 1