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 2ae8f38 commit 0c676f6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Consolonia.PlatformSupport/WindowsConsole.cs
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,9 @@ public Win32Console()
#region chatGPT

// Resharper disable MemberCanBePrivate.Global
// Resharper disable MemberCanBePrivate.Local
// Resharper disable FieldCanBeMadeReadOnly.Global
// Resharper disable FieldCanBeMadeReadOnly.Local
// ReSharper disable InconsistentNaming
[StructLayout(LayoutKind.Sequential)]
private struct INPUT_RECORD
Expand Down Expand Up @@ -108,7 +110,9 @@ private static extern bool WriteConsoleInput(
uint nLength,
out uint lpNumberOfEventsWritten);
// Resharper restore MemberCanBePrivate.Global
// Resharper restore MemberCanBePrivate.Local
// Resharper restore FieldCanBeMadeReadOnly.Global
// Resharper restore FieldCanBeMadeReadOnly.Local
// ReSharper restore InconsistentNaming
#endregion

Expand Down

0 comments on commit 0c676f6

Please sign in to comment.