Per Lundberg
Per Lundberg
@chrisco484 Unfortunately, no. If you look at [this code](https://github.com/perlun/fst-concurrency-issue/blob/master/src/test/java/FSTSerializationTest.java#L46-L59) in my repro repository, we instantiate new streams for each iteration in the loop. Even with this approach, we run into...
For reference, kryo is here: https://github.com/EsotericSoftware/kryo
@RuedigerMoeller Any idea of when you anticipate to have time to look into this further?
@winrid Don't know the details about this particular bug, but see also #270 and #274 for some concurrency-related issues. We ended up moving away from FST since we couldn't get...
For the reference, I am also seeing linking errors from `System.CommandLine.NamingConventionBinder` in my app: > `.../system.commandline.namingconventionbinder/2.0.0-beta4.22272.1/lib/netstandard2.0/System.CommandLine.NamingConventionBinder.dll : error IL2104: Assembly 'System.CommandLine.NamingConventionBinder' produced trim warnings. For more information see https://aka.ms/dotnet-illink/libraries [/home/per/git/perlang/src/Perlang.ConsoleApp/Perlang.ConsoleApp.csproj]`
Thanks for the feedback @jonsequitur. Are there any known workarounds to this apart from keeping `true` in my app? I'd rather be able to disable it, since there is a...
For reference, this was also spotted by another user some months later: https://github.com/dotnet/command-line-api/issues/1791#issuecomment-1173015923
I am running into this in my application, but perhaps for slightly different reasons than the rest of you. I have a custom `--version` option defined like this (heavily simplified...
Tested with the 2.1.1-1 package from `bookworm` (next version of Debian, currently in testing) but the problem persists in that version also.
Thanks for your reply @maximstewart. I'm not sure it has worked before. Here's what it looks like in the preferences:  If I edit the setting by pressing Ctrl+numeric +,...