Cleans up/Refactors View.Subviews
#55
Annotations
12 warnings
build_release:
Tests/UnitTests/ConsoleDrivers/V2/MainLoopCoordinatorTests.cs#L29
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
|
build_release:
Tests/UnitTests/ConsoleDrivers/V2/MainLoopCoordinatorTests.cs#L29
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
|
build_release:
Terminal.Gui/ConsoleDrivers/AnsiResponseParser/Keyboard/CsiKeyPattern.cs#L62
Possible null reference argument for parameter 'input' in 'Match Regex.Match(string input)'.
|
build_release:
Terminal.Gui/ConsoleDrivers/AnsiResponseParser/Keyboard/Ss3Pattern.cs#L24
Possible null reference argument for parameter 'input' in 'Match Regex.Match(string input)'.
|
build_release:
Terminal.Gui/ConsoleDrivers/AnsiResponseParser/Keyboard/Ss3Pattern.cs#L15
Possible null reference argument for parameter 'input' in 'bool Regex.IsMatch(string input)'.
|
build_release:
Terminal.Gui/ConsoleDrivers/AnsiResponseParser/Keyboard/EscAsAltPattern.cs#L16
Possible null reference argument for parameter 'input' in 'Match Regex.Match(string input)'.
|
build_release:
Terminal.Gui/ConsoleDrivers/AnsiResponseParser/Keyboard/EscAsAltPattern.cs#L12
Possible null reference argument for parameter 'input' in 'bool Regex.IsMatch(string input)'.
|
build_release:
Terminal.Gui/ConsoleDrivers/AnsiResponseParser/Keyboard/CsiKeyPattern.cs#L44
Possible null reference argument for parameter 'input' in 'bool Regex.IsMatch(string input)'.
|
build_release:
Terminal.Gui/ConsoleDrivers/AnsiResponseParser/AnsiResponseExpectation.cs#L6
Possible null reference argument for parameter 'value' in 'bool string.EndsWith(string value)'.
|
build_release:
Terminal.Gui/ConsoleDrivers/AnsiResponseParser/AnsiResponseExpectation.cs#L6
Dereference of a possibly null reference.
|
build_release:
Terminal.Gui/ConsoleDrivers/AnsiResponseParser/AnsiMouseParser.cs#L36
Possible null reference argument for parameter 'input' in 'Match Regex.Match(string input)'.
|
build_release:
Terminal.Gui/ConsoleDrivers/AnsiResponseParser/AnsiMouseParser.cs#L24
Dereference of a possibly null reference.
|