mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-01 08:50:25 +01:00
Adds IConsoleDriver
This commit is contained in:
@@ -9,8 +9,8 @@ namespace NativeAot;
|
||||
|
||||
public static class Program
|
||||
{
|
||||
[RequiresUnreferencedCode ("Calls Terminal.Gui.Application.Init(ConsoleDriver, String)")]
|
||||
[RequiresDynamicCode ("Calls Terminal.Gui.Application.Init(ConsoleDriver, String)")]
|
||||
[RequiresUnreferencedCode ("Calls Terminal.Gui.Application.Init(IConsoleDriver, String)")]
|
||||
[RequiresDynamicCode ("Calls Terminal.Gui.Application.Init(IConsoleDriver, String)")]
|
||||
private static void Main (string [] args)
|
||||
{
|
||||
Application.Init ();
|
||||
|
||||
Reference in New Issue
Block a user