-
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 <mpekurny@paychex.com>
… matrix for different dotnet versions in the build.yml Signed-off-by: Martin Pekurny <mpekurny@paychex.com>
@sriv @zabil |
It does look a bit strange to start with. I will investigate this |
Signed-off-by: Martin Pekurny <mpekurny@paychex.com>
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 <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>
* 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 .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>
* 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>
Adding .NET 8 support for builds and updated dependencies to latest versions.