[Mono-dev] Sort and Searching of lising assemblies via gacutil

Daniel Morgan monodanmorg at yahoo.com
Sun Aug 21 03:48:27 EDT 2005


Can we have an option like the -l option to list
assemblies but allow it to be sorted or search for
specifc assemblies using a wildcard?

gacutil -ls Firebird*
This would search for anything like Firebird*
If FirebirdSql.Data.Firebird.dll was in the gac, it
would be listed.

On Linux, it looks like it sorts by collation.   This
is fine because this is the way sorting of files on
Unix file systems work.  However, I would like it to
be sorted by case insensitive.

gacutil -lsi

This would list all assemblies sorting
case-insensitive.

You do not have to implement the features above
exactly like I mention, but I would like to have
sorting and searching via a wildcard.

Is it possible?

Thanks,
Daniel



__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 



More information about the Mono-devel-list mailing list