lastunicorn / ConsoleTools

A set of tools and "controls" for the .net Console.
GNU General Public License v3.0
73 stars 5 forks source link

.NET 5 not supported on Linux and macOS #47

Open principis opened 2 years ago

principis commented 2 years ago

Cursor.Visible getter is not supported on Linux and macOS on .NET Core and .NET 5+. source

This causes the spinner (and probably more, I'm not familiar with the code) to crash, since it throws a System.PlatformNotSupportedException

lastunicorn commented 2 years ago

Hi, Thank you for your feed-back. I will investigate and come back with a solution.