WordPressReader (Standard) updated to version 2.1.0
Currently, I am working on an update for my blog reader app on iOS to bring it on par with the Android version (which snagged push notifications for new posts already). As my WordPressReader library sits at the core of the application, I made also some updates to this library.
Here is what’s new:
- based on .netStandard 2.1 (still works across UWP, WPF, Xamarin)
- activated nullable reference types
- because of the nullable reference types, updated the entity classes to always include null values (for type safety)
- fixed a bug where comments in response to pingbacks lead to a crash
- renamed
CreateAnonymousComment
toCreateAnonymousCommentAsync
- other minor fixes
The update to the app is already available via Nuget, while you can check the source code in the Github repo.
What’s next:
I am currently exploring further improvements using C# 8.0, most notably IAsyncEnumerable<T>
and ValueTask
.
If you have any feedback for the library, feel free to sound off in the comments, open a Github issue or contact me via my social media accounts.
Until the next post, happy coding, everyone!
Title Image by Kevin Phillips from Pixabay
This post is licensed under CC BY 4.0 by the author.