Skip to content

Commit

Permalink
Enable Dsl.CE2.fs compilation in FsHttp.fsproj
Browse files Browse the repository at this point in the history
  • Loading branch information
SchlenkR authored and SchlenkR committed Dec 21, 2024
1 parent f4489fe commit e3675cb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion src/FsHttp/Dsl.CE2.fsx → src/FsHttp/Dsl.CE2.fs
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
#if INTERACTIVE
#r "./bin/Debug/net6.0/FsHttp.dll"
open FsHttp
#else
module FsHttp.DslCEPreview
#endif

open FsHttp

// ---------
// Builder
Expand Down Expand Up @@ -452,6 +456,7 @@ module MultipartElement =



#if INTERACTIVE

http {
POST "https://github.com/CuminAndPotato/PXL-JAM"
Expand Down Expand Up @@ -493,3 +498,6 @@ let res =
// textPart "Lamm" "hurz2"
// textPart "schrie" "hurz3"
}


#endif
2 changes: 1 addition & 1 deletion src/FsHttp/FsHttp.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<Compile Include="FsiInit.fs" />
<Compile Include="Dsl.fs" />
<Compile Include="Dsl.CE.fs" />
<!-- <Compile Include="Dsl.CE2.fs" /> -->
<Compile Include="Dsl.CE2.fs" />
<Compile Include="Operators.fs" />
<Compile Include="Extensions.fs" />
</ItemGroup>
Expand Down

0 comments on commit e3675cb

Please sign in to comment.