Completed
Last Updated: 25 Mar 2024 13:07 by ADMIN
Nick
Created on: 08 Feb 2024 14:54
Category: UI for ASP.NET Core
Type: Bug Report
1
release relies on beta releases from microsoft
When i try to install the Telerik.UI.for.AspNet.Core library with the 2024.1.130 release number, it refuses to install due to downgrades of core microsoft codeanalysis packages.  This version of telerik is dependent on on the beta release number 4.8.0-3.final and is a downgrade from what is native to Visual Studio. It's being a huge pain to upgrade to install these downgrades.  Can you please update without beta dependencies?
2 comments
E
Posted on: 15 Feb 2024 19:07

To resolve the conflict, edit .csproj file.

Add the following to <ItemGroup>

<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Features" Version="4.8.0" />

 

ADMIN
Mihaela
Posted on: 15 Feb 2024 11:00

Hello Nick,

Thank you for your report.

The Telerik.UI.for.AspNet.Core version 2024.1.130 requires Microsoft.CodeAnalysis >= 4.8.0:

 

Would you check is another package in your project depends on Microsoft.CodeAnalysis.Visualbasic.Workspaces version 4.8.0-3.final? 

Also, I am attaching a runnable Telerik UI for ASP.NET Core version 2024.1.130 (.NET 8) sample app for your reference.

 

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.