Attributes.cs 430 B

123456789
  1. // Copyright (c) The Avalonia Project. All rights reserved.
  2. // Licensed under the MIT license. See licence.md file in the project root for full license information.
  3. using Xunit;
  4. // Required to avoid InvalidOperationException sometimes thrown
  5. // from Splat.MemoizingMRUCache.cs which is not thread-safe.
  6. // Thrown when trying to access WhenActivated concurrently.
  7. [assembly: CollectionBehavior(DisableTestParallelization = true)]