dotnet-apiport
dotnet-apiport copied to clipboard
Some non-.NET Framework assemblies are unexpectedly skipped on apiport 2.8.10
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. .