Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Conversation

@justinvp
Copy link
Contributor

Override CreateDataAdapter and add tests.

Fixes #19651, #19673

cc: @saurabh500, @corivera
fyi: @RickStrahl, @FransBouma

Override CreateDataAdapter and add tests.
public void CreateParameter_NotNull()
{
Assert.NotNull(SqlClientFactory.Instance.CreateParameter());
}
Copy link
Member

Choose a reason for hiding this comment

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

Is there nothing more stringent we can check, like the type of the thing that comes back?

Copy link
Member

@stephentoub stephentoub left a comment

Choose a reason for hiding this comment

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

Thanks. LGTM.

@justinvp
Copy link
Contributor Author

@dotnet-bot test Innerloop Tizen armel Debug Cross Build please

@ViktorHofer
Copy link
Member

@justinvp thanks for the quick fix!

@ViktorHofer ViktorHofer added this to the 2.0.0 milestone May 12, 2017
@danmoseley
Copy link
Member

@justinvp thanks - take a look here if you want to do more ! -- https://github.com/dotnet/corefx/issues/17126

@ViktorHofer ViktorHofer merged commit 88f562c into dotnet:master May 12, 2017
@justinvp justinvp deleted the createdataadapter branch May 12, 2017 18:34
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants