TestableIO / System.IO.Abstractions.Extensions

Convenience functionality on top of System.IO.Abstractions
MIT License
20 stars 6 forks source link

chore(deps): update dependency saucecontrol.inheritdoc to v2 - autoclosed #59

Closed renovate[bot] closed 5 months ago

renovate[bot] commented 7 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
SauceControl.InheritDoc 1.4.0 -> 2.0.1 age adoption passing confidence

Release Notes

saucecontrol/InheritDoc (SauceControl.InheritDoc) ### [`v2.0.1`](https://togithub.com/saucecontrol/InheritDoc/releases/tag/v2.0.1) ##### Fixes - Fixed an issue that caused `cref` links on fields (and enum members) to not resolve if they referred to external types/docs. Thanks to [@​adaskos-signal](https://togithub.com/adaskos-signal) for reporting this one. [#​14](https://togithub.com/saucecontrol/InheritDoc/issues/14) ### [`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 - At any time (no schedule defined), 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.