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

Commit

Permalink
Update README to include info on M.Fx.P.MetadataReader
Browse files Browse the repository at this point in the history
  • Loading branch information
twsouthwick committed Apr 16, 2015
1 parent b76a752 commit a534744
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ Today, the repository contains the following components:
* **src/ApiPort** Console tool to access portability webservice. *Does not analyze assemblies yet.*
* **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](https://github.com/dotnet/corefx/tree/master/src/System.Reflection.Metadata)
* **tests/Microsoft.Fx.Portability** Provides tests for Microsoft.Fx.Portability.
* **tests/Microsoft.Fx.Portability.Metadat** Provides tests for Microsoft.Fx.Portability.MetadataReader. *These are not included in the solution. Roslyn and System.Reflection.Metadata both rely on System.Collections.ImmutableCollections, but are using different prerelease versions. There are breaking API changes that don't allow both to be used at the same time.*

More libraries are coming soon. Stay tuned!

Expand Down

0 comments on commit a534744

Please sign in to comment.