I must admit that I have not even attempted to try and build the project with the Mono compiler to see what issues come up, but I was just wondering if this had been attempted or if there would be any reason why this would be a none starter.
Cheers
Andy
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I had several confirmations from MVC# users of their successful attempts of porting the project to Mono. From their words it was quite easy. Though I haven't tried it myself.
Kind Regards,
Oleg Zhukov
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi Oleg,
I have only just got round to trying to build your great assembly in Mono, the great news is that it pretty much worked right out of the blocks.
The only thing I had to do is to remove the line 114 in the file /Core/Configuration/Tasks/TaskInfoByXmlAttributeProvider.cs
string triggerName = target.ViewName;
This was only considered an error because the variable triggerName is not used.
This is a great assembly!
Cheers
Andy
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I must admit that I have not even attempted to try and build the project with the Mono compiler to see what issues come up, but I was just wondering if this had been attempted or if there would be any reason why this would be a none starter.
Cheers
Andy
Hello Andy,
I had several confirmations from MVC# users of their successful attempts of porting the project to Mono. From their words it was quite easy. Though I haven't tried it myself.
Kind Regards,
Oleg Zhukov
Hi Oleg,
That is great news I will give it a go and will let you know how I get on.
Cheers
Andy
Hi Oleg,
I have only just got round to trying to build your great assembly in Mono, the great news is that it pretty much worked right out of the blocks.
The only thing I had to do is to remove the line 114 in the file /Core/Configuration/Tasks/TaskInfoByXmlAttributeProvider.cs
string triggerName = target.ViewName;
This was only considered an error because the variable triggerName is not used.
This is a great assembly!
Cheers
Andy