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 inheritdoc tags #3016

Closed

Commits on Aug 8, 2024

  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 authored and codecooper committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    7da93cb View commit details
    Browse the repository at this point in the history
  2. I missed some of the test projects to update to net7.0

    Jason Cooper authored and codecooper committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    b45b575 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. Remove the RootNamespace and AssemblyName properties on the csproj fi…

    …les. This was out of scope.
    codecooper committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    1e7f71c View commit details
    Browse the repository at this point in the history
  2. Update src/Swashbuckle.AspNetCore.SwaggerGen/XmlComments/XmlCommentsP…

    …arameterFilter.cs
    
    
    Moved to a single line as requested
    
    Co-authored-by: Martin Costello <martin@martincostello.com>
    codecooper and martincostello authored Aug 9, 2024
    Configuration menu
    Copy the full SHA
    4eddf29 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b377eff View commit details
    Browse the repository at this point in the history
  4. Update src/Swashbuckle.AspNetCore.SwaggerGen/XmlComments/XmlCommentsO…

    …perationFilter.cs
    
    
    Add braces to `if` statement
    
    Co-authored-by: Martin Costello <martin@martincostello.com>
    codecooper and martincostello authored Aug 9, 2024
    Configuration menu
    Copy the full SHA
    0f3062a View commit details
    Browse the repository at this point in the history
  5. Update src/Swashbuckle.AspNetCore.SwaggerGen/XmlComments/XmlCommentsR…

    …equestBodyFilter.cs
    
    
    Clean up formatting.
    
    Co-authored-by: Martin Costello <martin@martincostello.com>
    codecooper and martincostello authored Aug 9, 2024
    Configuration menu
    Copy the full SHA
    1b4881c View commit details
    Browse the repository at this point in the history
  6. Update src/Swashbuckle.AspNetCore.SwaggerGen/XmlComments/XmlCommentsR…

    …equestBodyFilter.cs
    
    Co-authored-by: Martin Costello <martin@martincostello.com>
    codecooper and martincostello authored Aug 9, 2024
    Configuration menu
    Copy the full SHA
    558065c View commit details
    Browse the repository at this point in the history
  7. Update src/Swashbuckle.AspNetCore.SwaggerGen/XmlComments/XmlCommentsS…

    …chemaFilter.cs
    
    
    Add braces to if statement
    
    Co-authored-by: Martin Costello <martin@martincostello.com>
    codecooper and martincostello authored Aug 9, 2024
    Configuration menu
    Copy the full SHA
    fd59ea9 View commit details
    Browse the repository at this point in the history
  8. Ensured that new lines are at the bottom of the classes. Ensure realy…

    … returns are wrapped in braces. Update string.Format to use `CultureInfo.InvariantCulture`
    codecooper committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    72b4ba5 View commit details
    Browse the repository at this point in the history