Eugene Peshkov
Eugene Peshkov
When it will be merged? I want to build ILRepack for .NET Core, which allows run ILRepack on Linux without Mono. It requires updated Cecil. @gluck
But it's so cool to have latest features and improvements in the mainline, right?
Maybe it's possible to just drop gradle? Looks like it used only for nuspec generation
Good idea, but I think .NET Core migration should be a continuation of https://github.com/gluck/il-repack/pull/236 With unforked Mono.Cecil we can upgrade ILRepack projects to new csproj format and use multitargeting to...
The approach of using the single `_reusableArrayOfX` field for caching may cause contention between threads, as atomic writes [do not scale well](https://www.1024cores.net/home/lock-free-algorithms/first-things-first). And `Interlocked.Exchange` is write access. The example of...
Hello and thank you! I think the [project wiki](https://github.com/epeshk/ConcurrencyToolkit/wiki) is a good place to store benchmark results, but contributing to the wiki directly is too complicated. The best way to...