akamsteeg / AtleX.HaveIBeenPwned

A fully async .NET Standard client library for the API of HaveIBeenPwned.com
https://www.nuget.org/packages/AtleX.HaveIBeenPwned/
MIT License
5 stars 0 forks source link

Modernize code base while staying at the .NET Standard 2.0 TFM #58

Closed akamsteeg closed 2 years ago

akamsteeg commented 2 years ago

C#10 brings some niceties to the language that are basically syntactic stuff that's lowered by the compiler to code that can run on basically any runtime that supports .NET Standard 2.0. Things we want to use:

akamsteeg commented 2 years ago

Fixed in various commits.