issues
search
waives
/
waives.net
The .NET SDK for Waives
https://docs.waives.io/docs/dotnet-sdk-overview
MIT License
0
stars
0
forks
source link
Naming and terminology review
#84
Closed
alastairs
closed
5 years ago
alastairs
commented
5 years ago
[x] Ensure all
async
methods have an
Async
suffix (#91)
[x] Define overrides for all
async
methods accepting a
CancellationToken
(#92, #96, #97)
[x] Review error messages for clarity and correctness (#93)
[x] Ensure no ReSharper warnings or errors (#95)
[x] Ensure all public methods check for null/empty values (#94)
[x] Ensure names are consistent across the solution (#98)
async
methods have anAsync
suffix (#91)async
methods accepting aCancellationToken
(#92, #96, #97)