kMutagene / AnyBadge.NET

A .NET port of https://github.com/jongracecox/anybadge written in F#.
MIT License
14 stars 1 forks source link

[Port] global increasing mask id #5

Closed kMutagene closed 1 year ago

kMutagene commented 1 year ago

i am not 100% sure why, but it seems like the python API sets a assembly-level increasing mask id, meaning when creating batched badges, the mask id is increasing for each badge created, but reset for a new run.

Not sure why not just create and GUID for the id, maybe we imnplement it like that and slightly deviate from a direct port here because i really dont understand why this is done.