Skip to content

Update SauceControl.InheritDoc requirement from 1.3.* to 1.4.* #1409

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

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 27, 2023

Updates the requirements on SauceControl.InheritDoc to permit the latest version.

Release notes

Sourced from SauceControl.InheritDoc's releases.

v1.4.0

  • For .NET Standard 2.0 targets, a replacement netstandard.xml file is included in this package, meaning the previous workaround for the malformed docs shipped with the ref pack (dotnet/standard#1527) is no longer necessary.
  • Fixed a possible NullReferenceException when an inheritdoc comment was used on an interface with no base.
  • Warnings will no longer be emitted for types/members in generated code (anything marked with [GeneratedCode] or [CompilerGenerated]). saucecontrol/InheritDoc#11
  • Warnings will no longer be emitted for automatically inserted docs for explicit interface implementations with no base docs.
  • When using C# Primary Constructors, warnings will not be emitted when the constructor does not have a base with documentation. In this case, constructor documentation will be inherited following the rules for the declaring type.
  • typeparamrefs inhereted in closed generic types will now be replaced with see references to the concrete type used.
Commits
  • 5b6693b v1.4.0
  • d43b5b5 handle inheritance with primary constructors
  • 391b8a2 add/improve tests
  • 428d65a improve re-mapping
  • f147df6 improve handling of generated explicit interface implementation docs
  • 9bf5f9c ensure dependencies get packed
  • 83b8dd8 skip warnings for generated code
  • de3a856 handle broken netstandard2.0 doc file
  • 2d76622 modernize, add license headers
  • See full diff in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [SauceControl.InheritDoc](https://github.com/saucecontrol/InheritDoc) to permit the latest version.
- [Release notes](https://github.com/saucecontrol/InheritDoc/releases)
- [Commits](saucecontrol/InheritDoc@v1.3.0...v1.4.0)

---
updated-dependencies:
- dependency-name: SauceControl.InheritDoc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Nov 27, 2023
Copy link

codecov bot commented Nov 27, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (e57971b) 90.79% compared to head (54b8dd2) 90.79%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1409   +/-   ##
=======================================
  Coverage   90.79%   90.79%           
=======================================
  Files         342      342           
  Lines       11060    11060           
  Branches     1812     1812           
=======================================
  Hits        10042    10042           
  Misses        670      670           
  Partials      348      348           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@bkoelman
Copy link
Member

@dependabot squash and merge

@dependabot dependabot bot merged commit 5f5cfc1 into master Nov 29, 2023
@dependabot dependabot bot deleted the dependabot-nuget-SauceControl.InheritDoc-1.4.star branch November 29, 2023 01:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file .NET Pull requests that update .net code
Development

Successfully merging this pull request may close these issues.

1 participant