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

Add shared SqlFacetAttribute #757

Merged
merged 2 commits into from
Nov 2, 2020
Merged

Conversation

Wraith2
Copy link
Contributor

@Wraith2 Wraith2 commented Oct 9, 2020

Closes #700

SqlFacetAttribute was included in the netcore ref but not the implementation. This includes it (using the original System.Data.SqlClient version as template) in both netcore and netfx builds and unconditionally exposes it in the ref assemblies.

/cc @agilenut

@cheenamalhotra
Copy link
Member

@Wraith2

Could you also add tests for code coverage, I found this PR from System.Data.SqlClient you can leverage:
https://github.com/dotnet/corefx/pull/32245/files#diff-13643e72c33bbbc34e3ff843ee94bb764fda0cbb2588a5024084b457d9fdd771R10

@Wraith2
Copy link
Contributor Author

Wraith2 commented Oct 24, 2020

Fixed up and added

@cheenamalhotra cheenamalhotra added this to the 2.1.0 milestone Nov 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

SqlFacet missing?
4 participants