Skip to content

Merge | LocalDbConfig #3171

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
merged 2 commits into from
Feb 26, 2025
Merged

Merge | LocalDbConfig #3171

merged 2 commits into from
Feb 26, 2025

Conversation

benrr101
Copy link
Contributor

Description: Finally back on track for merging the netfx and netcore projects. In this exciting installment, we're merging the LocalDbConfig file. This file contains a few class definitions that are used to provide an object model for accessing the program's configuration file. They only apply to netfx, and can be easily moved into the common project, tagged as netfx, and wrapped in #if NETFRAMEWORK. The file was also split into separate files for class and placed in a folder that better represents the namespace (Microsoft.Data.SqlClient.LocalDb).

Testing: No functional changes, just moving things around.

@benrr101 benrr101 added the Common Project 🚮 Things that relate to the common project project label Feb 20, 2025
@benrr101 benrr101 added this to the 7.0-preview1 milestone Feb 20, 2025
@benrr101 benrr101 requested a review from a team February 20, 2025 23:39
Copy link

codecov bot commented Feb 24, 2025

Codecov Report

Attention: Patch coverage is 0% with 17 lines in your changes missing coverage. Please review.

Project coverage is 72.79%. Comparing base (17cb0b0) to head (6d7191e).
Report is 10 commits behind head on main.

Files with missing lines Patch % Lines
...Client/LocalDb/LocalDbInstancesCollection.netfx.cs 0.00% 10 Missing ⚠️
...src/Microsoft/Data/SqlClient/LocalDBAPI.Windows.cs 0.00% 4 Missing ⚠️
.../SqlClient/LocalDb/LocalDbInstanceElement.netfx.cs 0.00% 2 Missing ⚠️
...lient/LocalDb/LocalDbConfigurationSection.netfx.cs 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3171      +/-   ##
==========================================
- Coverage   72.96%   72.79%   -0.18%     
==========================================
  Files         283      284       +1     
  Lines       58997    59110     +113     
==========================================
- Hits        43048    43029      -19     
- Misses      15949    16081     +132     
Flag Coverage Δ
addons 92.58% <ø> (ø)
netcore 75.48% <0.00%> (-0.25%) ⬇️
netfx 71.14% <0.00%> (-0.22%) ⬇️

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

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

@benrr101 benrr101 merged commit 2013a71 into main Feb 26, 2025
252 checks passed
@benrr101 benrr101 deleted the dev/russellben/merge/localdbconfig branch February 26, 2025 18:35
This was referenced Jul 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Common Project 🚮 Things that relate to the common project project
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants