-
Notifications
You must be signed in to change notification settings - Fork 292
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
Conversation
For some reason they are also in netcore ref class, might as well clean that up. |
src/Microsoft.Data.SqlClient/netfx/src/Microsoft/Data/SqlClient/SqlCommand.cs
Show resolved
Hide resolved
Is there a VS issue opened to track adding this library to the types VS knows about? |
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. |
There was a problem hiding this 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?
…1132) * remove designer attribute * remove designer and toolboxitem attribute from sqldataadapter * remove from refs * remove from netcore refs * add TODOs in netfx refs
Fixes #1110