Prechádzať zdrojové kódy

flag to clean this up later on

Brendan Forster 9 rokov pred
rodič
commit
f805ef874a
1 zmenil súbory, kde vykonal 1 pridanie a 0 odobranie
  1. 1 0
      Ix.NET/Source/Tests/AssertEx.cs

+ 1 - 0
Ix.NET/Source/Tests/AssertEx.cs

@@ -4,6 +4,7 @@ using System;
 
 namespace Tests
 {
+    [Obsolete("Switch over to xUnit asserts wherever possible")]
     internal class AssertEx
     {
         internal static void Throws<T>(Action action)