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

Documentation bug - Async event stream code example & adding dev source #286

Open
joantune opened this issue Feb 13, 2018 · 0 comments
Open

Comments

@joantune
Copy link

The code on the AsyncStream code example should be:

 CancellationTokenSource cancellation = new CancellationTokenSource();
            Stream stream = await client.System.MonitorEventsAsync(new ContainerEventsParameters(), cancellation.Token);

I would also add the dotnet -s example to add the development version, so that we can actually navigate on the code and get proper documentation - these are perhaps more important for me as I'm a new .NET core developer (been using .NET for a while, but not the core)

mdarocha pushed a commit to TrapTech/Docker.DotNet that referenced this issue Jul 11, 2022
…ng a file, and use zero-length pass in C directive. Combined, this ensure the SCP server will reject a remote file path that points to a directory.

Fixes issue dotnet#286.
mdarocha pushed a commit to TrapTech/Docker.DotNet that referenced this issue Jul 11, 2022
…ng a file, and use zero-length pass in C directive. Combined, this ensure the SCP server will reject a remote file path that points to a directory.

Fixes issue dotnet#286.
mdarocha pushed a commit to TrapTech/Docker.DotNet that referenced this issue Jul 11, 2022
…ng a file, and use zero-length pass in C directive. Combined, this ensure the SCP server will reject a remote file path that points to a directory.

Fixes issue dotnet#286.
mdarocha pushed a commit to TrapTech/Docker.DotNet that referenced this issue Jul 11, 2022
…ng a file, and use zero-length pass in C directive. Combined, this ensure the SCP server will reject a remote file path that points to a directory.

Fixes issue dotnet#286.
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

No branches or pull requests

1 participant