[Mono-dev] Linq status
Marek Safar
marek.safar at seznam.cz
Mon Sep 24 13:26:33 EDT 2007
Hi Pablo,
> I was wondering which is the current Linq status in mono.
>
LINQ is currently under development and some pieces are already working.
> I've downloaded and compiled the olive project, and now I have the
> System.Data.Linq assembly but I was wondering how should I write a Linq
> sample in mono.
>
Exactly the same as you would do for Microsoft .NET. Our libraries and
compliers
should be compatible.
> I didn't find a sample or test in the code to start up with.
>
> I tried this one from msdn, but I guess I'm doing something wrong because I
> wasn't able to compile it.
>
You probably forget to pass -langversion:linq option This option is only
temporary (to disable not
very stable features) and will very likely be removed in the next Mono
release.
I also recommend you to use SVN HEAD version as LINQ is under
development and SVN
contains more features than Mono 1.2.5.* release.
Marek
More information about the Mono-devel-list
mailing list