Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for <ineritdoc cref="" /> #2687

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Jul 30, 2023

  1. =Move the XML node selection to a new static class that can search re…

    …cursively using the `inheritdoc` as a reference. Point all XPath queries to this class. Simplify some of the (if) nesting in the XML Comment Filters. Add unit tests for the new InheritDoc updates. some existing tests were converted from `Fact` to `Theory` to accomplish this.
    Jason Cooper committed Jul 30, 2023
    Configuration menu
    Copy the full SHA
    d7d252c View commit details
    Browse the repository at this point in the history
  2. Move tests to net7 to fix build

    Jason Cooper committed Jul 30, 2023
    Configuration menu
    Copy the full SHA
    fcda9be View commit details
    Browse the repository at this point in the history
  3. I missed some of the test projects to update to net7.0

    Jason Cooper committed Jul 30, 2023
    Configuration menu
    Copy the full SHA
    7ac1776 View commit details
    Browse the repository at this point in the history
  4. Remove the last remaining references to net5.0 and net6.0 from the te…

    …st projects
    Jason Cooper committed Jul 30, 2023
    Configuration menu
    Copy the full SHA
    6221503 View commit details
    Browse the repository at this point in the history