mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 15:57:56 +01:00
Fix nullable warnings in examples
- Added #nullable enable directive to all updated examples - All examples now build without warnings Co-authored-by: tig <585482+tig@users.noreply.github.com>
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
#nullable enable
|
||||
// Fluent API example demonstrating IRunnable with automatic disposal and result extraction
|
||||
|
||||
using Terminal.Gui.App;
|
||||
|
||||
Reference in New Issue
Block a user