mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 15:57:56 +01:00
fix warnings; tidy up a bit more
This commit is contained in:
@@ -5,7 +5,7 @@ namespace CommunityToolkitExample;
|
||||
|
||||
public static class Program
|
||||
{
|
||||
public static IServiceProvider Services { get; private set; }
|
||||
public static IServiceProvider? Services { get; private set; }
|
||||
|
||||
private static void Main (string [] args)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user