Replies: 2 comments
-
Simplify startup lifecycleLifecycles are a frequent point of confusion. The two phase startup (Invoke and OnStart) takes a second for users to get their head around. One option here would be to delete OnStart hooks completely. Any long-running work will be scheduled from constructors and invoked functions. It's much more obvious to think in terms of "my constructor has to return the thing, so it can't block forever." Some questions to consider:
|
Beta Was this translation helpful? Give feedback.
-
Delete
|
Beta Was this translation helpful? Give feedback.
-
Fx v2 is nowhere on the horizon, and is likely never going to happen.
This issue is to track all possible features/issues/changes that we'd want in Fx, should a v2 ever happen.
Part of the purpose here is to start discussion around how, if at all, some of the difficult changes can be accomplished.
Format: Start a new thread for each significant change, discuss within that thread.
Beta Was this translation helpful? Give feedback.
All reactions