Skip to content
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.

Latest commit

 

History

History
57 lines (36 loc) · 2.64 KB

README.md

File metadata and controls

57 lines (36 loc) · 2.64 KB

.NET API Port

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!

Using this Repository

  1. Install the following:

    1. Visual Studio 2015
    2. K Version Manager (KVM)
    3. K Runtime (KRE)
  2. Add this feed to your NuGet package sources: https://www.myget.org/F/aspnetvnext/api/v2

  3. Open Microsoft.Fx.Portability.sln in Visual Studio 2015

  4. Build the solution

  5. The .nupkgs for each supported platform should be under the bin/Debug or bin/Release folder

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.