From 2ae8f386d942b64b07678924919320c7f1d307c2 Mon Sep 17 00:00:00 2001 From: Evgeny Gorbovoy Date: Tue, 21 Nov 2023 11:54:39 +0100 Subject: [PATCH] +1 --- src/Consolonia.PlatformSupport/WindowsConsole.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Consolonia.PlatformSupport/WindowsConsole.cs b/src/Consolonia.PlatformSupport/WindowsConsole.cs index 1a492b2b..bace68fe 100644 --- a/src/Consolonia.PlatformSupport/WindowsConsole.cs +++ b/src/Consolonia.PlatformSupport/WindowsConsole.cs @@ -62,8 +62,8 @@ public Win32Console() #region chatGPT - // Resharper disable MemberCanBePrivate - // Resharper disable FieldCanBeMadeReadOnly + // Resharper disable MemberCanBePrivate.Global + // Resharper disable FieldCanBeMadeReadOnly.Global // ReSharper disable InconsistentNaming [StructLayout(LayoutKind.Sequential)] private struct INPUT_RECORD @@ -107,8 +107,8 @@ private static extern bool WriteConsoleInput( INPUT_RECORD[] lpBuffer, uint nLength, out uint lpNumberOfEventsWritten); - // Resharper restore MemberCanBePrivate - // Resharper restore FieldCanBeMadeReadOnly + // Resharper restore MemberCanBePrivate.Global + // Resharper restore FieldCanBeMadeReadOnly.Global // ReSharper restore InconsistentNaming #endregion