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

Remove designer attribute from SqlCommand and SqlDataAdapter #1132

Merged
merged 5 commits into from Jun 29, 2021
Merged

Remove designer attribute from SqlCommand and SqlDataAdapter #1132

merged 5 commits into from Jun 29, 2021

Conversation

johnnypham
Copy link
Contributor

Fixes #1110

@johnnypham johnnypham marked this pull request as draft June 22, 2021 19:12
@johnnypham johnnypham changed the title Remove designer attribute from SqlCommand Remove designer attribute from SqlCommand and SqlDataAdapter Jun 22, 2021
@johnnypham johnnypham marked this pull request as ready for review June 22, 2021 20:02
@cheenamalhotra
Copy link
Member

For some reason they are also in netcore ref class, might as well clean that up.

@cheenamalhotra cheenamalhotra added this to In progress in SqlClient v4.0 via automation Jun 23, 2021
@cheenamalhotra cheenamalhotra added this to the 4.0.0-preview1 milestone Jun 23, 2021
@Wraith2
Copy link
Contributor

Wraith2 commented Jun 24, 2021

Is there a VS issue opened to track adding this library to the types VS knows about?

@cheenamalhotra
Copy link
Member

There isn't any, I was thinking the same. I might get some conversations started internally, but it doesn't seem they would be replacing existing classes anyways. Most likely new set of classes would be available in future VS - then we'll include those here.

Copy link
Member

@DavoudEshtehari DavoudEshtehari left a comment

Choose a reason for hiding this comment

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

Could you add TODO comments in netcore/ref file too?

SqlClient v4.0 automation moved this from In progress to Reviewer approved Jun 28, 2021
@johnnypham johnnypham merged commit 57ee5df into dotnet:main Jun 29, 2021
SqlClient v4.0 automation moved this from Reviewer approved to Done Jun 29, 2021
@johnnypham johnnypham deleted the issue1110 branch July 8, 2021 18:51
DavoudEshtehari pushed a commit to Wraith2/SqlClient that referenced this pull request Sep 1, 2021
…1132)

* remove designer attribute

* remove designer and toolboxitem attribute from sqldataadapter

* remove from refs

* remove from netcore refs

* add TODOs in netfx refs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

SQLCommand Error on Visual Studio Designer (WinForms)
4 participants