On 2018-01-20, Stefan Bodewig wrote: > it looks as if exclusive locking didn't work properly for > RollingfileAppender on Linux for our NET Core tests. This has also > been true for the MONO_2_0 builds ages ago. I haven't checked whether > we are hitting a known limitation so far.
https://github.com/dotnet/corefx/issues/22011 we use FileShare.Read which translates to no real locking at all on Unix IIUC. Stefan