[Mono-devel-list] Need guidance please: Adding a new namespace to System.Data

Met @ Uber met at uberstats.com
Sun Nov 16 23:21:32 EST 2003


Actually it goes inside of its own assmebly (System.Data.SqlXml).

Quoted from Longhorn's SDK
===
Namespace System.Data.Mapping 
Assembly System.Data.SqlXml (system.data.sqlxml.dll) 
Strong Name System.Data.SqlXml
===

So I believe there would be a System.Data.SqlXml directory in the base
mcs/class directory.  And within System.Data.SqlXml would be
System.Data.Mapping.  Correct?

Also, I've finished all of the stubs for this namespace.  I was going to
wait till the morning however to ask how to go about it, but now is as
good as any ;-)

~ Matthew

On Sun, 2003-11-16 at 23:28, Richard Thombs wrote:
> Our ObjectSpaces work requires the creation of a System.Data.Mapping
> namespace inside the System.Data.dll assembly.
> 
> I'm reluctant to commit anything into CVS for this before I get some
> feedback on what I was going to do:
> 
> - Create a new System.Data/System.Data.Mapping directory.
> - Ensure that all files inside this directory are wrapped in #if NET_1_2
>   blocks.
> - Add the new files to System.Data.dll.sources
> 
> Apart from checking that the whole assembly still builds for regular
> NET_1_1 builds, what else should I be watching out for?
> 
> Should I even be committing this into CVS or should I be passing a patch
> up to the maintainer of System.Data?
> 
> Thanks,
> 
> Stony.
> 
> 




More information about the Mono-devel-list mailing list