Skip to content

Commit b4cf8f9

Browse files
author
Byron Delgado
committed
Add NUnit parallelism comment to AssemblyInfo.cs
1 parent 24fd5a6 commit b4cf8f9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Src/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
[assembly: AssemblyCopyright("Copyright © Microsoft 2017")]
1616
[assembly: AssemblyTrademark("")]
1717
[assembly: AssemblyCulture("")]
18+
//NUnit to allow parallelism
1819
[assembly: Parallelizable(ParallelScope.Fixtures)]
1920

2021
// Setting ComVisible to false makes the types in this assembly not visible

0 commit comments

Comments
 (0)