telerik / kendo-ui-core

An HTML5, jQuery-based widget library for building modern web apps.
http://www.telerik.com/kendo-ui
Other
2.53k stars 1.91k forks source link

Telerik.UI.for.AspNet.Core 2023.3.1114 and Microsoft.CodeAnalysis.CSharp.Workspaces dependency (not compatible with .NET 8) #7674

Open montella1507 opened 7 months ago

montella1507 commented 7 months ago

Hi,

sorry i did not find any repository for ASPNET Core.

We have problem migrating to .NET Core 8

Version conflict detected for Microsoft.CodeAnalysis.CSharp.Workspaces. Install/reference Microsoft.CodeAnalysis.CSharp.Workspaces 4.8.0-3.final directly to project Project to resolve this issue. Project -> Mi ... CodeGeneration.Templating 8.0.0 -> Microsoft.VisualStudio.Web.CodeGeneration.Utils 8.0.0 -> Microsoft.CodeAnalysis.CSharp.Workspaces (>= 4.8.0-3.final) Project -> Telerik.UI.for.AspNet.Core 2023.3.1114 -> Microsoft.CodeAnalysis 4.4.0 -> Microsoft.CodeAnalysis.CSharp.Workspaces (= 4.4.0).

Looks like Telerik UI For AspnetCore has dependency on locked 4.4.0 version of CSharp.Workspaces but it is not compatible with .NET 8 becuase of CodeGeneration.Templating.

montella1507 commented 7 months ago

Based on https://www.telerik.com/support/whats-new/aspnet-core-ui/release-history https://www.telerik.com/support/whats-new/aspnet-core-ui/release-history/ui-for-asp-net-core-r3-2023-sp1-(version-2023-3-1114)

it should have been compatible with .NET 8

montella1507 commented 7 months ago

Version 4.4.0 of CodeAnalysis is required for *.Templating since 7.0.1

image
montella1507 commented 7 months ago

It may be the escalation of this issue

https://github.com/telerik/kendo-ui-core/issues/7229

montella1507 commented 7 months ago

Microsoft.CodeAnalysis.CSharp.Workspaces 4.5.0 is required for EF CORE 8.0 so this is blocking issue :-/

montella1507 commented 5 months ago

Great ignorance.