Skip to content
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

version 0.4.0 plugin is missing net5.0 binaries #160

Closed
simmonskeith opened this issue May 7, 2021 · 3 comments
Closed

version 0.4.0 plugin is missing net5.0 binaries #160

simmonskeith opened this issue May 7, 2021 · 3 comments

Comments

@simmonskeith
Copy link

On a Windows 10 system, after updating to version 0.4.0 of the plugin which should support net5.0, Gauge was reporting the following:
[ERROR] * You intended to execute a .NET program, but dotnet-bin\net5.0\Gauge.Dotnet.dll does not exist.

After checking the plugin folder, I found only the netcoreapp3.0 binaries. The launcher.cmd parses the output of my' dotnet --version' command as '5.0.202' and attempts to run the net5.0 version of the Gauge.Dotnet.dll, which doesn't exist.

@sriv
Copy link
Member

sriv commented May 8, 2021

Thanks for reporting and the analysis. It seems that our deployment pipeline ran on .net3.1 causing the .net 5.0 artifact build to fail.

However it didn't cause the deployment itself to fail, hence the half baked release.

https://github.com/getgauge/gauge-dotnet/runs/2518268701?check_suite_focus=true#step:5:39

I'll be pushing a fix for this,

sriv added a commit that referenced this issue May 8, 2021
Signed-off-by: sriv <srikanth.ddit@gmail.com>
@sriv sriv closed this as completed in 0e93cc8 May 8, 2021
@sriv
Copy link
Member

sriv commented May 8, 2021

gauge-dotnet 0.4.1 should contain net5.0 binaries. Please check

@simmonskeith
Copy link
Author

gauge-dotnet 0.4.1 has the net5.0 binaries and works great. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants