Git Product home page Git Product logo

dotnet-apiport's Introduction

.NET API Portability

This repository contains the source code for .NET Portability Analyzer tools and dependencies.

Branch Build Status
master
dev

For a quick introduction, check out this video on Channel 9:

Using this Repository

Windows

There is a Visual Studio extension available for VS2017 and VS2015: .NET Portability Analyzer

Download and build for yourself:

  1. Install Visual Studio 2017 with .NET Core Workload
  2. Building:
    • Visual Studio: PortabilityTools.sln
    • Powershell: .\build.ps1 -Configuration Debug -Platform AnyCPU

Linux/Mac

  1. Install .NET Core SDK
  2. Execute: build.sh
  3. Go to: bin/Debug/ApiPort/netcoreapp1.0
  4. Run ApiPort by executing: dotnet ApiPort.dll
  • Example: dotnet ApiPort.dll listTargets
  • Example: dotnet ApiPort.dll analyze -f Foo.dll -r HTML
  1. For convenience, 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.0/ApiPort.dll"

This will alow you to use apiport globally from the command line: apiport analyze -f Foo.dll -r HTML

Documentation

Projects

Project Description
ApiPort Cross-platform console tool to access portability service
ApiPort.Vsix Visual Studio Extension
Microsoft.Fx.Portability Provides common types for API Port
Microsoft.Fx.Portability.MetadataReader Implements a dependency finder based off of System.Reflection.Metadata. The library will generate DocIds that conform to these specifications.
Microsoft.Fx.Portability.Offline Provides access to data in an offline setting so network calls are not needed
Microsoft.Fx.Portability.Reporting.Excel Provides support for an Excel spreadsheet report for ApiPort
Microsoft.Fx.Portability.Reporting.Html Provides support for an HTML report for ApiPort
Microsoft.Fx.Portability.Reporting.Json Provides support for a JSON reporter for ApiPort

Builds

Location
Libraries MyGet
Visual Studio Extension Open VSIX Gallery

How to Engage, Contribute and Provide Feedback

Here 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.

Related Projects

For an overview of all the .NET related projects, have a look at the .NET home repository.

License

This project is licensed under the MIT license.

dotnet-apiport's People

Contributors

alexghiondea avatar alinapopa avatar bhageena avatar chlowell avatar conniey avatar devlead avatar drewnoakes avatar drewscoggins avatar dsplaisted avatar glennblock avatar hollyam avatar huanwu avatar jchannon avatar jeremymeng avatar jjvertical avatar khellang avatar lxiamail avatar mairaw avatar martinivarsson avatar mayaganesan avatar mjrousos avatar mmitche avatar nmbro avatar scottaddie avatar sidharthnabar avatar terrajobst avatar tugberkugurlu avatar twsouthwick avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.