IL2CPU
IL2CPU copied to clipboard
Improve label name
The problem with including the entire assembly name in the label is that its too long so an idea could be that we create a short unique id for each assembly as we encounter it and append that to each label
@quajak
Better approach for https://github.com/CosmosOS/IL2CPU/issues/122
How about the Id from our debug database? There is an assemblies table there with each having an integer Id.
That could work