О. вчера бомбануло у нас
@fvnever Due to unknown issues in CLR?/runtime?/JIT?, .NET Framework applications have trouble loading System.ValueTuple while using .netstandard 2.0 libraries sometimes. It results in a "NULL_POINTER_READ_c0000005" c0000005 is a access violation exception. When this code path presents itself in the application startup, it can crash applications and fail application start. (MSGraph had issue on 1/25 due to this)
We are addressing that by creating our own data structure to mimic ValueTuple.