Micke

Results 17 comments of Micke

"By the way, what do you miss in netstandard2.0 which is in the pr I mentioned already?" You mean, why I updated targetframework to .Net5 ? Mainly to use the...

Wait - the targetframework setting isnt anymore part of the projectfiles. I described in the readme.md how you could define it centraly in the Directory.Build.props in your main project and...

> ## Your environment > > TbSync version: 4.7 EAS-4-TBSync Version: 4.7 Thunderbird version: 115.3.1 OS: Ubuntu 20.04 last tbsync version is 4.3 last supported TB version is 102 your...

sorry, you are absolutely right about the versions. I only looked at the latest release here on the site. I use TB under Windows, where the behavior you describe does...

> Looks like maybe the negative lookahead option is not understood by the GitExtensions regex object? that seems to me too. The commit list is empty if using: `^(?!.*\[\bbot\b\]).*$` or:...

> Personally, to only exclude a pattern, I found it easier to pass something like that to the filter box `--invert-grep --grep="\[bot\]"` ty for the hint @pmiossec , but this...

> Use _Commit message_ , add string "--invert-grep --fixed-strings --author="[bot]"" (without testing) this does not filter, but ty for the idea. > So the solution to exclude an author is...