-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
AVRO-3250: Support .NET 6.0 #1394
Conversation
It seems GitHub Actions does not yet provide v6 |
I am not sure how the gitflow test will use the latest dotnet 6.0. I dont see any reference to specify to install any of the dotnet sdks into the gitflow. I am not sure what I am missing |
Maybe we should have setup-dotnet added to the dotnet gitflow tests (https://github.com/actions/setup-dotnet) |
Either this or wait few days until GHA people add it to their images. I guess .NET is popular at GitHub :-) |
Added the .NET SDK dependencies to the github actions. (suggested by https://blog.elmah.io/building-and-testing-on-multiple-net-versions-with-github-actions/). This seems more solid, to explicitly installing it, so we dont depend on SDKS included in the latest github ubuntu image. (Which I thought was a bare image anyway) |
No, it is not a bare image. |
actions/runner-images#4424 (comment) This suggests, that it is probably a good idea to install the .NET SDKs explicitly and not relying on the base image. |
Hi, we are moving our projects to .net 6 and depend on Avro.Tools in some of them. |
Thank you for the contribution, @zcsizmadia ! |
@martin-g Do you have an estimate when 1.11.1 would be released? We are using avrogen and would like to move to net6, but avrogen is holding us back. |
There are some new C# PRs which we have to review and merge.
I guess we could start a new release later next week.
…On Thu, Jan 27, 2022, 00:19 Zoltan Csizmadia ***@***.***> wrote:
@martin-g <https://github.com/martin-g> Do you have an estimate when
1.11.1 would be released? We are using avrogen and would like to move to
net6, but avrogen is holding us back.
—
Reply to this email directly, view it on GitHub
<#1394 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AABYUQSHAXCU3E5JBIVIXF3UYBXQBANCNFSM5HVM5U6Q>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Make sure you have checked all steps below.
Jira
Tests
Commits
Documentation