I was parsing the 5.2.45 meta.json file for a C#/Xamarin Forms helper library I'm thinking of making and noticed some duplication in the tags on icons:
27 icons have duplicate tags.
While I can deal with this, it doesn't seem ideal.
Will look into this tonight before releasing the 5.3.45. All those icons are older which makes me think it was before the admin got recoded.
Oh, I think these were added with the legacy alias/tag pages. I might have to finally deprecate these if any of the core team is still using them. That or fix the pages.
Done. These will be fixed in 5.3.45 and the verify script will not let us publish with duplicate aliases/tags.
@Xcodo Thanks again for submitting such a detailed bug report. This helped a lot! 馃挴

Adding this to the build tooling with all the other checks. 鉁旓笍
Looks good! I do love build tooling, the challenge is thinking up the problems to check for. I did also do checks that all names, IDs and codepoints were unique in the JSON list.
Perfect. We have verification for unique values, but good to double check. One oddity that got added for 5.0 was to also verify that if we remove the - hyphens the names are still unique since some convert these to enums without underscores.
Lot of third party repackaging going on after each release by various libs. 馃グ
@Xcodo Feel free to update the xamarin docs via a PR. Always open to alternative solutions especially if they don't package the entire icon pack or use the webfont. The current Xamarin implementation uses the webfont. 馃槰
@Templarian will do. They could do with an update as there's been some improvement in Xamarin Forms, but there's no SVG support so the webfont is still the way to go for mobile apps I think.
@Xcodo 5.3.45 went out with these fixes.