It's live and you can give it a try now! Ten minutes ago Shawn and Scott released the hounds. If you'd like to step through .NET Framework Source code, here's what you need to do.
它是实时的,您可以立即尝试! 十分钟前,肖恩和斯科特释放了猎犬。 如果您想逐步了解.NET Framework源代码,则需要执行以下操作。
Note, if you're on 64-bit Windows, read the description as there is a single manual step for 64-bit folks like me.
请注意,如果您使用的是64位Windows,请阅读说明,因为对于像我这样的64位用户来说,只有一个手动步骤。
Go to Symbols and add this URL http://referencesource.microsoft.com/symbols and a local cache path. Make sure "search only when symbols are loaded manually" is checked.
转到“符号”,然后添加此URL http://referencesource.microsoft.com/symbols和本地缓存路径。 确保选中“仅在手动加载符号时搜索”。
That's it. Crazy. You can get more detail on Shawn's post if you need it. Here's me, just now, stepping into XPathNavigator's GetNamespacesInScope method.
而已。 疯。 如果需要,可以在Shawn的帖子上获得更多详细信息。 现在,这里就是我,进入XPathNavigator的GetNamespacesInScope方法。
Do note a few things.
请注意一些事情。
Loading source the first time will be slow. There's lots of it. It'll be faster the second time.
第一次加载源会很慢。 有很多。 第二次会更快。
Fabulous. Enjoy.
极好。 请享用。
Related Posts
相关文章
Hanselminutes Podcast 83 - Microsoft to release .NET Framework Libraries Source
Configuring Visual Studio to Debug .NET Framework Source Code
翻译自: https://www.hanselman.com/blog/net-framework-library-source-code-available-for-viewing