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:
copilot-swe-agent[bot]
2025-12-01 22:08:37 +00:00
parent cd392456ca
commit 98c853ea2b
3 changed files with 4 additions and 1 deletions

View File

@@ -1,4 +1,5 @@
// A simple Terminal.Gui example in C# - using C# 9.0 Top-level statements
#nullable enable
// A simple Terminal.Gui example in C# - using C# 9.0 Top-level statements
// This is a simple example application. For the full range of functionality
// see the UICatalog project