Roman Marusyk
Roman Marusyk
Hello @nickproud, To detect Base64 strings you can add a custom pattern and use it like: ``` var custom = new Dictionary { {"BASE64", "(?=(.{4})*$)[A-Za-z0-9+/]*={0,2}$"} }; var grok = new...
Oh sure, go ahead. You can add it here https://github.com/Marusyk/grok.net/blob/daa1c0b52b664aac8c9e4928a336737464a349ad/src/Grok.Net/grok-patterns#L1-L10
Hi @SilentCC, are you working on this?
Hi @jennyf19 do you have any updates on this?
Can I take this one and remove System.CommandLine.Builder, CommandLine.Invocation, CommandLine.Parsing? what about backward compatibility?
I have the same issue
@nickoppen thank you very much for your feedback. As soon as I have free time, I'll take a look (busy last few months) If you find out where the issue...
Hi @nickoppen Could you provide a repo with code to reproduce the behavior?