Project description is on its way.
- Add database storage - LiteDB;
- Implement and test dynamic language change (change language without restarting the app);
- Create unit tests for the the prepared boilerplate code;
- When adding actual views (instead of boilerplate code), use consts in the XAML or other parts of the code for view names (TODO);
- Handle high contrast theme and test it (TODO);
- Handle theme chaingin and test it (TODO);
- Resolve issue with SyncFusion license key (TODO);
- Bump code to .NET 9 SDK / C# 13:
- Change SyncLock to Lock class;
- params ->
params IEnumerableas additional overload;
- Bump code to .NET 10 SDK / C# 14 (when it's released):
- Use new extension methods syntax;