Skip to content

Commit

Permalink
+1
Browse files Browse the repository at this point in the history
  • Loading branch information
jinek committed Nov 21, 2023
1 parent 49014d3 commit 2ae8f38
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Consolonia.PlatformSupport/WindowsConsole.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 2ae8f38

Please sign in to comment.