<PackageReference Include="Polly.Core" Version="8.5.2" />

Polly.Utils.ExceptionUtilities

static class ExceptionUtilities
namespace Polly.Utils { internal static class ExceptionUtilities { public static T TrySetStackTrace<[System.Runtime.CompilerServices.Nullable(0)] T>(this T exception) where T : Exception; } }