Closed EricStG closed 2 months ago
Is your feature request related to a problem? Please describe.
We have a class similar to
public class Something { [LogReplaced(Regex, Replacement)] public ICollection<string> Secrets { get; set; } = []; }
We want LogReplaced to apply to all elements of the array
LogReplaced
Describe the solution you'd like
Support string enumerable, just like LogMaskedAttribute does
LogMaskedAttribute
This issue was marked as stale since it has not been active for a long time
Is your feature request related to a problem? Please describe.
We have a class similar to
We want
LogReplaced
to apply to all elements of the arrayDescribe the solution you'd like
Support string enumerable, just like
LogMaskedAttribute
does