Skip to content

Conversation

@seanmcc-msft
Copy link
Member

@seanmcc-msft seanmcc-msft commented Oct 28, 2019

@seanmcc-msft seanmcc-msft marked this pull request as ready for review October 28, 2019 19:22
}

public IDisposable GetNewFile(out FileClient file, DataLakeServiceClient service = default, string fileSystemName = default, string directoryName = default, string fileName = default)
public IDisposable GetNewFile(out DataLakeFileClient file, DataLakeServiceClient service = default, string fileSystemName = default, string directoryName = default, string fileName = default)
Copy link
Member

Choose a reason for hiding this comment

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

We recently updated our tests for the other libraries to change how the GetNewX is implemented so that it doesn't use sync over async. You can look at DisposingContainer and how it is used as an example. Not sure if you want to address that as part of this PR, but thought I would mention it.

Copy link
Member Author

Choose a reason for hiding this comment

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

When was this changed? It would be great if changes like this are made across all packages at the same time in the future.

Copy link
Member

Choose a reason for hiding this comment

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

I believe it was made before Datalake had merged in.

Copy link
Member Author

Choose a reason for hiding this comment

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

3 participants