Skip to content

Making DaprDefaults public#1845

Merged
WhitWaldo merged 5 commits into
masterfrom
dapr-defaults
Jun 8, 2026
Merged

Making DaprDefaults public#1845
WhitWaldo merged 5 commits into
masterfrom
dapr-defaults

Conversation

@WhitWaldo

@WhitWaldo WhitWaldo commented Jun 7, 2026

Copy link
Copy Markdown
Contributor

Description

Per request, making the DaprDefault constants and methods public so they're accessible to projects using any of the Dapr .NET SDKs without also requiring duplicate knowledge of the connection configuration information.

Issue reference

We strive to have all PR being opened based on an issue, where the problem or feature have been discussed prior to implementation.

Please reference the issue this PR will close: #1832

Checklist

Please make sure you've completed the relevant tasks for this PR, out of the following list:

  • Code compiles correctly
  • Created/updated tests
  • Extended the documentation

WhitWaldo added 2 commits June 7, 2026 14:56
Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
…tants publicly

Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
@WhitWaldo WhitWaldo added this to the v1.18 milestone Jun 7, 2026
@WhitWaldo WhitWaldo self-assigned this Jun 7, 2026
@WhitWaldo WhitWaldo requested review from a team as code owners June 7, 2026 19:58
@codecov

codecov Bot commented Jun 7, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 50.00000% with 5 lines in your changes missing coverage. Please review.
✅ Project coverage is 63.24%. Comparing base (d0e2f13) to head (0623c9b).

Files with missing lines Patch % Lines
src/Dapr.Common/DaprDefaults.cs 50.00% 5 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1845   +/-   ##
=======================================
  Coverage   63.24%   63.24%           
=======================================
  Files         330      330           
  Lines        9526     9526           
  Branches     1110     1110           
=======================================
  Hits         6025     6025           
  Misses       3190     3190           
  Partials      311      311           
Flag Coverage Δ
net10.0 63.20% <50.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Harness.
📢 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Consider making DaprDefaults public

1 participant