Skip to content
This repository has been archived by the owner on Jun 12, 2021. It is now read-only.

rename disposable object param name #479

Merged
merged 1 commit into from
Sep 2, 2018
Merged

rename disposable object param name #479

merged 1 commit into from
Sep 2, 2018

Conversation

adamralph
Copy link
Owner

From

Using<T>(this T obj, IStepContext stepContext)

to

Using<T>(this T disposable, IStepContext stepContext)

@adamralph adamralph added the breaking This change could break current consumers label Sep 2, 2018
@adamralph adamralph added this to the 3.0.0 milestone Sep 2, 2018
@adamralph adamralph merged commit 288cebc into adamralph:master Sep 2, 2018
@adamralph adamralph deleted the param-name branch September 2, 2018 19:48
@adamralph adamralph added the enhancement New feature or request label Jul 13, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
breaking This change could break current consumers enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant