[Mono-dev] Tool to find minimum needed Mono version

Alexandros Frantzis alfius at freemail.gr
Thu Feb 22 10:13:13 EST 2007


Hello,
I was wondering if there is a tool to find the minimum needed Mono
version an application needs to run correctly. Is there enough metadata
in the library assemblies in order to create such a tool?

The reason I need this tool is that I develop applications using the
latest (stable) Mono version and sometimes I use methods that are not
present/implemented in older versions. It would be great if I knew about
them so I could either avoid them or require the particular Mono
version. For example string.IndexOf(string, StringComparison) is not
present in Mono 1.1.13.6 which is in Ubuntu Dapper. 

Thank you,
Alexandros




More information about the Mono-devel-list mailing list