Hi o/
Incrementing meter attributes that exist for the license works fine.
But when I try to increment a meter attribute that does not exist in the license, LexActivator.IncrementActivationMeterAttributeUses() does not throw a LexActivatorException.
Is it expected behaviour for LexActivatorNative.IncrementActivationMeterAttributeUses to return LA_OK when the Meter attribute does not exist for the license?
I wouldn’t like to add a call to get the meter attribute to check if it exists.
(Using Cryptlex.LexActivator 3.19.1 in dotnet)