SV: [Mono-list] RFC: Corlib Unit Test on Linux How-To
Patrik Torstensson
totte@labs2.com
Tue, 30 Apr 2002 12:21:35 +0200
Hi All,
> Other things I found along the way and am looking in to:
>
> - MethodInfo.GetMethod(System.String) doesn't work on mono. The overload
> which takes an array of parameter Types does, however.
Fixed in my diff, sadly I can't commit it because I'm moving this week and starting working at a new company.
> Now that the corlib unit tests are kind of working on windows, I'm
> working on a test case for MethodInfo as I go. Please let me know if I
> should enter these issues in bugzilla as well.
Method info is easy to fix, just look at the param info stuff that exists in my diff that I hope someone commits soon. I fixed the binder stuff also.
- Patrik