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

Fix | Remove Visual Studio designer attributes #1296

Merged

Conversation

DavoudEshtehari
Copy link
Member

@DavoudEshtehari DavoudEshtehari commented Sep 28, 2021

"Microsoft.VSDesigner" hasn't supported Microsoft.Data.SqlClient yet. And using it causes some exceptions on VS and the release process.

Similar issue #1110

@DavoudEshtehari DavoudEshtehari added the 🐛 Bug! Something isn't right ! label Sep 28, 2021
@DavoudEshtehari DavoudEshtehari added this to In progress in SqlClient v4.0 via automation Sep 28, 2021
@DavoudEshtehari DavoudEshtehari added this to the 4.0.0-preview3 milestone Sep 28, 2021
@JRahnama
Copy link
Member

JRahnama commented Sep 28, 2021

NIT: what about the constant defined in the internal static class AssemblyRef

namespace Microsoft.Data.SqlClient
{
    internal static class AssemblyRef
    {
        internal const string MicrosoftVSDesigner = "Microsoft.VSDesigner, Version=10.0.0.0, Culture=neutral, 
    }
}

Should we take it out that constant string as well?

Co-authored-by: Cheena Malhotra <v-chmalh@microsoft.com>
SqlClient v4.0 automation moved this from In progress to Reviewer approved Sep 29, 2021
@DavoudEshtehari DavoudEshtehari merged commit c8c8fe4 into dotnet:main Sep 29, 2021
SqlClient v4.0 automation moved this from Reviewer approved to Done Sep 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 Bug! Something isn't right !
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

None yet

4 participants