1
0
mirror of https://github.com/chylex/TweetDuck.git synced 2024-10-17 09:42:45 +02:00
TweetDuck/tests
Daniel Chýlek f1f90a2ee3
Refactor code to avoid nulls (#206)
* Ensure potential nulls have a fallback value & add/remove null checks

* Refactor update check code to avoid nulls

* Refactor ProfileManager exception handling to avoid nulls

* Refactor a few more various classes and fix nulls in ContextInfo

* Force c#7 everywhere and revert usage of newer features from cherry-picked commits

* Remove unused #pragma declaration
2018-03-07 14:37:03 +01:00
..
Configuration Refactor method order and return types in config file classes 2017-11-07 18:36:52 +01:00
Core Fix hashtags and search links being recognized as account links 2018-03-02 05:59:20 +01:00
Data Add line escaping to FileSerializer for easier manual file editing 2018-01-18 20:37:29 +01:00
Properties Add a unit test project 2017-01-16 19:36:29 +01:00
UnitTestIO.cs Rewrite IO handling in unit tests 2017-08-31 19:33:24 +02:00
UnitTests.csproj Refactor code to avoid nulls (#206) 2018-03-07 14:37:03 +01:00