dotnet / dotnet/Docker.DotNet

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

Open
#286 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
C#
Stars
2.4k
Forks
416
PR merge metrics
No merged PRs in 30d

Description

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)

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.