Open
Description
While working on #2562, I found that Job.WithGcForce(false)
doesn't do anything, and the Engine calling ForceGcCleanups = targetJob.ResolveValue(GcMode.ForceCharacteristic, Resolver);
only ever returns the default value true
.
While working on #2562, I found that Job.WithGcForce(false)
doesn't do anything, and the Engine calling ForceGcCleanups = targetJob.ResolveValue(GcMode.ForceCharacteristic, Resolver);
only ever returns the default value true
.