-
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 <[email protected]> * Add .NET 8 support (#200) * Add .NET 8 support Signed-off-by: Martin Pekurny <[email protected]> * 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 <[email protected]> * Limiting the number of nodes to use for the feature tests Signed-off-by: Martin Pekurny <[email protected]> --------- Signed-off-by: Martin Pekurny <[email protected]> Signed-off-by: sriv <[email protected]> * add check to guard against async void impl step implementations with async void are treated as not implemented Signed-off-by: sriv <[email protected]> * bump version 0.6.0 Signed-off-by: sriv <[email protected]> * fix nunit assert syntax Signed-off-by: sriv <[email protected]> * make MethodExecutor.Execute handle async, #199 the entire method execution chain is now async Signed-off-by: sriv <[email protected]> * preserve arguments check when executing hook Signed-off-by: sriv <[email protected]> --------- Signed-off-by: sriv <[email protected]> Signed-off-by: Martin Pekurny <[email protected]> Co-authored-by: mpekurny <[email protected]>
- 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.