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

Some non-.NET Framework assemblies are unexpectedly skipped on apiport 2.8.10

Open Lxiamail opened this issue 4 years ago • 0 comments

a new feature in 2.8.10, which is skipping analyzing .NET Framework assemblies because analyzing and report portability of .NET Framework assemblies are not helpful for customers, but adding unnecessary noise. PublicKeyToken=31bf3856ad364e35 is one of the publickeytoken on the list to skip because it’s SilverLight .NET Framework assembly’s publickeytoken. Looks like the same public key token is also used by some of the Exchange assemblies, like Microsoft.Exchange.Net.dll. .

Lxiamail avatar Jan 20 '21 19:01 Lxiamail