Re: [Mono-dev] Custom Code Writer

2014-10-06 Thread Miljenko Cvjetko
Hallo I have sent you private reply in German. Seems bad joke: google == bing, and besides PostSharp there are other tools like Fody. Gruesse mc On 20141006 21:53 , Malte Lauterjung wrote: @ Miljenko Cvjetko: Sorry, what did you mean? :D @Bryan Crotaz: I mean a library to build something

Re: [Mono-dev] Custom Code Writer

2014-10-06 Thread Bryan Crotaz
Post sharp can be used to do all sorts of clever things. I've used it to create a cross process messaging system in the past. Bryan Crotaz Silver Curve On 6 Oct 2014, at 20:53, Malte Lauterjung wrote: @ Miljenko Cvjetko: Sorry, what did you mean? :D @Bryan Crotaz: I mean a library to build s

Re: [Mono-dev] Custom Code Writer

2014-10-06 Thread Malte Lauterjung
@ Miljenko Cvjetko: Sorry, what did you mean? :D @Bryan Crotaz: I mean a library to build something like PostSharp themselves. With PostSharp You could do some boring things like the auto-implementation of INotifyPropertyChanged, but You can't do some complex things like a complete repository-

Re: [Mono-dev] Custom Code Writer

2014-10-06 Thread Miljenko Cvjetko
Hi Bing Fody... after PostSharp mel On 20141006 20:28 , Bryan Crotaz wrote: Google PostSharp - this might do what you're looking for. On 6 October 2014 19:16, Malte Lauterjung > wrote: Hello, first, I apologize for my English. I'm from Germany and my Englis

Re: [Mono-dev] Custom Code Writer

2014-10-06 Thread Bryan Crotaz
Google PostSharp - this might do what you're looking for. On 6 October 2014 19:16, Malte Lauterjung wrote: > Hello, > > first, I apologize for my English. I'm from Germany and my English is not > so good. > > My idea is an interface, so that I can implement the writing of the assembly > myself.

[Mono-dev] Custom Code Writer

2014-10-06 Thread Malte Lauterjung
Hello, first, I apologize for my English. I'm from Germany and my English is not so good. My idea is an interface, so that I can implement the writing of the assembly myself. I can implement it for C# (Or VB), so Mono.Cecil can create code with the Definition-classes. With this feature Mono.Ce