mono / mono-addins

Mono.Addins is a generic framework for creating extensible applications, and for creating add-ins which extend those applications.
MIT License
163 stars 94 forks source link

IProgressStatus should expose a CancellationToken #133

Open Therzok opened 5 years ago

Therzok commented 5 years ago

From PR https://github.com/mono/mono-addins/pull/132/files#diff-c63185e1b0b592efecb62093b41c5081L646

The current DownloadFile task doesn't cancel because we don't expose a CancellationToken from the IProgressStatus interface