mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 15:57:56 +01:00
This commit is contained in:
@@ -12,8 +12,8 @@ namespace NativeAot;
|
||||
|
||||
public static class Program
|
||||
{
|
||||
[RequiresUnreferencedCode ("Calls Terminal.Gui.Application.Init(IConsoleDriver, String)")]
|
||||
[RequiresDynamicCode ("Calls Terminal.Gui.Application.Init(IConsoleDriver, String)")]
|
||||
[RequiresUnreferencedCode ("Calls Terminal.Gui.Application.Init(IDriver, String)")]
|
||||
[RequiresDynamicCode ("Calls Terminal.Gui.Application.Init(IDriver, String)")]
|
||||
private static void Main (string [] args)
|
||||
{
|
||||
ConfigurationManager.Enable(ConfigLocations.All);
|
||||
|
||||
Reference in New Issue
Block a user