Skip to content

Create reference-source-like site for .Net Core #420

@svick

Description

@svick

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions