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 6a04e8d commit 0524921Copy full SHA for 0524921
WebApiClient.Test/HttpApiFactoryTest.cs
@@ -1,4 +1,5 @@
1
-using System;
+#if JIT
2
+using System;
3
using System.Collections.Generic;
4
using System.Net.Http;
5
using System.Text;
@@ -67,3 +68,4 @@ public interface IMyApi : IHttpApi
67
68
}
69
70
71
+#endif
0 commit comments