- Notifications
You must be signed in to change notification settings - Fork311
Merge | SqlDataSourceEnumerator.Unix.cs#3335
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
… used in netcore project
…re.Unix.cs in common project
codecovbot commentedMay 8, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@## main #3335 +/- ##==========================================+ Coverage 65.07% 66.98% +1.90%========================================== Files 298 298 Lines 65515 65515 ==========================================+ Hits 42634 43884 +1250+ Misses 22881 21631 -1250
Flags with carried forward coverage won't be shown.Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
ec8ca55
intomainUh oh!
There was an error while loading.Please reload this page.
Description: Quick and easy PR, moving the SqlDataSourceEnumerator.Unix.cs file from the netcore project to the common project. It was renamed to SqlDataSourceEnumerator.netcore.Unix.cs to follow the pattern I've been using.
Also renamed SqlDataSourceEnumeratorManagedHelper.cs to SqlDataSourceEnumeratorManagedHelper.netcore.cs to indicate it is only used in the netcore project. The class was also wrapped in an
#if NET
Testing: Project still builds locally, there were no functional changes to the code.