Compile Postsharp on Mono
2 posts • Page 1 of 1
Compile Postsharp on Mono
Hello,
I am currently trying to compile Postsharp for Mono. Current builds include the build-mono shell script which stops compiling with the following error message:
error cs0281: Friend access was granted to 'PostSharp.Core, PublicKeyToken=b13fd38b8f9c99d7'...Try adding a reference to ... or change the output assembly name.
I have removed the InternalsVisibleTo property from AssemblyInfo.cs and modified all needed properties from internal to public (for testing purposes). Now compiling stops with:
error cs0246: The type or namespace name 'SymBinder' could not be found. Are you missing a using directive or an assembly reference?
Are there any chances to get Postsharp running with mono on linux? Whats about V1.1 and nant support? Are there any new release dates?
Thanks for your answer and your support
best regards
stephans
I am currently trying to compile Postsharp for Mono. Current builds include the build-mono shell script which stops compiling with the following error message:
error cs0281: Friend access was granted to 'PostSharp.Core, PublicKeyToken=b13fd38b8f9c99d7'...Try adding a reference to ... or change the output assembly name.
I have removed the InternalsVisibleTo property from AssemblyInfo.cs and modified all needed properties from internal to public (for testing purposes). Now compiling stops with:
error cs0246: The type or namespace name 'SymBinder' could not be found. Are you missing a using directive or an assembly reference?
Are there any chances to get Postsharp running with mono on linux? Whats about V1.1 and nant support? Are there any new release dates?
Thanks for your answer and your support
best regards
stephans
- stephans
- Posts: 1
- Joined: Sun Jun 22, 2008 4:16 pm
- First Name: Stephan
- Last Name: Scheuermann
Re: Compile Postsharp on Mono
I am currently working on v1.1. I will release a CTP just after 1.0 RTM, in July.
Gael Fraiteur, project leader
- gfraiteur
- Site Admin
- Posts: 834
- Joined: Tue Dec 18, 2007 3:09 pm
- First Name: Gael
- Last Name: Fraiteur
- Company: postsharp.org
2 posts • Page 1 of 1
