Welcome to mirror list, hosted at ThFree Co, Russian Federation.

README « gacutil « tools « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: fc09613bf02ba0c7072d06ed15ff790767453c2b (plain)
1
2
3
4
5
6
7
8
9
The gacutil.exe is mostly feature complete with the ms.net impl.

Right now the gac_path is hardcoded to a very unportable value:

/usr/lib/mono/gac

This will be changed when the icall to retreive the location of the gac is put into the runtime.

NOTE: not all exceptions are caught, if you get one, file a bug and I will fix it.