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

_______________________________________________
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list

Reply via email to