Note: We're in the process of deprecating API Port in favor of integrating binary analysis directly into .NET Upgrade Assistant. In the upcoming months, we're going to shutdown the backend service of API Port which will require to use the tool in offline mode. The instructions to use API Port in offline mode can be found here.
This repository contains the source code for .NET Portability Analyzer tools and dependencies.
For a quick introduction, check out this video on Shows:
There is a Visual Studio extension available for VS 2017 and VS 2019: .NET Portability Analyzer
See our contributing guide for instructions to build and run from the source code in this repo.
Sample usage to run the analysis from the command line:
./init.ps1 dotnet build src/ApiPort/ApiPort/ApiPort.csproj dotnet bin/Debug/ApiPort/netcoreapp2.1/ApiPort.dll -- listTargets dotnet bin/Debug/ApiPort/netcoreapp2.1/ApiPort.dll -- analyze -f Foo.dll -r HTML
If using bash for your shell, for convenience you may create an alias command adding the following to your ~/.bash_profile
. Replace {dotnet-apiport-folder}
with the path where you cloned the repo.
alias apiport="dotnet {dotnet-apiport-folder}/bin/Debug/ApiPort/netcoreapp2.1/ApiPort.dll"
This will allow you to use apiport globally from the command line: apiport analyze -f Foo.dll -r HTML
We only send .NET APIs and its caller user assembly names to the service to analyze for portability and generate report. For more information, check out our privacy policy.
How to Engage, Contribute and Provide FeedbackHere are some ways to contribute:
Want to get more familiar with what's going on in the code?
Looking for something to work on? The list of up-for-grabs issues is a great place to start.
For an overview of all the .NET related projects, have a look at the .NET home repository.
This project is licensed under the MIT license.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4