C
C#11mo ago
Austin9675

Read file C#

Without the Console.ReadLine(); the console closes immediately, So how can I get the code to read the file and stay open without the readline
8 Replies
SinFluxx
SinFluxx11mo ago
As far as I'm aware you will need something like that while you're debugging
Pobiega
Pobiega11mo ago
That, or use the setting in Vs to "keep window open after debugging" or something like that It's a toggle somewhere in the options
SinFluxx
SinFluxx11mo ago
ah wasn't aware of that!
Pobiega
Pobiega11mo ago
something something Rider user
Pobiega
Pobiega11mo ago
The Cyotek Blog
New option in Visual Studio 2019 keeps console window open after de...
A brief note on a small change made to Visual Studio 2019 that may be helpful for debugging .NET Core console applications.
Pobiega
Pobiega11mo ago
Best I can find on mobile Only works on modern dotnet
mtreit
mtreit11mo ago
My answer to this is just to run the program from a terminal window instead of from Visual Studio, although yes now there is an option to keep the window open and not close it in VS.
Austin9675
Austin967511mo ago
ty
Want results from more Discord servers?
Add your server
More Posts
❔ ✅ Can anyone solve this ?“InitializeComponent()“ dose not exist in the current context .Can anyone solve this ? “InitializeComponent()“ dose not exist in the current context .❔ Quality and free project planning toolsAre there any tools you could recommend for creating and managing use cases, process diagrams, etc? ✅ P/Invoke, changing values in a struct overwrites overwrites other valuesHeyo! I'm working on a P/Invoke library for libMPV and it has a way to send it structured data inste❔ OmniSharp is BrokeyI updated the C# extension on VS Code and it told me I needed to update my C# to get OnmiSharp to wo❔ Entity Framework, How To Join Second Table To Third Table In The First Table?Hi i want to join table city to area like picture below, but i got an error like this ```js System.✅ XML deserialization problemCan anyone please help me sleep again.... 🙂 When deserializing the following XML to the respective ❔ ✅ creating an update feature in my applicationhttps://github.com/mekasu0124/Todo I've created a todo application. I want to incorporate a feature❔ Unsafe Reading different types of structs from a byte arrayI'm currently using the `Unsafe` class to help me read (and also write) different types of structs i✅ hosting servicesDoes anyone know of any good, free hosting services that I can publish my desktop apps to so that wh✅ Can't publish build???https://github.com/mekasu0124/Diary when I try to use the Publish Selection option to build my proj