[Mono-list] Crypto Unit tests on linux
Piers Haken
piersh@friskit.com
Wed, 16 Oct 2002 09:31:58 -0700
Yes, but by that reasoning we should probably be implementing ALL of
mscorlib as internal calls.
Piers.
> -----Original Message-----
> From: Paolo Molaro [mailto:lupus@ximian.com]
> Sent: Wednesday, October 16, 2002 3:43 AM
> To: mono-list
> Subject: Re: [Mono-list] Crypto Unit tests on linux
>
>
> On 10/16/02 Piers Haken wrote:
> > Or, even better:
> >
> > 3) use: Assembly.Load, Activator.CreateInstance & MethodInfo.Invoke
> >
> > Assuming they're supported, of course.
>
> They are supported, but the problem with that is that this
> still makes corlib depend on System.Xml (and System). If
> someone wants to, like, embed the mono runtime in a crypto
> token, he may need only corlib, but the above solution means
> that he needs to include System and System.Xml as well
> (increasing the space requirements).
>
> lupus
>
> --
> -----------------------------------------------------------------
> lupus@debian.org debian/rules
> lupus@ximian.com Monkeys do it better
>
> _______________________________________________
> Mono-list maillist - Mono-list@ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list
>