-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Commits on Aug 8, 2024
-
=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.
Configuration menu - View commit details
-
Copy full SHA for 7da93cb - Browse repository at this point
Copy the full SHA 7da93cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for b45b575 - Browse repository at this point
Copy the full SHA b45b575View commit details
Commits on Aug 9, 2024
-
Remove the RootNamespace and AssemblyName properties on the csproj fi…
…les. This was out of scope.
Configuration menu - View commit details
-
Copy full SHA for 1e7f71c - Browse repository at this point
Copy the full SHA 1e7f71cView commit details -
Update src/Swashbuckle.AspNetCore.SwaggerGen/XmlComments/XmlCommentsP…
…arameterFilter.cs Moved to a single line as requested Co-authored-by: Martin Costello <martin@martincostello.com>
Configuration menu - View commit details
-
Copy full SHA for 4eddf29 - Browse repository at this point
Copy the full SHA 4eddf29View commit details -
Configuration menu - View commit details
-
Copy full SHA for b377eff - Browse repository at this point
Copy the full SHA b377effView commit details -
Update src/Swashbuckle.AspNetCore.SwaggerGen/XmlComments/XmlCommentsO…
…perationFilter.cs Add braces to `if` statement Co-authored-by: Martin Costello <martin@martincostello.com>
Configuration menu - View commit details
-
Copy full SHA for 0f3062a - Browse repository at this point
Copy the full SHA 0f3062aView commit details -
Update src/Swashbuckle.AspNetCore.SwaggerGen/XmlComments/XmlCommentsR…
…equestBodyFilter.cs Clean up formatting. Co-authored-by: Martin Costello <martin@martincostello.com>
Configuration menu - View commit details
-
Copy full SHA for 1b4881c - Browse repository at this point
Copy the full SHA 1b4881cView commit details -
Update src/Swashbuckle.AspNetCore.SwaggerGen/XmlComments/XmlCommentsR…
…equestBodyFilter.cs Co-authored-by: Martin Costello <martin@martincostello.com>
Configuration menu - View commit details
-
Copy full SHA for 558065c - Browse repository at this point
Copy the full SHA 558065cView commit details -
Update src/Swashbuckle.AspNetCore.SwaggerGen/XmlComments/XmlCommentsS…
…chemaFilter.cs Add braces to if statement Co-authored-by: Martin Costello <martin@martincostello.com>
Configuration menu - View commit details
-
Copy full SHA for fd59ea9 - Browse repository at this point
Copy the full SHA fd59ea9View commit details -
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`
Configuration menu - View commit details
-
Copy full SHA for 72b4ba5 - Browse repository at this point
Copy the full SHA 72b4ba5View commit details