diff --git a/ArchiSteamFarm/Collections/ConcurrentSortedHashSet.cs b/ArchiSteamFarm/Collections/ConcurrentSortedHashSet.cs index b2a64ce14..268cf5a37 100644 --- a/ArchiSteamFarm/Collections/ConcurrentSortedHashSet.cs +++ b/ArchiSteamFarm/Collections/ConcurrentSortedHashSet.cs @@ -203,6 +203,7 @@ namespace ArchiSteamFarm.Collections { } [SuppressMessage("ReSharper", "AnnotationConflictInHierarchy")] + [SuppressMessage("ReSharper", "AssignNullToNotNullAttribute")] void ICollection.Add([NotNull] T item) => Add(item); [NotNull]