Skip to content

Conversation

DavoudEshtehari
Copy link
Contributor

@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 💊 Issues/PRs that are targeted to source code quality 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 💊 Issues/PRs that are targeted to source code quality improvements.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants