AssemblyInfo.cs 150 B

1234
  1. using Xunit;
  2. // Since Application is a singleton we can't run tests in parallel
  3. [assembly: CollectionBehavior (DisableTestParallelization = true)]