I'm trying to write a console application and I want to paste quite a significant amount of data. However, I'm currently limited to the 254 character limit. Is there a way to increase this limit with VB.Net?
The only solutions that I have came across are for c# or forms, but I'm writing in console only.