Skip to content

Add UsingAttributes overload used by serilog-settings-configuration - #230

Merged
sungam3r merged 1 commit into
masterfrom
overload
Mar 7, 2026
Merged

Add UsingAttributes overload used by serilog-settings-configuration#230
sungam3r merged 1 commit into
masterfrom
overload

Conversation

@sungam3r

@sungam3r sungam3r commented Mar 7, 2026

Copy link
Copy Markdown
Member

fixes #220

@sungam3r sungam3r added the enhancement New feature or request label Mar 7, 2026
@github-actions github-actions Bot added the tests Pull request that adds new or changes existing tests label Mar 7, 2026
@sungam3r
sungam3r merged commit fe28bf6 into master Mar 7, 2026
9 checks passed
@sungam3r
sungam3r deleted the overload branch March 7, 2026 09:37
@codecov

codecov Bot commented Mar 7, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (c4040bf) to head (42f36e6).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff            @@
##            master      #230   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           13        13           
  Lines          264       273    +9     
  Branches        41        41           
=========================================
+ Hits           264       273    +9     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

SonnyRR pushed a commit to SonnyRR/stacked-deck-templates that referenced this pull request Apr 14, 2026
Updated
[Destructurama.Attributed](https://github.com/destructurama/attributed)
from 5.2.0 to 5.3.0.

<details>
<summary>Release notes</summary>

_Sourced from [Destructurama.Attributed's
releases](https://github.com/destructurama/attributed/releases)._

## 5.3.0

## New features
* Add UsingAttributes overload used by serilog-settings-configuration by
@​sungam3r in destructurama/attributed#230

## Changes for CI and tests
* Bump Microsoft.Extensions.Telemetry.Abstractions from 10.1.0 to 10.2.0
by @​dependabot[bot] in
destructurama/attributed#218
* Bump DotNetProjectFile.Analyzers from 1.8.2 to 1.8.3 by
@​dependabot[bot] in
destructurama/attributed#219
* Bump DotNetProjectFile.Analyzers from 1.8.3 to 1.9.0 by
@​dependabot[bot] in
destructurama/attributed#221
* Bump Microsoft.NET.Test.Sdk from 18.0.1 to 18.3.0 by @​dependabot[bot]
in destructurama/attributed#227
* Bump actions/upload-artifact from 6 to 7 by @​dependabot[bot] in
destructurama/attributed#228
* Bump Microsoft.Extensions.Telemetry.Abstractions from 10.2.0 to 10.3.0
by @​dependabot[bot] in
destructurama/attributed#223
* Bump MarkdownSnippets.MsBuild from 27.0.2 to 28.0.0 by
@​dependabot[bot] in
destructurama/attributed#222


**Full Changelog**:
destructurama/attributed@5.2.0...5.3.0

Commits viewable in [compare
view](destructurama/attributed@5.2.0...5.3.0).
</details>

[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Destructurama.Attributed&package-manager=nuget&previous-version=5.2.0&new-version=5.3.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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 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)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request tests Pull request that adds new or changes existing tests

Projects

None yet

Development

Successfully merging this pull request may close these issues.

The IgnoreNullProperties option does not work from configuration

1 participant