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