wpftoolkit icon indicating copy to clipboard operation
wpftoolkit copied to clipboard

dotnet core netcoreapp3.0

Open virzak opened this issue 5 years ago • 38 comments

Hello,

Is there a plan to multitarget to netcoreapp3.0 as well?

virzak avatar Jan 17 '19 14:01 virzak

Hi, Yes, we plan to look at .net coreApp 3.0 as well. Thank you.

XceedBoucherS avatar Feb 05 '19 14:02 XceedBoucherS

I created a fork of the project and compiled toolkit as .NET Core 3.0 Windows App and put it as nuget package: https://www.nuget.org/packages/MiqM.Xceed.Wpf.Toolkit.NETCore/

It's not created as multi-target, therefore it can be difficult to maintain but I'll be happy to create a pull request where we could work on improving it.

miqm avatar Mar 04 '19 08:03 miqm

@miqm Thanks Mikolaj,

Would be awesome if DataGrid could be converted as well.

Unfortunately it was dropped it from the 3.5.0 release and is only available up to 3.4.0

virzak avatar Mar 04 '19 14:03 virzak

@virzak I converted 3.4.0 tag to .NETCore 3.0 and pushed to nuget. However it's not tested heavily, I just went through the live demo app and from general perspective it seems to be working. Use responsibly 😉

miqm avatar Mar 04 '19 23:03 miqm

@miqm Awesome, thanks!

virzak avatar Mar 06 '19 14:03 virzak

@XceedBoucherS Any news on official support for .Net Core 3 in the non plus version?

FroggieFrog avatar May 29 '19 07:05 FroggieFrog

@virzak I converted 3.4.0 tag to .NETCore 3.0 and pushed to nuget. However it's not tested heavily, I just went through the live demo app and from general perspective it seems to be working. Use responsibly 😉

When do you intend to push your 3.5.0 release to Nuget? :)

hmartinez82 avatar Jun 19 '19 21:06 hmartinez82

@XceedBoucherS what is the planned timeline for supporting netcore 3? I do not find any indication on that - not even for the plus edition?

sa-he avatar Jun 27 '19 10:06 sa-he

Hi, We are waiting for the official release of .NET Core 3 before making any announcements. Having the Toolkit on .NET Core 3 is important to us. Thank you for your patience.

XceedBoucherS avatar Aug 27 '19 16:08 XceedBoucherS

@XceedBoucherS - just FYI, current preview8 of netcore 3.0 is considered by Microsoft as production ready, see https://docs.microsoft.com/en-us/dotnet/core/whats-new/dotnet-core-3-0#production-supported-preview

miqm avatar Aug 28 '19 02:08 miqm

@virzak @XceedBoucherS @miqm @FroggieFrog @hernancmartinez

We have just published a real open source version of the Toolkit and AvalonDock which target NetCore 3 based on Preview 8 and Net 4. Please consider these projects and NuGets if you are looking for NetCore 3 support in AvalonDock or the rest of the Toolkit:

Dirkster99 avatar Aug 31 '19 23:08 Dirkster99

@XceedBoucherS dotnetprojects/WpfExtendedToolkit is not .net core compatible. @miqm 's port is, but his project inherited some of the original bugs. Would love to collaborate on these projects, but not sure if I should submit PR to @miqm 's, to dotnetprojects/WpfExtendedToolkit or create my own fork. What are your thoughts guys?

virzak avatar Sep 25 '19 03:09 virzak

Hi virzak, Submitting your ideas, PR, bugs, comments on this site is always a good idea since this is the official WPF Toolkit OpenSource site. All your comments are read and classified in order to fix them. Your support is greatly appreciated. Thank you.

XceedBoucherS avatar Sep 26 '19 11:09 XceedBoucherS

@virzak I think @miqm and @jogibear9988 should work together on one version that supports both .Net Core and .Net. What do you guys think?

Dirkster99 avatar Sep 26 '19 18:09 Dirkster99

I've a version that supports netcore ;-) And I'm happy of everyone who likes to join my github organisation and help with the projects

jogibear9988 avatar Sep 26 '19 18:09 jogibear9988

@Dirkster99 Yeah, absolutely. Sorry, I meant to tag you in previous post. Would be happy to help as well.

@jogibear9988 I'm so in!!!

@XceedBoucherS while I've thoroughly enjoyed using the wpftoolkit. I'm still at version 3.1 due to bugs and datagrid presence. What's xceed end game for the community toolkit?

Here are 3 main showstoppers for me:

  • Removing controls (DataGrid)
  • Open sourcing year-old, sometimes buggy, releases
  • Having a frequency of 2 releases per year - that defeats the whole purpose of a PR, doesn't it?

Can you address these concerns?

virzak avatar Sep 26 '19 18:09 virzak

Hi all, Release dates happen when we think it's a good time and that the Plus users won't be penalized compared to the community users, since they pay to use the Toolkit and all its Plus features and fast support.

In 2019 only 1 version has been released, that is true, 7 and a half months ago, because of workload, but stay tuned, things will changed !!

We have re-think the concept of the Community version. From now one, many new community versions will be released and you won't have to wait for months/years before working in v3.9 ! Eventually the Community version and the Plus version will be at the same point !

We appreciate your feedback and we'll continue to improve the WPF Toolkit to make it the best Toolkit on the market !

Thank you.

XceedBoucherS avatar Sep 26 '19 19:09 XceedBoucherS

I pulled the latest version of this fork today. I'm getting the following compiler warning:

Warning NU1603 MiqM.Xceed.Wpf.Toolkit.NETCore 3.4.0.1 depends on Microsoft.WindowsDesktop.App (>= 3.0.0-preview-27325-3) but Microsoft.WindowsDesktop.App 3.0.0-preview-27325-3 was not found. An approximate best match of Microsoft.WindowsDesktop.App 3.0.0-preview3-27504-2 was resolved.

BOBJohnson avatar Oct 16 '19 14:10 BOBJohnson

@BOBJohnson I think this is a issue with the version resolution logic that doesn't work when using -the preview-xxxx-y format. What really needs to be done is to update the version to .Net Core 3 final version.

hmartinez82 avatar Oct 16 '19 14:10 hmartinez82

wich fork? mine? mine should use final core 3

jogibear9988 avatar Oct 16 '19 14:10 jogibear9988

if there is still a error create a issue at my repo

jogibear9988 avatar Oct 16 '19 14:10 jogibear9988

Hi, Happy to announce that v3.9 will include support of the Xceed Toolkit for .net core 3. Thank you.

XceedBoucherS avatar Oct 17 '19 11:10 XceedBoucherS

Happy to announce that v3.9 will include support of the Xceed Toolkit for .net core 3.

Awesome! Any idea when it will be released?

thomaslevesque avatar Dec 24 '19 09:12 thomaslevesque

Hi, After deliberation, the Toolkit will jump from v3.8 to v4.0(with support for .net Core 3). This v4.0 version is scheduled for beginning of February 2020 for the Plus users.

The community users will get the v3.8 version at about the same time. v4.0 will be the next in line for them ! Thank you.

XceedBoucherS avatar Jan 06 '20 15:01 XceedBoucherS

I thought community and plus should be on the same line? If someone needs netcore support earlier, my forked Version at https://github.com/dotnetprojects/WpfExtendedToolkit already has support.

jogibear9988 avatar Jan 06 '20 16:01 jogibear9988

Hi Yes, Community releases are not released faster in order to be at the same line as the Plus version. v3.6 was released in Sept 2019 v3.7 was released in Nov 2019 v3.8 is comming soon v4.0 will follow. This release contains the Official "Toolkit .Net Core 3 support".

Thank you.

XceedBoucherS avatar Jan 06 '20 17:01 XceedBoucherS

I pulled the latest version of this fork today. I'm getting the following compiler warning:

Warning NU1603 MiqM.Xceed.Wpf.Toolkit.NETCore 3.4.0.1 depends on Microsoft.WindowsDesktop.App (>= 3.0.0-preview-27325-3) but Microsoft.WindowsDesktop.App 3.0.0-preview-27325-3 was not found. An approximate best match of Microsoft.WindowsDesktop.App 3.0.0-preview3-27504-2 was resolved.

This has been fixed and released to nuget.org as 3.4.0.4. I also published forked v3.5.1 built as netcoreapp3.0.

miqm avatar Jan 13 '20 00:01 miqm

I'm working with version 4.0.1 of this package and it only supports net4. Has the idea of supporting .net core been dropped?

rquackenbush avatar Sep 08 '20 16:09 rquackenbush

Hi, if you want the Toolkit for .NET Core, you need to buy the Plus version. This feature is only part of the Plus version of the Toolkit. You can try it for free for 45 days here : https://xceed.com/en/our-products/product/toolkit-plus-for-wpf Thank you

XceedBoucherS avatar Sep 08 '20 16:09 XceedBoucherS

Hi, if you want the Toolkit for .NET Core, you need to buy the Plus version. This feature is only part of the Plus version of the Toolkit. You can try it for free for 45 days here : https://xceed.com/en/our-products/product/toolkit-plus-for-wpf Thank you

A few months ago you implied that .NET Core support would eventually be in the Community version as well. Has this changed? Without .NET Core support, the Community version is as good as dead...

thomaslevesque avatar Sep 08 '20 17:09 thomaslevesque