You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had a bunch of public static readonly instances defined, and used reflection to bundle them all up into a readonly list at startup. The Empty value crept into that list by accident. I have other ways of fixing that little issue, but I thought maybe it would be a good idea to be able to suppress the Empty if someone needs to.
And since this is my first time communicating with you ... thank you Andrew, Great job :)
The text was updated successfully, but these errors were encountered:
Thanks, appreciate it. I'm a little undecided on this one. There's already quite a lot of configuration options, and no doubt will be more added later. I'm not sure if the extra option is worth it in this case 🤔
The main idea is to make the library much more maintainable while also giving people a mechanism to customise the generated IDs as much as they like. This will make it easy to make changes like this 🙂
I had a bunch of
public static readonly
instances defined, and used reflection to bundle them all up into a readonly list at startup. TheEmpty
value crept into that list by accident. I have other ways of fixing that little issue, but I thought maybe it would be a good idea to be able to suppress theEmpty
if someone needs to.And since this is my first time communicating with you ... thank you Andrew, Great job :)
The text was updated successfully, but these errors were encountered: