dotnet-apiport icon indicating copy to clipboard operation
dotnet-apiport copied to clipboard

Why does Npgsql, which supports .NET Standard 2.0 and 2.1, show up with red X's in ".NET Standard + Platform Extensions,Version=v2.0"

Open KirkMunro opened this issue 5 years ago • 1 comments

When analyzing my projects, including projects I have converted to .NET Standard already that use the Npgsql Nuget package, all references to npgsql show up as red X's, yet the package supports .NET Standard 2.0 and 2.1, as per their documentation and the Nuget package page. Is this just a bug in the analyzer, with it not properly identifying the support that this package offers?

KirkMunro avatar Jan 31 '20 18:01 KirkMunro

@KirkMunro Can you share the ApiPort generated report file and partial snapshot?

Lxiamail avatar Apr 14 '20 17:04 Lxiamail

Closing as API Port was deprecated in favor of binary analysis in .NET Upgrade Assistant.

terrajobst avatar Nov 15 '22 23:11 terrajobst