[Mono-dev] Refactoring in System.Data.Common
Ben Maurer
bmaurer at ximian.com
Sun Jan 29 19:42:47 EST 2006
On Sun, 2006-01-29 at 05:13 -0800, Konstantin Triger wrote:
> I made some methods/fields in System.Data.Common/ExceptionHelper.cs,
> DbTypes.cs to enable reuse in other assemblies like
> System.Data.OracleClient.
Isn't this creating new public types? We can't do that. It would prevent
the other db providers from running on the Microsoft runtime (handy for
testing).
If you need to reuse stuff like this, we need to figure out a way to let
the build system do that.
-- Ben
More information about the Mono-devel-list
mailing list