File tree Expand file tree Collapse file tree 30 files changed +24
-391
lines changed
HttpTriggerWithObject-FSharp
test/WebJobs.Script.Tests/TestScripts
AssembliesFromSharedLocation
NotificationHubOutNotification
ServiceBusQueueTriggerToBlob
FunctionGeneration/HttpTrigger-FSharp Expand file tree Collapse file tree 30 files changed +24
-391
lines changed Original file line number Diff line number Diff line change 1
- //----------------------------------------------------------------------------------------
2
- // This prelude allows scripts to be edited in Visual Studio or another F# editing environment
3
-
4
- #if ! COMPILED
5
- #I " ../../bin/Binaries/WebJobs.Script.Host"
6
- #r " Microsoft.Azure.WebJobs.Host.dll"
7
- #endif
8
-
9
- //----------------------------------------------------------------------------------------
10
- // This is the implementation of the function
11
-
12
- open System
1
+ open System
13
2
open Microsoft.Azure .WebJobs .Host
14
3
15
4
[<CLIMutable>]
Original file line number Diff line number Diff line change 1
- //----------------------------------------------------------------------------------------
2
- // This prelude allows scripts to be edited in Visual Studio or another F# editing environment
3
-
4
- #if ! COMPILED
5
- #I " ../../bin/Binaries/WebJobs.Script.Host"
6
- #r " Microsoft.Azure.WebJobs.Host.dll"
7
- #endif
8
-
9
- //----------------------------------------------------------------------------------------
10
- // This is the implementation of the function
11
-
12
- open System
1
+ open System
13
2
open Microsoft.Azure .WebJobs .Host
14
3
15
4
type Item =
Original file line number Diff line number Diff line change 1
- //----------------------------------------------------------------------------------------
2
- // This prelude allows scripts to be edited in Visual Studio or another F# editing environment
3
-
4
- #if ! COMPILED
5
- #I " ../../bin/Binaries/WebJobs.Script.Host"
6
- #r " Microsoft.Azure.WebJobs.Host.dll"
7
- #endif
8
-
9
- //----------------------------------------------------------------------------------------
10
- // This is the implementation of the function
11
-
12
- open System
1
+ open System
13
2
open Microsoft.Azure .WebJobs .Host
14
3
15
4
let Run ( input : string , log : TraceWriter ) =
Original file line number Diff line number Diff line change 1
- //----------------------------------------------------------------------------------------
2
- // This prelude allows scripts to be edited in Visual Studio or another F# editing environment
3
-
4
- #if ! COMPILED
5
- #I " ../../bin/Binaries/WebJobs.Script.Host"
6
- #r " Microsoft.Azure.WebJobs.Host.dll"
7
- #endif
8
-
9
- //----------------------------------------------------------------------------------------
10
- // This is the implementation of the function
11
-
12
1
open System
13
2
open Microsoft.Azure .WebJobs .Host
14
3
Original file line number Diff line number Diff line change 1
- //----------------------------------------------------------------------------------------
2
- // This prelude allows scripts to be edited in Visual Studio or another F# editing environment
3
-
4
- #if ! COMPILED
5
- #I " ../../bin/Binaries/WebJobs.Script.Host"
6
- #r " Microsoft.Azure.WebJobs.Host.dll"
7
- #r " Microsoft.Azure.WebJobs.Extensions.dll"
8
- #endif
9
-
10
- //----------------------------------------------------------------------------------------
11
- // This is the implementation of the function
12
-
13
- open System
1
+ open System
14
2
open Microsoft.Azure .WebJobs
15
3
open Microsoft.Azure .WebJobs .Host
16
4
Original file line number Diff line number Diff line change 1
- //----------------------------------------------------------------------------------------
2
- // This prelude allows scripts to be edited in Visual Studio or another F# editing environment
3
-
4
- #if ! COMPILED
5
- #I " ../../bin/Binaries/WebJobs.Script.Host"
6
- #r " Microsoft.Azure.WebJobs.Host.dll"
7
- #r " Microsoft.Azure.WebJobs.Extensions.dll"
8
- #endif
9
-
10
-
11
- //----------------------------------------------------------------------------------------
12
- // This is the implementation of the function
13
-
14
- open System
1
+ open System
15
2
open Microsoft.Azure .WebJobs
16
3
open Microsoft.Azure .WebJobs .Host
17
4
Original file line number Diff line number Diff line change 1
- //----------------------------------------------------------------------------------------
2
- // This prelude allows scripts to be edited in Visual Studio or another F# editing environment
3
-
4
- #if ! COMPILED
5
- #I " ../../bin/Binaries/WebJobs.Script.Host"
6
- #r " Microsoft.Azure.WebJobs.Host.dll"
7
- #r " Microsoft.Azure.WebJobs.Extensions.dll"
8
- #r " Newtonsoft.Json"
9
- #endif
10
-
11
- //----------------------------------------------------------------------------------------
12
- // This is the implementation of the function
13
-
14
- open System
1
+ open System
15
2
open System.Net
16
3
open Newtonsoft.Json
17
4
open Newtonsoft.Json .Linq
Original file line number Diff line number Diff line change 1
- //----------------------------------------------------------------------------------------
2
- // This prelude allows scripts to be edited in Visual Studio or another F# editing environment
3
-
4
- #if ! COMPILED
5
- #I " ../../../../../src/WebJobs.Script.Host/bin/Debug"
6
- #r " Microsoft.Azure.WebJobs.Host.dll"
7
- #r " Microsoft.Azure.WebJobs.Extensions.dll"
8
- #endif
9
-
10
- //----------------------------------------------------------------------------------------
11
- // This is the implementation of the function
12
-
13
- open System
1
+ open System
14
2
open Microsoft.Azure .WebJobs .Host
15
3
16
4
let Run ( input : string , log : TraceWriter ) =
Original file line number Diff line number Diff line change 1
- //----------------------------------------------------------------------------------------
2
- // This prelude allows scripts to be edited in Visual Studio or another F# editing environment
3
-
4
- #if ! COMPILED
5
- #I " ../../../../../src/WebJobs.Script.Host/bin/Debug"
6
- #r " Microsoft.Azure.WebJobs.Host.dll"
7
- #r " Microsoft.Azure.WebJobs.Extensions.dll"
8
- #endif
9
-
10
- //----------------------------------------------------------------------------------------
11
- // This is the implementation of the function
12
-
13
- #r " System.Net.Http"
1
+ #r " System.Net.Http"
14
2
15
3
open System
16
4
open Microsoft.Azure .WebJobs .Host
Original file line number Diff line number Diff line change 1
- //----------------------------------------------------------------------------------------
2
- // This prelude allows scripts to be edited in Visual Studio or another F# editing environment
3
-
4
- #if ! COMPILED
5
- #I " ../../../../../src/WebJobs.Script.Host/bin/Debug"
6
- #r " Microsoft.Azure.WebJobs.Host.dll"
7
- #r " Microsoft.Azure.WebJobs.Extensions.dll"
8
- #endif
9
-
10
- //----------------------------------------------------------------------------------------
11
- // This is the implementation of the function
12
-
13
- #r " Microsoft.Azure.ApiHub.Sdk"
1
+ #r " Microsoft.Azure.ApiHub.Sdk"
14
2
15
3
open System
16
4
open Microsoft.Azure .WebJobs .Host
You can’t perform that action at this time.
0 commit comments