-
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
.NET 6.0 Support? #178
Comments
.net 6.0 support was added and merged via #174. It is still to be released (some builds have been misbehaving) |
Thanks for the information @sriv is there any ETA on when it might be released? |
Any word on when the .NET 6 support will be released? |
apologies for going silent here, been terribly busy off late. I'll try to spend some time this weekend. In the meantime, if you are able to do a build from source and take a quick look to see what works and what doesn't, that'd be super helpful (ref: https://github.com/getgauge/gauge-dotnet#build-from-source) |
Hey @sriv I downloaded and built from source as you requested. I will admit we are fairly new to gauge and do not have a lot of tests written yet and nothing testing UI code (yet), just tests checking inputs/outputs of our service APIs. With that caveat out of the way the version built from code worked in .NET 6 without any issues running out tests. |
Hi @mpekurny , thanks for checking the source build. It's good to hear that the source build is working for you. But I am worried that the tests are not passing on our CI - #186 I was attempting to make a release fwiw, but the tests indicate two potential issues - (1) with table driven parallel execution and (2) when shutting down an editor like vscode (which relies on gauge language server). I need to spend some time investigating this, because if we force a release now too many users will have to face these. I had spent some time in the past over the language server issue, but it was not replicable on my linux machine :( I can manually create a pre-release if you want to use it in the interim, but it will have to be installed from a file and will not be available via |
@sriv since I can build from source, I think for now I can wait for you to work out the issues you are having. We don't use table driven parallel execution, or at least not yet, so that wasn't part of my testing. However, I use VSCode and didn't see any issues with shutting down the editor in my testing. I am on Windows. Not sure if that helps or not, but if there is anything else I can help with to get to a release, let me know. |
@sriv I followed the same process that you have mentioned here. I am able to run the dotnet plugin in .NET 6.0. Also, I did a sanity check with one of my scripts. It is working fine as of now. But, I have one question, I have created a zip file for the dotnet plugin. I am trying to install it using the following command: gauge install dotnet --file "<file_path>" . But, I am getting the following error: Failed to install plugin 'dotnet'. I am not sure what I am missing here while creating the dotnet plugin zip file. I have included the binaries along with dotnet.json, launcher.cmd and launcher.sh. |
Hello Gauge Team, We also would like to know any tentative ETA for support of DOTNET 6.0 . As we have many tests in our enterprise which are using 5.x and since its going to be end of support , It would be great if you can provide some information, which would help us make a plan. |
Unfortunately, there is no ETA for this. The builds are failing and it's been hard to pin point the exact reason. The best options is to build from source and use it for now. Thanks for being patient. |
Hello Gauge Team, Checking to see if there is any update on the release and support for Dotnet 6.0. Any response is appreciated. |
The latest release should work on. Net 6.0. https://github.com/getgauge/gauge-dotnet/releases/tag/v0.5.0 Please check and report your experience. Thanks |
Thank you for your prompt response. We will work with it and let you know. Regards, |
Do you have the .zip offline installation file that you generally provide for installation. I see that the packages that you have provided are with the source code. Is is possible for you to provide the .zip offline installation file ? |
Seems like the artifacts did not get attached. I'll check this, bit busy presently |
Hello Sriv / Gauge Team, Can you please let me know if you will be able to have the offline installation .zip package when it can be made available ? |
Need to investigate the release scripts, it may take some time. I can only look at it over the weekend at the earliest. Any help is welcome here. There is no gauge team anymore, the project is maintained by volunteers on their personal time (this has been the case since Jan 2021). |
The release script has been fixed. The zip file is available here for offline install - https://github.com/getgauge/gauge-dotnet/releases/download/v0.5.0/gauge-dotnet-0.5.0.zip I am going to close this issue, feel free to open a new one if there are any issues. |
When trying to use a .NET assembly built in .NET 6, I get the error below. Looking at other issues and PRs, it appears that updates needed to be made to support .NET 5.0, so I would assume that similar updates will also need to be made to support .NET 6? Is there a plan to make those changes? Also, .NET 5 was not a long term support version, so support and updates for that version will end in May of this year.
The text was updated successfully, but these errors were encountered: