Skip to content

Commit 2480c33

Browse files
author
randylevy
committed
Comment out SuppressMessage
1 parent 01dce8b commit 2480c33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/Unity/Tests/Unity.Tests/PerThreadLifetimeManagerFixture.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
using Microsoft.VisualStudio.TestTools.UnitTesting;
2525
#endif
2626

27-
[module: System.Diagnostics.CodeAnalysis.SuppressMessage("StyleCop.CSharp.OrderingRules", "SA1210:UsingDirectivesMustBeOrderedAlphabeticallyByNamespace", Justification = "Sorting would be messy due to #ifdef", Target = "PerThreadLifetimeManagerFixture", Scope = "Type")]
27+
//[module: System.Diagnostics.CodeAnalysis.SuppressMessage("StyleCop.CSharp.OrderingRules", "SA1210:UsingDirectivesMustBeOrderedAlphabeticallyByNamespace", Justification = "Sorting would be messy due to #ifdef")]
2828

2929
namespace Microsoft.Practices.Unity.Tests
3030
{

0 commit comments

Comments
 (0)