Dalamud/Dalamud/Plugin
Haselnussbomber c93f04f0e4
Code cleanup (#2439)
* Use new Lock objects

* Fix CA1513: Use ObjectDisposedException.ThrowIf

* Fix CA1860: Avoid using 'Enumerable.Any()' extension method

* Fix IDE0028: Use collection initializers or expressions

* Fix CA2263: Prefer generic overload when type is known

* Fix CA1862: Use the 'StringComparison' method overloads to perform case-insensitive string comparisons

* Fix IDE0270: Null check can be simplified

* Fix IDE0280: Use 'nameof'

* Fix IDE0009: Add '.this'

* Fix IDE0007: Use 'var' instead of explicit type

* Fix IDE0062: Make local function static

* Fix CA1859: Use concrete types when possible for improved performance

* Fix IDE0066: Use switch expression

Only applied to where it doesn't look horrendous.

* Use is over switch

* Fix CA1847: Use String.Contains(char) instead of String.Contains(string) with single characters

* Fix SYSLIB1045: Use 'GeneratedRegexAttribute' to generate the regular expression implementation at compile-time.

* Fix CA1866: Use 'string.EndsWith(char)' instead of 'string.EndsWith(string)' when you have a string with a single char

* Fix IDE0057: Substring can be simplified

* Fix IDE0059: Remove unnecessary value assignment

* Fix CA1510: Use ArgumentNullException throw helper

* Fix IDE0300: Use collection expression for array

* Fix IDE0250: Struct can be made 'readonly'

* Fix IDE0018: Inline variable declaration

* Fix CA1850: Prefer static HashData method over ComputeHash

* Fi CA1872: Prefer 'Convert.ToHexString' and 'Convert.ToHexStringLower' over call chains based on 'BitConverter.ToString'

* Update ModuleLog instantiations

* Organize usings
2026-01-06 08:36:55 -08:00
..
Internal Code cleanup (#2439) 2026-01-06 08:36:55 -08:00
Ipc Code cleanup (#2439) 2026-01-06 08:36:55 -08:00
SelfTest Fix services using wrong namespaces 2025-11-27 09:41:02 +01:00
Services fix: Remove RPC (#2526) 2025-12-20 16:18:03 +10:00
VersionInfo Add git hash/scm version properties to DalamudVersionInfo 2025-12-18 22:01:57 +10:00
ActivePluginsChangedEventArgs.cs Interface ActivePluginsChangeEventArgs (#2341) 2025-08-05 10:38:11 -07:00
DalamudPluginInterface.cs Code cleanup (#2439) 2026-01-06 08:36:55 -08:00
IActivePluginsChangedEventArgs.cs Interface ActivePluginsChangeEventArgs (#2341) 2025-08-05 10:38:11 -07:00
IDalamudPlugin.cs Add "loading dialog" for service init, unify blocking logic (#1779) 2024-04-21 17:28:37 +02:00
IDalamudPluginInterface.cs Add interface to obtain versioning info 2025-12-15 21:43:52 +01:00
InstalledPluginState.cs Un-whether-or-not the codebase 2025-04-25 22:49:05 +02:00
PluginListInvalidationKind.cs [API13] Fire ActivePluginsChanged after a plugin loaded/unloaded (#2334) 2025-08-03 18:28:44 -07:00
PluginLoadReason.cs fix: actually add values 2025-03-23 18:45:15 -07:00