Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/microsoft/referencesource
Source from the Microsoft .NET Reference Source that represent a subset of the .NET Framework
https://github.com/microsoft/referencesource
Last synced: 1 day ago
JSON representation
Source from the Microsoft .NET Reference Source that represent a subset of the .NET Framework
- Host: GitHub
- URL: https://github.com/microsoft/referencesource
- Owner: microsoft
- License: mit
- Created: 2014-11-12T05:41:28.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-04-03T09:30:26.000Z (11 months ago)
- Last Synced: 2025-02-13T02:09:09.841Z (9 days ago)
- Language: C#
- Homepage: https://referencesource.microsoft.com/
- Size: 30.9 MB
- Stars: 3,201
- Watchers: 275
- Forks: 1,279
- Open Issues: 60
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Security: SECURITY.md
Awesome Lists containing this project
README
# .NET Reference Source
The referencesource repository contains sources from [Microsoft .NET Reference Source](https://referencesource.microsoft.com/)
that represent a subset of the .NET Framework. This subset contains similar functionality to the class libraries that are being
developed in [.NET Core](https://github.com/dotnet/runtime). We intend to consult the referencesource repository as we develop
.NET Core. It is also for the community to leverage to enable more scenarios for .NET developers.**Please note that the referencesource repository is read-only**. [See this blog post](https://devblogs.microsoft.com/dotnet/net-core-is-open-source/) for the rationale.
This repository does not accept feature requests or bug reports. To submit those, you need to go elsewhere:
* [.NET Framework](https://developercommunity.visualstudio.com/dotnet)
* [.NET Core](https://github.com/dotnet/core)## License
The files in this repository are licensed under the [MIT](LICENSE.txt) license unless otherwise specified in the file header. If the file header only contains a copyright header (e.g., "Copyright (c) Microsoft Corporation. All rights reserved.", you can assume the associated file to be MIT-licensed.