[Mono-dev] LINQ Standard Query Operators for Mono

Atsushi Eno atsushi at ximian.com
Sun Dec 18 07:58:12 EST 2005


Hello,

Alejandro Serrano wrote:
> I attach a .tar.gz file with the implementation.

Man, it looks great work :-) But sadly we cannot compile the sources
with gmcs right now (there seems a bug). I'll file bugs and try to
make fixes.

Some comments:

	- You can try standalone dll build by : make PROFILE=net_2_0.
	  On windows it would also work:
	  make PROFILE=net_2_0 CSCOMPILE=csc

	- We have our own coding styles.
	  http://www.mono-project.com/Coding_Guidelines
	  If you want I can make all changes for your sources (but
	  you will have to merge things by yourself to sync to the
	  repositry unless you have exactly no changes in your
	  local disk).

	- AssemblyInfo.cs would better be moved to
	  System.Query/Assembly directory.
	  Also, System.Query/System.Query/Sequence/*.cs files would
	  better be merged into System.Qyery/System.Query/*.cs

	- We don't use AUTHORS file. (no worry; your name is anyways
	  carved in the sources ;-)

> P.D.: Is there any plan to create a DLinq-like thing for Mono?

At least no one ever declared to do it. For XLinq it was possible
enough because Linq Preview contains API reference section for it.
(That's also the reason why I haven't tried other stuff).

(System.Xml.XLinq also misses things like extension point support.)

Atsushi Eno



More information about the Mono-devel-list mailing list