You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reference Source and Roslyn both have Roslyn-based sites that allow easy navigation of their source code. It would be nice if there was a similar site for .Net Core.
For me, the most important difference between the Roslyn-based site and using Github directly is finding some member. GitHub search is text-based, so it does not differentiate between declaration and usage. You can mostly get around that by searching for some string that's unique to the declaration (e.g. "void Method" for void-returning method Method), but that's cumbersome.