Telerik Reporting nuget package and .Net 8

1 Answer 1326 Views
.NET Core Report Viewer - ASP.NET
René
Top achievements
Rank 2
Iron
Iron
Iron
René asked on 19 Nov 2023, 01:27 PM

Hello, 

using Telerik.Reporting.17.2.23.1114.nupkg in .Net 8 project leads to warning:

Microsoft.NET.Sdk.targets(284, 5): [NETSDK1206] Found version-specific or distribution-specific runtime identifier(s): alpine-x64. Affected libraries: SQLitePCLRaw.lib.e_sqlite3. In .NET 8.0 and higher, assets for version-specific and distribution-specific runtime identifiers will not be found by default. See https://aka.ms/dotnet/rid-usage for details.

Why it happens is described in MS web site.

I found that Reporting nuget is using old/problematic dependency

<dependency id="SQLitePCLRaw.bundle_green" version="2.0.4" />

If you upgrade this to version 2.1.6, it fixes this problem. See release notes: https://github.com/ericsink/SQLitePCL.raw/releases/tag/v2.1.6

1 Answer, 1 is accepted

Sort by
1
Todor
Telerik team
answered on 22 Nov 2023, 01:26 PM

Hi René,

Thank you for reporting the issue. I confirm it after testing locally. It is reproducible with .NET 8 and the fix is indeed to update the package "SQLitePCLRaw.bundle_green" to version 2.1.6.

As a token of gratitude, I updated your Telerik points.

We will further discuss the issue within the team to decide what would be the best approach to avoid the warning.

Regards,
Todor
Progress Telerik

Stay tuned by visiting our roadmap and feedback portal pages, enjoy a smooth take-off with our Getting Started resources, or visit the free self-paced technical training at https://learn.telerik.com/.
Peter Staev
Top achievements
Rank 1
commented on 28 Mar 2024, 05:21 PM

Todor, can we expect some permanent solution to this warning? Right now I've fixed it by adding an explicit dependency to the above mentioned version, but would love something that does not make me add a package dep that I'm not using in the project code itself. 
Todor
Telerik team
commented on 02 Apr 2024, 10:10 AM

Hello Peter,

We will address the issue in one of our future releases.

Updating the SQLite dependency is not in our immediate plans. I will raise this issue within the team at the next planning meeting to hopefully increase its priority.

Hans
Top achievements
Rank 2
commented on 05 Apr 2024, 12:22 PM

Thanks a lot for this update and info!
Thomas
Top achievements
Rank 1
commented on 22 Oct 2024, 02:30 PM

Todor, any update on getting this fixed its been just about a year now...
Todor
Telerik team
commented on 25 Oct 2024, 09:11 AM

The dependency on SQLitePCLRaw.bundle_green version="2.0.4" is not updated yet. I will raise the issue for discussion in the team again.
Support
Top achievements
Rank 1
Iron
commented on 20 Nov 2024, 03:09 PM

Todor, any news on this?
Todor
Telerik team
commented on 22 Nov 2024, 04:00 PM

There is no change in this dependency version with the latest release. I hope it will be updated with the pilot release for 2025.
Tags
.NET Core Report Viewer - ASP.NET
Asked by
René
Top achievements
Rank 2
Iron
Iron
Iron
Answers by
Todor
Telerik team
Share this question
or