Attributes.cs 264 B

123456
  1. using Xunit;
  2. // Required to avoid InvalidOperationException sometimes thrown
  3. // from Splat.MemoizingMRUCache.cs which is not thread-safe.
  4. // Thrown when trying to access WhenActivated concurrently.
  5. [assembly: CollectionBehavior(DisableTestParallelization = true)]