Skip to content

Commit 4fe1f79

Browse files
committed
fix: Add suppression to net5 file
1 parent 902e9d5 commit 4fe1f79

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/bunit.web.tests/JSInterop/BunitJSInteropTest.net5.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#if !NETCOREAPP3_1
2+
#pragma warning disable CS0618 // This method is obsolete.
23
using System;
34
using System.Linq;
45
using AutoFixture.Xunit2;
@@ -189,4 +190,4 @@ public void Test308(string identifier, string arg0, string arg1, string arg2)
189190
invocationMethodName: "InvokeUnmarshalled"));
190191
}
191192
}
192-
#endif
193+
#endif

0 commit comments

Comments
 (0)