Use async Xunit tests
Apply xunit analyzer suggestions, such as "Assert.False()" instead of "Assert.Equal(false, ..)
Introduce errors for missing await calls
Remove all .Result properties
Remvoe all .Sync() calls
- Removed uneccessary using from entire project
- Split test setup into EveryTime and OneTime methods
- Fixed some test assertions (were using Debug.Assert)
- Discovered that the Persons API doesn't accept languages (explains a few things too)
- Added test for issue #1
- Fixed issue #1
- Fixed a test for Changes
- Upgraded to version 0.7.3