Azure / Azure/azure-functions-host
Script host compilation errors should include function name
Open
enhancement
- Dominant language
- C#
- Stars
- 2k
- Forks
- 482
- Avg merge
- 2d 12h
- Merged PRs (30d)
- 38
Description
Customers using the Functions CLI see errors that just refer to run.csx, without telling them which function they apply to: https://github.com/Azure/azure-functions-cli/issues/44
The script host is just outputing these errors to the console, so it needs to provide a way for the CLI to customize the output.
Contributor guide
Assessment
This issue has not been assessed yet.