-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* check if method is async and await results, #199 Signed-off-by: sriv <srikanth.ddit@gmail.com> * Add .NET 8 support (#200) * Add .NET 8 support Signed-off-by: Martin Pekurny <mpekurny@paychex.com> * Update the init command to create a newer csproj file and removed the matrix for different dotnet versions in the build.yml Signed-off-by: Martin Pekurny <mpekurny@paychex.com> * Limiting the number of nodes to use for the feature tests Signed-off-by: Martin Pekurny <mpekurny@paychex.com> --------- Signed-off-by: Martin Pekurny <mpekurny@paychex.com> Signed-off-by: sriv <srikanth.ddit@gmail.com> * add check to guard against async void impl step implementations with async void are treated as not implemented Signed-off-by: sriv <srikanth.ddit@gmail.com> * bump version 0.6.0 Signed-off-by: sriv <srikanth.ddit@gmail.com> * fix nunit assert syntax Signed-off-by: sriv <srikanth.ddit@gmail.com> * make MethodExecutor.Execute handle async, #199 the entire method execution chain is now async Signed-off-by: sriv <srikanth.ddit@gmail.com> * preserve arguments check when executing hook Signed-off-by: sriv <srikanth.ddit@gmail.com> --------- Signed-off-by: sriv <srikanth.ddit@gmail.com> Signed-off-by: Martin Pekurny <mpekurny@paychex.com> Co-authored-by: mpekurny <49953914+mpekurny@users.noreply.github.com>
- Loading branch information
Showing
53 changed files
with
374 additions
and
219 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.