Remove link to discontinued Reference Source browser :(

YoshiRulz 2025-07-07 18:24:55 +10:00
parent 30f2eb28a4
commit 9305f26292
1 changed files with 1 additions and 1 deletions

@ -34,7 +34,7 @@ Under .NET Framework on Windows (x64 unless specified):
## BCL source ## BCL source
The API reference on Microsoft Learn (formerly MSDN) now links to the source in most places, but of course that's for modern .NET. The API reference on Microsoft Learn (formerly MSDN) now links to the source in most places, but of course that's for modern .NET.
- For .NET Framework, use [the Reference Source](https://referencesource.microsoft.com) (or [via GitHub](https://github.com/microsoft/referencesource)). - For .NET Framework, search [the Reference Source repo](https://github.com/microsoft/referencesource).
- For Mono... [try this](https://github.com/mono/mono/tree/main/mcs/class/corlib) IDK. - For Mono... [try this](https://github.com/mono/mono/tree/main/mcs/class/corlib) IDK.
- And for modern .NET where the links are missing, you can search the BCL with the new [.NET Source Browser](https://source.dot.net) or [on GitHub like so](https://github.com/search?q=repo%3Adotnet%2Fruntime%20path%3Asrc%2Flibraries%2FSystem.Private.CoreLib%2Fsrc%2F**%2F*.cs&type=code). - And for modern .NET where the links are missing, you can search the BCL with the new [.NET Source Browser](https://source.dot.net) or [on GitHub like so](https://github.com/search?q=repo%3Adotnet%2Fruntime%20path%3Asrc%2Flibraries%2FSystem.Private.CoreLib%2Fsrc%2F**%2F*.cs&type=code).