Skip to content

Commit 9a0dea6

Browse files
author
Petr Sramek
committed
added AssemblyInfo with [assembly: Parallelize(Scope = ExecutionScope.MethodLevel)] attribute
1 parent d5e9f46 commit 9a0dea6

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
//
2+
// Copyright (c) Petr Šrámek. All rights reserved.
3+
// Licensed under the MIT License. See LICENSE file in the project root for full license information.
4+
//
5+
6+
[assembly: Parallelize(Scope = ExecutionScope.MethodLevel)]
Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
1-
using System.Reflection;
2-
using System.Runtime.InteropServices;
3-
using Test = Microsoft.VisualStudio.TestTools.UnitTesting;
4-
[assembly: AssemblyTrademark("")]
5-
[assembly: AssemblyCulture("")]
1+
//
2+
// Copyright (c) Petr Šrámek. All rights reserved.
3+
// Licensed under the MIT License. See LICENSE file in the project root for full license information.
4+
//
65

7-
[assembly: ComVisible(false)]
8-
9-
[assembly: Guid("30324a08-aa42-425d-87da-8f9c6af60454")]
10-
11-
[assembly: Test.Parallelize(Scope = Test.ExecutionScope.MethodLevel)]
6+
[assembly: Parallelize(Scope = ExecutionScope.MethodLevel)]

0 commit comments

Comments
 (0)