Attributes.cs 334 B

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