-
Notifications
You must be signed in to change notification settings - Fork 21
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
Add .NET 8 support #200
Add .NET 8 support #200
Conversation
Signed-off-by: Martin Pekurny <[email protected]>
… matrix for different dotnet versions in the build.yml Signed-off-by: Martin Pekurny <[email protected]>
@sriv @zabil |
It does look a bit strange to start with. I will investigate this |
Signed-off-by: Martin Pekurny <[email protected]>
thanks @mpekurny ! |
1 similar comment
My apologies. I should have marked this as a release candidate and that would have triggered a release. I will aim to make a release by this weekend, hope that is acceptable to you? |
Yes, that works. Thanks @sriv |
gauge-dotnet 0.5.3 is now released, thanks @mpekurny |
* 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]>
* 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 .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]>
* 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]>
Adding .NET 8 support for builds and updated dependencies to latest versions.