im facing big issue with console app using c# core 2.0.
I still dident find any right aswer to lock console window position.
It is movable by the user.
Main problem is if user move console window to any corner of current resolution then console changing its original size even if i set fixed size in program
my certain Text are showing bad after changing cmd size.
i need a real solution for console app.
please help somebody