Portability Analyzer New Today
| Metric | v2.x | New v3.0 | |--------|------|----------| | Analysis speed (1M LOC) | 12 min | | | False positive rate | 18% | 4.2% | | Supported languages | 3 | 8 | | Supported output formats | 1 | 5 |
, which offers a more comprehensive suite of features than the standalone analyzer: The .NET Portability Analyzer - Microsoft Learn portability analyzer new
: A percentage-based score showing how compatible your code is with your selected target platform. Detailed Breakdown : A list of every API used that is not available in the target platform. Recommended Changes | Metric | v2
References for further deep dive:
Lists dependencies that the tool could not find or analyze, which often include third-party NuGet packages that may need their own updates. How to Use (Newest Workflow) How to Use (Newest Workflow)