Skip to content
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

Removing Obsolete attribute from config API classes #1098

Merged
merged 2 commits into from
May 24, 2023

Conversation

shivamkm07
Copy link
Contributor

Description

Config API is moving to stable with 1.11 release. The classes are still marked with [Obsolete] attribute. This PR removes them since API is no longer alpha.

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: #[issue number]

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

Signed-off-by: Shivam Kumar <shivamkm07@gmail.com>
@shivamkm07 shivamkm07 requested review from a team as code owners May 24, 2023 14:30
@codecov
Copy link

codecov bot commented May 24, 2023

Codecov Report

Merging #1098 (1663242) into master (a3e5106) will increase coverage by 0.01%.
The diff coverage is n/a.

❗ Current head 1663242 differs from pull request most recent head f6a3fa4. Consider uploading reports for the commit f6a3fa4 to get more accurate results

@@            Coverage Diff             @@
##           master    #1098      +/-   ##
==========================================
+ Coverage   67.49%   67.51%   +0.01%     
==========================================
  Files         170      170              
  Lines        5652     5652              
  Branches      600      600              
==========================================
+ Hits         3815     3816       +1     
+ Misses       1697     1696       -1     
  Partials      140      140              
Flag Coverage Δ
net6 67.42% <ø> (ø)
net7 67.42% <ø> (?)
netcoreapp3.1 67.48% <ø> (+0.01%) ⬆️

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

Impacted Files Coverage Δ
src/Dapr.Client/DaprClient.cs 73.52% <ø> (ø)
src/Dapr.Client/DaprClientGrpc.cs 74.17% <ø> (+0.11%) ⬆️
src/Dapr.Client/SubscribeConfigurationResponse.cs 100.00% <ø> (ø)
...s.Configuration/DaprConfigurationStoreExtension.cs 100.00% <ø> (ø)
...ns.Configuration/DaprConfigurationStoreProvider.cs 86.20% <ø> (ø)
...ions.Configuration/DaprConfigurationStoreSource.cs 100.00% <ø> (ø)

@halspang halspang added this to the v1.11 milestone May 24, 2023
@halspang halspang merged commit e7a71c4 into dapr:master May 24, 2023
onionhammer pushed a commit to onionhammer/dotnet-sdk that referenced this pull request May 30, 2023
Signed-off-by: Shivam Kumar <shivamkm07@gmail.com>
Co-authored-by: halspang <70976921+halspang@users.noreply.github.com>
Signed-off-by: Erik O'Leary <erik.m.oleary@gmail.com>
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.

2 participants