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 :)
I had a bunch of
public static readonlyinstances defined, and used reflection to bundle them all up into a readonly list at startup. TheEmptyvalue 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 theEmptyif someone needs to.And since this is my first time communicating with you ... thank you Andrew, Great job :)