mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 15:57:56 +01:00
Enable nullable types and add debugging utilities
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
#nullable enable
|
||||
|
||||
using System.Diagnostics;
|
||||
|
||||
namespace UICatalog.Scenarios;
|
||||
|
||||
[ScenarioMetadata ("Scrolling", "Content scrolling, IScrollBars, etc...")]
|
||||
@@ -100,6 +102,8 @@ public class Scrolling : Scenario
|
||||
app.Dispose ();
|
||||
Application.Shutdown ();
|
||||
|
||||
Debug.Assert (_progressTimer is null);
|
||||
|
||||
return;
|
||||
|
||||
void AppOnInitialized (object? sender, EventArgs e)
|
||||
|
||||
Reference in New Issue
Block a user