You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here are my recommended steps to do this in an incremental fashion:
This will be a breaking change, there's no way around that. So to start, I'd create a new branch, maybe "v3.x" and update the version of this package to "3.0.0-alpha.1"
I would update the reference of "@azure/functions" in the package.json to "4.0.0-alpha.2"
I would fix all the build errors (there will be a lot lol) and submit a PR
Now, I would try to get it to actually run locally 😅 That means following steps here and using app.generic to register durable functions. Once it works locally, I'd submit another PR as I doubt the changes from step 3 will work on the first attempt
Finally, I would add fancy intellisense for app.durable methods. Currently tracked by this issue, but open for discussion where that code lands. Regardless, ideally this is a separate PR
The text was updated successfully, but these errors were encountered:
More info here: https://aka.ms/AzFuncNodeV4
Here are my recommended steps to do this in an incremental fashion:
package.json
to "4.0.0-alpha.2"app.generic
to register durable functions. Once it works locally, I'd submit another PR as I doubt the changes from step 3 will work on the first attemptapp.durable
methods. Currently tracked by this issue, but open for discussion where that code lands. Regardless, ideally this is a separate PRThe text was updated successfully, but these errors were encountered: