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

Merging common code bases AdapterUtil #1306

Merged
merged 8 commits into from
Oct 12, 2021

Conversation

DavoudEshtehari
Copy link
Member

@DavoudEshtehari DavoudEshtehari commented Oct 1, 2021

  • Related issue Possible mergeable classes for merging code bases #1261.
  • Common type: ADP
    • All the common code-bases are pruned and moved into a new file with the best existing implementation with new styles.
    • Each project has its own specific implementation in a separate file.
    • By a minor change in StringsHelper I managed to replace Format() with GetString() for current functions in NetCore, and avoided splitting code.
    • Null reference functions have been removed.

@DavoudEshtehari DavoudEshtehari added the ➕ Code Health Changes related to source code improvements label Oct 1, 2021
@DavoudEshtehari DavoudEshtehari added this to the 4.0.0-preview3 milestone Oct 1, 2021
Copy link
Member

@cheenamalhotra cheenamalhotra left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Overall looks good to me.

Unify the files in common folder
# Conflicts:
#	src/Microsoft.Data.SqlClient/netfx/src/Microsoft/Data/SqlClient/SqlCommandSet.cs
@cheenamalhotra cheenamalhotra merged commit 31f566a into dotnet:main Oct 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
➕ Code Health Changes related to source code improvements
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants