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

ChaosOutcomeConstants

static class ChaosOutcomeConstants
using System.Runtime.CompilerServices; namespace Polly.Simmy.Outcomes { [System.Runtime.CompilerServices.NullableContext(1)] [System.Runtime.CompilerServices.Nullable(0)] internal static class ChaosOutcomeConstants { public const string DefaultName = "Chaos.Outcome"; public const string OnOutcomeInjectedEvent = "Chaos.OnOutcome"; } }