getgauge / gauge-dotnet

C# runner for gauge + DotNet standard 6.0-8.0
Apache License 2.0
27 stars 21 forks source link

Resolve Error: Timed out connecting to dotnet #197

Closed scott-brady closed 1 year ago

scott-brady commented 1 year ago

This PR resolves the "Failed to start gauge API: Timed out connecting to dotnet" intermittent error described in #196.

It also resolves build warning NETSDK1179 during compilation of the target project.

Additionally it includes some minor doco updates to the README.

sriv commented 1 year ago

Thank you for the fix @scott-brady. Appreciate the cleanup in the README as well.

scott-brady commented 1 year ago

Thanks @sriv . Could you please let me know what I need to do to include this in a release? I don't think I have permission to run deployments.

sriv commented 1 year ago

Apologies for the delay @scott-brady , ideally I should have tagged this PR as a release candidate and that should have got a build out on merge.

I have triggered a release, gauge-dotnet 0.5.2 should now be available

scott-brady commented 1 year ago

Perfect thanks @sriv 👍