Azure / Azure/azure-functions-dotnet-extensions
async version of FunctionsStartup
- Dominant language
- C#
- Stars
- 81
- Forks
- 50
- PR merge metrics
- No merged PRs in 30d
Description
I have code which was written async first in my `FunctionsStartup.Configure` method. I would rather not transition from sync to async and back again if I can avoid it.
Similar to the introduction of `async Main` methods, would it be possible to introduce an `async Configure` method in `FunctionsStartup`?
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating FunctionsStartup and its Configure entry point in the repository, then review how startup configuration is invoked and whether asynchronous execution is supported. Define what an async Configure API would require and how completion would be verified; the issue does not name specific files or tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- azure, csharp
- Domain
- backend, cloud
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100