question

Bel-2712 avatar image
0 Votes"
Bel-2712 asked Bel-2712 edited

Error Found: The supported APIs test detected the following errors .. Certification Kit Essues in .NetStandard2.0, Please Fixed!!! [UWP]

111803-screenshot-2021-07-05-162907.png
When I use .NetStandard 2.0 Library in Windows Version 1903... and install this 2 packages to this Library. I always got this certification essues... But when intalled this packages directly to UWP project I got no Error...
Nuget Package => sqlite-net-pcl
https://www.nuget.org/packages/sqlite-net-pcl/1.7.335?_src=template
Nuget Package => System.Data.SQLite https://www.nuget.org/packages/System.Data.SQLite/1.0.114?_src=template


Please Windows 10 team fix this essues.... I cannot fully use the power of .netstandard library and consume this to UWP project and upload to store because of this detected violation...
Thanks you so much.

partner-center-general
· 2
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

The possible reason for this is that both of these NuGet packages are using some APIs that are not supported by .NetStandard 2.0. You might need to contact the author of these NuGet packages and ask them to check this. And the solution now is just install these 2 packages directly in your UWP project like you mentioned.

0 Votes 0 ·

I am very thankful for your reply... I hope someone can pointed out what SQLite Package I can use to my UWP project without certification error in the store... This i s now the UWP project directly.
I tried almost all sql packages and it works well and pass local certification, but when I upload in the store it will become failed by store certification...
112004-screenshot-2021-07-06-112046.png


I need package that can Attribute like this but all of those sqlite packages causes error certification in the store.
MAYBE MICROSOFT WILL START abandoning SQLITE by detecting not supported api. Almost all nuget sqlite packages detect by store certification as not supported api...


0 Votes 0 ·

1 Answer

Bel-2712 avatar image
0 Votes"
Bel-2712 answered Bel-2712 edited

Update... it seems that the problem is this package Microsoft.UI.Xaml


that causes the issue... after uninstalling this package it seem the certification is in progress.

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.