We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 599261f commit f0c7627Copy full SHA for f0c7627
test/TestAssets/TestProjects/TestProjectWithMultipleTFMsSolution/TestProject/Program.cs
@@ -81,7 +81,9 @@ public async Task ExecuteRequestAsync(ExecuteRequestContext context)
81
{
82
Uid = "Test5",
83
DisplayName = "Test5",
84
+#pragma warning disable CS0618 // Type or member is obsolete
85
Properties = new PropertyBag(new CancelledTestNodeStateProperty(new Exception("this is a cancelled exception"), "")),
86
+#pragma warning restore CS0618 // Type or member is obsolete
87
}));
88
89
context.Complete();
0 commit comments