EF Core 8 and Telerik

1 Answer 360 Views
Accessibility
Mariusz
Top achievements
Rank 1
Mariusz asked on 11 Dec 2023, 09:45 AM

Hi Telerik Team

I’m using ASP.NET CORE (.NET8) with
Telerik.UI.for.AspNet.Core Version="2023.3.1114"

Is this package ready for EF Core 8 ?

When I updated package Microsoft.VisualStudio.Web.CodeGeneration.Design
from version 7.x.x to version 8.0.0
I had to additionally install packages
Microsoft.CodeAnalytics.CSharp.Workspaces
Microsoft.CodeAnalytics.Workspaces.Common
Microsoft.CodeAnalytics.CSharp
Microsoft.CodeAnalytics.Common 4.8.0
because of Telerik.

I didn't need these packages before

1 Answer, 1 is accepted

Sort by
1
Accepted
Mihaela
Telerik team
answered on 13 Dec 2023, 05:24 PM

Hello Mariusz,

Generally, the Telerik UI library is compatible with .NET 8.0 and the latest Telerik UI for ASP.NET Core version depends on Microsoft.CodeAnalysis >=4.4.0. Thus, to omit the error, a possible recommendation would be to install the all-in-one NuGet package "Microsoft.CodeAnalysis" instead. The autonomous package comes with the following dependencies:

A similar subject has been discussed in the following forum thread that goes more into detail, accompanied by a standalone Telerik UI for ASP.NET Core sample with ".NET8" as a target framework and the "Microsoft.EntityFrameworkCore.Tools" dependency:

If you experience any difficulties or if you have any further questions, please let me know.

 

Regards,
Mihaela
Progress Telerik

Stay tuned by visiting our public roadmap and feedback portal pages. If you're new to the Telerik family, be sure to check out our getting started resources, as well as the only REPL playground for creating, saving, running, and sharing server-side code.
Tags
Accessibility
Asked by
Mariusz
Top achievements
Rank 1
Answers by
Mihaela
Telerik team
Share this question
or