-
Notifications
You must be signed in to change notification settings - Fork 768
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make transition actions async-first #452
Open
sunghwan2789
wants to merge
27
commits into
dotnet-state-machine:dev
Choose a base branch
from
sunghwan2789:refactor/async-first
base: dev
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Make transition actions async-first #452
sunghwan2789
wants to merge
27
commits into
dotnet-state-machine:dev
from
sunghwan2789:refactor/async-first
Commits on May 22, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 26d84fb - Browse repository at this point
Copy the full SHA 26d84fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3708be8 - Browse repository at this point
Copy the full SHA 3708be8View commit details -
Configuration menu - View commit details
-
Copy full SHA for b6c78c2 - Browse repository at this point
Copy the full SHA b6c78c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 641cf30 - Browse repository at this point
Copy the full SHA 641cf30View commit details -
Configuration menu - View commit details
-
Copy full SHA for ca8d073 - Browse repository at this point
Copy the full SHA ca8d073View commit details -
Configuration menu - View commit details
-
Copy full SHA for aeefd3d - Browse repository at this point
Copy the full SHA aeefd3dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ad8b37 - Browse repository at this point
Copy the full SHA 7ad8b37View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d81abe - Browse repository at this point
Copy the full SHA 7d81abeView commit details -
Use TaskResult.Done for old .net sdk
Further considerations: add Microsoft.Bcl.Async package for support below * `Task.GetAwaiter().GetResult()` is not supported before .NET Framework 4.5 * `Task.FromException(Exception)` is not supported before .NET Framework 4.6
Configuration menu - View commit details
-
Copy full SHA for b33bdc5 - Browse repository at this point
Copy the full SHA b33bdc5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 75c429c - Browse repository at this point
Copy the full SHA 75c429cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 89e1b03 - Browse repository at this point
Copy the full SHA 89e1b03View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f3bfaf - Browse repository at this point
Copy the full SHA 9f3bfafView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e72686 - Browse repository at this point
Copy the full SHA 4e72686View commit details -
Configuration menu - View commit details
-
Copy full SHA for d3b460b - Browse repository at this point
Copy the full SHA d3b460bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 61d3c10 - Browse repository at this point
Copy the full SHA 61d3c10View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b98c75 - Browse repository at this point
Copy the full SHA 6b98c75View commit details -
Configuration menu - View commit details
-
Copy full SHA for 61db67f - Browse repository at this point
Copy the full SHA 61db67fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 21ec879 - Browse repository at this point
Copy the full SHA 21ec879View commit details -
Configuration menu - View commit details
-
Copy full SHA for bff894d - Browse repository at this point
Copy the full SHA bff894dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b4f572 - Browse repository at this point
Copy the full SHA 9b4f572View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d53d5f - Browse repository at this point
Copy the full SHA 5d53d5fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f42cb9 - Browse repository at this point
Copy the full SHA 5f42cb9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0dcaf3c - Browse repository at this point
Copy the full SHA 0dcaf3cView commit details
Commits on May 23, 2021
-
Configuration menu - View commit details
-
Copy full SHA for ba36bf1 - Browse repository at this point
Copy the full SHA ba36bf1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 815b8ef - Browse repository at this point
Copy the full SHA 815b8efView commit details -
Configuration menu - View commit details
-
Copy full SHA for 82690a7 - Browse repository at this point
Copy the full SHA 82690a7View commit details -
Add missing api of StateConfiguration
We need TransitionConfiguration for InternalTransitionAsyncIf, PermitDynamicAsyncIf, etc...
Configuration menu - View commit details
-
Copy full SHA for e4219d7 - Browse repository at this point
Copy the full SHA e4219d7View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.