Azure / Azure/azure-functions-core-tools
Can't create F# function
Open
- Dominant language
- C#
- Stars
- 1.5k
- Forks
- 498
- Avg merge
- 4d 20h
- Merged PRs (30d)
- 14
Description
When I run `func new` the options only list C# and JavaScript. F# should be on the list
When I run `func new --language F# --template HttpTrigger --name MyHttpTrigger` the following error is reported:
`Can't find template "HttpTrigger" in "F#"`
Contributor guide
Research direction
Start by reproducing the issue with `func new` and with `func new --language F# --template HttpTrigger --name MyHttpTrigger`. Trace how the CLI lists languages and resolves the `HttpTrigger` template; done means F# appears in the options and the command creates the function without the reported template error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- fsharp
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100