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

Add support for .NET 6.0 #197

Closed
kevin-david opened this issue Sep 23, 2021 · 10 comments · Fixed by #194
Closed

Add support for .NET 6.0 #197

kevin-david opened this issue Sep 23, 2021 · 10 comments · Fixed by #194

Comments

@kevin-david
Copy link

@jmezach mentioned in #165 (comment) that once .NET 6.0 has a go-live license (supported in production), support could be added to this SDK as well.

6.0.0-rc1 was released on Sept 14th and has one: https://devblogs.microsoft.com/dotnet/announcing-net-6-release-candidate-1/

@jmezach
Copy link
Member

jmezach commented Sep 23, 2021

You are absolutely right and we've already done some work to support .NET 6. In fact, PR #194 does exactly that. Unfortunately we've ran into an issue with DACFX (see microsoft/DacFx#33) which doesn't seem to work on .NET 6 due to some breaking changes. Since that isn't open source there isn't really a lot I can do about that, except making sure that those that can make a difference are aware of the issue.

@jmezach jmezach linked a pull request Nov 14, 2021 that will close this issue
@iremezoff
Copy link

Hi! I'm also following the case. What about to release preview/beta version with .net6 supporting depending on preview DacFx-version?

@jmezach
Copy link
Member

jmezach commented Nov 16, 2021

I have a preview version in the works in #194 that will add support for .NET 6. Just waiting for a review.

@iremezoff
Copy link

Is it going to publish a preview version on nuget once the PR is merged?

@jmezach
Copy link
Member

jmezach commented Nov 16, 2021

That's the idea yes.

@jmezach
Copy link
Member

jmezach commented Nov 16, 2021

I have just uploaded version 2.0.0-beta.1 to NuGet and should be available shortly, which includes support for .NET 6.

@alexmg
Copy link

alexmg commented Nov 17, 2021

@jmezach I am using the 2.0.0-beta.1 package with the .NET 6.0 SDK and it seems to be working as before. Thank you for your efforts getting this beta update across the line. Hopefully the DacFx release will not be too far down the road.

@jmezach
Copy link
Member

jmezach commented Nov 17, 2021

@alexmg Thanks for trying it out and the positive feedback. Much appreciated. From what I understand the DacFx team is planning to release before the end of the year, so hopefully soon.

@RPagels
Copy link

RPagels commented Jan 21, 2022

@jmezach, I am also using the 2.0.0-beta.1 package with the .NET 6.0 SDK and works great! Thank you! Is there a timeframe for the non-beta version to be released?

@jmezach
Copy link
Member

jmezach commented Jan 21, 2022

See my previous comment. Still waiting for a stable release of DacFx.

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

Successfully merging a pull request may close this issue.

5 participants