File tree 2 files changed +10
-2
lines changed
2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change
1
+ #if INTERACTIVE
1
2
#r " ./bin/Debug/net6.0/FsHttp.dll"
2
- open FsHttp
3
+ #else
4
+ module FsHttp.DslCEPreview
5
+ #endif
3
6
7
+ open FsHttp
4
8
5
9
// ---------
6
10
// Builder
@@ -452,6 +456,7 @@ module MultipartElement =
452
456
453
457
454
458
459
+ #if INTERACTIVE
455
460
456
461
http {
457
462
POST " https://github.com/CuminAndPotato/PXL-JAM"
@@ -493,3 +498,6 @@ let res =
493
498
// textPart "Lamm" "hurz2"
494
499
// textPart "schrie" "hurz3"
495
500
}
501
+
502
+
503
+ #endif
Original file line number Diff line number Diff line change 26
26
<Compile Include =" FsiInit.fs" />
27
27
<Compile Include =" Dsl.fs" />
28
28
<Compile Include =" Dsl.CE.fs" />
29
- <!-- < Compile Include="Dsl.CE2.fs" /> -- >
29
+ <Compile Include =" Dsl.CE2.fs" />
30
30
<Compile Include =" Operators.fs" />
31
31
<Compile Include =" Extensions.fs" />
32
32
</ItemGroup >
You can’t perform that action at this time.
0 commit comments