[Mono-list] a coverage analysis program for mono
Sebastien Pouliot
Sebastien Pouliot <spouliot@videotron.ca>
Mon, 30 Dec 2002 09:56:05 -0500
> It seems that the cultureInfo field of AssemblyName is not
> set and that
> is causing the exception. A simple test case is:
>
> typeof(int).Assembly.FullName
The null cultureinfo bug is fixed - but the FullName implementation of
AssemblyName is still incomplete. I will add this to the unit test.
BTW does the coverage/updated-runtime works under Windows ?
Jeroen, you must run your test program under mono to see the bug. From your
output I see that you are using mscorlib ;-).
japj@debian:~/sandbox$ mcs test.cs
Compilation succeeded
japj@debian:~/sandbox$ ./test.exe
mscorlib, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
^^^^^^
Thanks
Sebastien Pouliot
Security Architect, Motus Technologies, http://www.motus.com/
work: spouliot@motus.com
home: spouliot@videotron.ca