We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1089fc4 commit 46b77d0Copy full SHA for 46b77d0
1 file changed
HarmonyTests/IL/Instructions.cs
@@ -267,8 +267,9 @@ static void Normalize(MethodBody body)
267
Assert.AreEqual(expectedIL, transpiledBody);
268
}
269
270
+ // Doesn't seem to properly work on dotnet 6 test runner
271
+#if false
272
[Test]
- [Ignore("Doesn't work on .NET 6 emulating .NET 4.5 FW API")]
273
public void FixIssue45()
274
{
275
if (AccessTools.IsMonoRuntime)
@@ -283,5 +284,6 @@ public void FixIssue45()
283
284
285
Assert.AreEqual(29, new ILManipulator(body, false).GetRawInstructions().Count());
286
287
+#endif
288
289
0 commit comments