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

API review changes #24747

Merged
merged 1 commit into from
Apr 24, 2021
Merged

API review changes #24747

merged 1 commit into from
Apr 24, 2021

Conversation

ajcvickers
Copy link
Member

Part of #24743

  • Rename DisableConcurrencyDetection to EnableThreadSafetyChecks
  • Rename IRelationalCommand.PopulateFromTemplate to PopulateFrom
  • Rename parameter of above from templateCommand to command

Part of #24743

* Rename `DisableConcurrencyDetection` to `EnableThreadSafetyChecks`
* Rename `IRelationalCommand.PopulateFromTemplate` to `PopulateFrom`
* Rename parameter of above from `templateCommand` to `command`
@ajcvickers ajcvickers requested a review from a team April 23, 2021 21:15
/// </summary>
bool IsConcurrencyDetectionEnabled { get; }
bool AreThreadSafetyChecksEnabled { get; }
Copy link
Member

Choose a reason for hiding this comment

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

I thought we didn't like Are :trollface:

Copy link
Member Author

Choose a reason for hiding this comment

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

We do not, but the other one here is also an "Are". I expect we will talk about this in the next API review. :=)

@ajcvickers ajcvickers merged commit b0a3186 into main Apr 24, 2021
@ajcvickers ajcvickers deleted the AquaQuip0423 branch April 24, 2021 21:38
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.

2 participants