diff --git a/src/NetEvolve.Extensions.XUnit/Internal/CultureAttributeBase.cs b/src/NetEvolve.Extensions.XUnit/Internal/CultureAttributeBase.cs index 9236220..383b3d3 100644 --- a/src/NetEvolve.Extensions.XUnit/Internal/CultureAttributeBase.cs +++ b/src/NetEvolve.Extensions.XUnit/Internal/CultureAttributeBase.cs @@ -15,7 +15,9 @@ Inherited = true )] [TraitDiscoverer(Namespaces.CultureTraitDiscoverer, Namespaces.Assembly)] +#pragma warning disable S3376 // Attribute, EventArgs, and Exception type names should end with the type being extended public abstract class CultureAttributeBase : BeforeAfterTestAttribute, ITraitAttribute +#pragma warning restore S3376 // Attribute, EventArgs, and Exception type names should end with the type being extended { private readonly CultureInfo _culture;