This repository contains the source code for APIPort client 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:
-
Microsoft.Fx.Portability. Provides common types for API Port.
-
Microsoft.Fx.Portability Tests. Provides tests for Microsoft.Fx.Portability.
More libraries are coming soon. Stay tuned!
-
Install the following:
-
Add this feed to your NuGet package sources: https://www.myget.org/F/aspnetvnext/api/v2
-
Open Microsoft.Fx.Portability.sln in Visual Studio 2015
-
Build the solution
-
The .nupkgs for each supported platform should be under the bin/Debug or bin/Release folder
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!
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.