Fixes #3692++ - Rearchitects drivers #8601
Annotations
2 errors and 10 warnings
|
Test
The operation was canceled.
|
Build Debug:
Terminal.Gui/ConsoleDrivers/V2/MouseState.cs#L44
Cannot convert null literal to non-nullable reference type.
|
Build Debug:
Terminal.Gui/ConsoleDrivers/V2/InputProcessor.cs#L15
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build Debug:
Terminal.Gui/ConsoleDrivers/V2/InputProcessor.cs#L29
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build Debug:
Terminal.Gui/ConsoleDrivers/V2/InputProcessor.cs#L40
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build Debug:
Terminal.Gui/ConsoleDrivers/V2/OutputBuffer.cs#L89
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build Debug:
Terminal.Gui/ConsoleDrivers/V2/OutputBuffer.cs#L102
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build Debug:
Terminal.Gui/ConsoleDrivers/V2/IOutputBuffer.cs#L21
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build Debug:
Terminal.Gui/ConsoleDrivers/V2/OutputBuffer.cs#L95
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build Debug:
Terminal.Gui/ConsoleDrivers/V2/IInputProcessor.cs#L8
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build Debug:
Terminal.Gui/ConsoleDrivers/V2/IInputProcessor.cs#L14
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Loading