diff --git a/CodeAnalysis/osu-framework.ruleset b/CodeAnalysis/osu-framework.ruleset index 7ced871db..fbb010c60 100644 --- a/CodeAnalysis/osu-framework.ruleset +++ b/CodeAnalysis/osu-framework.ruleset @@ -9,7 +9,6 @@ - diff --git a/osu.Framework/Platform/Windows/Native/Input.cs b/osu.Framework/Platform/Windows/Native/Input.cs index 50e420f55..d0d91df0d 100644 --- a/osu.Framework/Platform/Windows/Native/Input.cs +++ b/osu.Framework/Platform/Windows/Native/Input.cs @@ -1736,7 +1736,7 @@ namespace osu.Framework.Platform.Windows.Native /// /// WM_COMMNOTIFY is Obsolete for Win32-Based Applications /// - [Obsolete] + [Obsolete("Obsolete for Win32-based applications")] COMMNOTIFY = 0x0044, /// @@ -1753,7 +1753,7 @@ namespace osu.Framework.Platform.Windows.Native /// Notifies applications that the system, typically a battery-powered personal computer, is about to enter a suspended mode. /// Use: POWERBROADCAST /// - [Obsolete] + [Obsolete("Use POWERBROADCAST")] POWER = 0x0048, ///