mirror of
https://github.com/SK-la/osu-framework.git
synced 2026-03-13 11:20:31 +00:00
CA1041: provide message for [Obsolete].
This commit is contained in:
@@ -9,7 +9,6 @@
|
||||
<Rule Id="CA1034" Action="None" />
|
||||
<Rule Id="CA1036" Action="None" />
|
||||
<Rule Id="CA1040" Action="None" />
|
||||
<Rule Id="CA1041" Action="None" />
|
||||
<Rule Id="CA1044" Action="None" />
|
||||
<Rule Id="CA1051" Action="None" />
|
||||
<Rule Id="CA1052" Action="None" />
|
||||
|
||||
@@ -1736,7 +1736,7 @@ namespace osu.Framework.Platform.Windows.Native
|
||||
/// <summary>
|
||||
/// WM_COMMNOTIFY is Obsolete for Win32-Based Applications
|
||||
/// </summary>
|
||||
[Obsolete]
|
||||
[Obsolete("Obsolete for Win32-based applications")]
|
||||
COMMNOTIFY = 0x0044,
|
||||
|
||||
/// <summary>
|
||||
@@ -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
|
||||
/// </summary>
|
||||
[Obsolete]
|
||||
[Obsolete("Use POWERBROADCAST")]
|
||||
POWER = 0x0048,
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user