Skip to content
#

breach

Here are 46 public repositories matching this topic...

akamsteeg
akamsteeg commented Jun 25, 2022

Currently, all public methods in HaveIBeenPwnedClient have two versions: One with a CancellationToken and one without. In the modern .NET world, there's a big push to either requiring cancellation tokens (or a explicit CancellationToken.None when cancelling is not important) or have an optional parameter with the cancellation token with a default value.

I prefer being as explicit in co

enhancement good first issue

Improve this page

Add a description, image, and links to the breach topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the breach topic, visit your repo's landing page and select "manage topics."

Learn more