Fix IDE0028: Use collection initializers or expressions

This commit is contained in:
Haselnussbomber 2025-10-24 02:41:16 +02:00
parent d060db3ca4
commit a8b8bce628
No known key found for this signature in database
GPG key ID: BB905BB49E7295D1
89 changed files with 186 additions and 191 deletions

View file

@ -22,7 +22,7 @@ internal class PluginErrorHandler : IServiceType
private readonly NotificationManager notificationManager;
private readonly DalamudInterface di;
private readonly Dictionary<Type, Delegate> invokerCache = new();
private readonly Dictionary<Type, Delegate> invokerCache = [];
private DateTime lastErrorTime = DateTime.MinValue;
private IActiveNotification? activeNotification;