IL2CPU icon indicating copy to clipboard operation
IL2CPU copied to clipboard

Improve label name

Open valentinbreiz opened this issue 3 years ago • 2 comments

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

valentinbreiz avatar Feb 23 '22 21:02 valentinbreiz

How about the Id from our debug database? There is an assemblies table there with each having an integer Id.

charlesbetros avatar Feb 23 '22 21:02 charlesbetros

That could work

quajak avatar Feb 23 '22 21:02 quajak