We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
The Console.CancelKeyPress event:
Console.CancelKeyPress
[UnsupportedOSPlatform("android")] [UnsupportedOSPlatform("browser")] [UnsupportedOSPlatform("ios")] [UnsupportedOSPlatform("tvos")] public static event ConsoleCancelEventHandler? CancelKeyPress;
is clearly not supported for all OS's. However, the DisposeAtProcessTermination abstract class is trying to subscribe to this event regardless.
My project targets and runs on android and very quickly runs into this exception
The
Console.CancelKeyPressevent:is clearly not supported for all OS's. However, the DisposeAtProcessTermination abstract class is trying to subscribe to this event regardless.
My project targets and runs on android and very quickly runs into this exception