Skip to content

vivmishra/dotnet-apiport

 
 

Repository files navigation

.NET API Portability

This repository contains the source code for .NET Portability Analyzer tools and dependencies. This is a work in progress, and does not currently contain all of the components that we plan on open sourcing. Make sure to watch this repository in order to be notified as we make changes to and expand it.

Today, the repository contains the following components:

  • src/ApiPort Console tool to access portability webservice.
  • src/Microsoft.Fx.Portability Provides common types for API Port.
  • src/Microsoft.Fx.Portability-net45 A project targeting .NET 4.5 of Microsoft.Fx.Portability to allow desktop apps to directly reference it. Currently a work-around for beta VS 2015 behavior.
  • src/Microsoft.Fx.Portability.MetadataReader Implements a dependency finder based off of System.Reflection.Metadata
  • tests/Microsoft.Fx.Portability.Tests Provides tests for Microsoft.Fx.Portability.
  • tests/Microsoft.Fx.Portability.MetadataReader.Tests Provides tests for Microsoft.Fx.Portability.MetadataReader.

More libraries are coming soon. Stay tuned!

Using this Repository

  1. Install the following:
    1. Visual Studio 2015
    2. .NET Version Manager (DNVM)
    3. .NET Execution Environment (DNX)

Building from Commandline

  1. Go to src\Microsoft.Fx.Portability
  2. Run command: dnu restore
  3. Run command: dnu pack

Building from Visual Studio

  1. Open PortabilityTools.sln in Visual Studio 2015
  2. Build the solution
  3. The .nupkg should be under the bin/Debug or bin/Release folders

Running the Tests

  1. Go to tests\Microsoft.Fx.Portability.Tests
  2. Run command: dnu restore
  3. Run command: dnx . test

How to Engage, Contribute and Provide Feedback

Some of the best ways to contribute are to try things out, file bugs, and join in design conversations.

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.

We're re-using the same contributing approach as .NET Core. You can check out the .NET Core contributing guide at the corefx repo wiki for more details.

You are also encouraged to start a discussion on the .NET Foundation forums!

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.

About

This repo contains APIPort client tools and libraries

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 97.3%
  • PowerShell 2.7%