So app is locking up on calling this when the app is compiled to .Net Native. It works great in non .Net Native compilations.
GCSettings.LatencyMode =GCLatencyMode.LowLatency;
Why would this be happening? I need the LowLatency setting. Thanks in advance.
SB Software Developer