Merge pull request #3962 from mkorkalo/fix_MonoBtlsContext_memory_leak
[mono.git] / mcs / class / referencesource / README.md
1 # .NET Reference Source
2
3 The referencesource repository contains sources from [Microsoft .NET Reference Source](http://referencesource.microsoft.com/)
4 that represent a subset of the .NET Framework.  This subset contains similar functionality to the class libraries that are being
5 developed in [.NET Core](https://github.com/dotnet/corefx).  We intend to consult the referencesource repository as we develop
6 .NET Core.  It is also for the community to leverage to enable more scenarios for .NET developers. 
7
8 **Please note that the referencesource repository is read-only**. [See this blog post](http://blogs.msdn.com/b/dotnet/archive/2014/11/12/net-core-is-open-source.aspx) for the rationale.
9
10 Questions, bugs, and pull requests should be done through [.NET Core](https://github.com/dotnet/corefx).