1
0
mirror of https://github.com/chylex/TweetDuck.git synced 2025-04-10 09:15:43 +02:00
TweetDuck/Plugins
Daniel Chýlek f1f90a2ee3
Refactor code to avoid nulls ()
* 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
..
Controls Refactor code to avoid nulls () 2018-03-07 14:37:03 +01:00
Enums Update and add analytics data points & increase report interval to 14 days 2018-02-11 20:01:57 +01:00
Events Refactor PluginManager to use ITweetDeckBrowser & do some cleanup 2018-02-12 15:26:21 +01:00
Plugin.cs Refactor awful plugin loading and management code 2017-10-31 07:13:17 +01:00
PluginBridge.cs Refactor PluginManager to use ITweetDeckBrowser & do some cleanup 2018-02-12 15:26:21 +01:00
PluginConfig.cs Refactor PluginManager to use ITweetDeckBrowser & do some cleanup 2018-02-12 15:26:21 +01:00
PluginManager.cs Fix a hidden crash that prevented desktop notifications from showing 2018-02-13 12:37:11 +01:00
PluginScriptGenerator.cs Refactor plugin execution code 2017-08-11 23:32:47 +02:00