goblinfactory / konsole

Home of the simple console library consisting of ProgressBar, Window, Form, Draw & MockConsole (C# console progress bar with support for single or multithreaded progress updates) Window is a 100%-ish console compatible window, supporting all normal console writing to a windowed section of the screen, supporting scrolling and clipping of console output.
718 stars 62 forks source link

Trying to use Konsole for First Time #84

Open valkyrienyanko opened 3 years ago

valkyrienyanko commented 3 years ago

I'm following the Installing and Getting Started guide in the README.md, I've setup a new dotnet project and added konsole nuget package yet I'm getting several items that do not exist in the current context.

image

Update: I added using Konsole; and most of the errors went away however there are still some left.

Untitled

valkyrienyanko commented 3 years ago

weird how the variables are defined after they are being used. putting them before fixed it.

goblinfactory commented 3 years ago

Hiya, I'm out of office until the 17th ( on a no code break ) you caught me on day 1 otherwise I'd have replied sooner. I don't have laptop with me unt 17th and will reply to any konsole questions and issues when I return. Cheers, Alan

goblinfactory commented 3 years ago

I've re-opened this issue and will close it when I get back to the office and update the "getting started note's" txs for flagging potential problems for new users...this is a high priority item for me.