Closed renovate[bot] closed 10 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
e7faf00
) 100.00% compared to head (8e24270
) 100.00%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This PR contains the following updates:
1.4.0
->2.0.0
Release Notes
saucecontrol/InheritDoc (SauceControl.InheritDoc)
### [`v2.0.0`](https://togithub.com/saucecontrol/InheritDoc/releases/tag/v2.0.0) ##### Breaking Changes - Starting with v2.0, InheritDoc requires MSBuild 16.0 or newer. The required version is included with Visual Studio 2019 or later, or any currently supported version of the .NET SDK. ##### Fixes - Fixed an issue that prevented the InheritDoc MSBuild task from being skipped in [incremental builds](https://learn.microsoft.com/en-us/visualstudio/msbuild/incremental-builds) when the compiler's input/output was unchanged. Previously, the input to the task was modified by the task's execution, meaning it would always evaluate as newer than the output. Thanks to [@chm-tm](https://togithub.com/chm-tm) for identifying and fixing this [#13](https://togithub.com/saucecontrol/InheritDoc/issues/13). - Fixed an issue that allowed InheritDoc to run during [design-time builds](https://togithub.com/dotnet/project-system/blob/main/docs/design-time-builds.md) when `InheritDocEnabled` was explicitly set to `true` in a consuming project [#10](https://togithub.com/saucecontrol/InheritDoc/issues/10). ##### C# Primary Constructor Improvements - InheritDoc now identifies primary constructors by matching documentation between a type and its constructor, and applies fixups to each of the documentation copies. - Constructor documentation will now be inherited from a base constructor if present, allowing constructor `param` elements to be inherited. - `param` elements will be removed from the type's documentation when they are meant to apply to the constructor.Configuration
📅 Schedule: Branch creation - "before 9am on Friday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
â™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.