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

OutcomeConstants

static class OutcomeConstants
using System.Runtime.CompilerServices; namespace Polly.Simmy.Outcomes { internal static class OutcomeConstants { [Nullable(1)] public const string OnOutcomeInjectedEvent = "OnOutcomeInjected"; } }