Skip to content

Commit

Permalink
added information about extensions in migration documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ursenzler committed Dec 4, 2019
1 parent 3cd9261 commit 6ae9434
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion documentation/migratingToV5.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,9 @@ machine

Make sure you use the correct `StateMachineDefinitionBuilder`:
- from namespace `Appccelerate.StateMachine.Machine` for state machines **without** async/await support
- from namespace `Appccelerate.StateMachine.AsyncMachine` for state machines **with** async/await support
- from namespace `Appccelerate.StateMachine.AsyncMachine` for state machines **with** async/await support

## Changes in extension API

The extension API is changed in version 5, too.
Instead of mutable states, the state definition is passed to the extensions.

0 comments on commit 6ae9434

Please sign in to comment.