Hardt-Coded

Results 21 comments of Hardt-Coded

Oh damn, I missed your message. So Sorry :( ... That's actually a good question. It's using the package: "Microsoft.AspNetCore.Http" this is netstandard2.0 (HttpRequest) and "Microsoft.AspNetCore.Mvc" which is also netstandard...

Hi. I am on the way to go to bed and I want to read this on my kindle :D So I decided to convert this for this reason and...

I you want to "hijack" the "hardware backbutton", you can use the navigating-event from the shell. If you don't want that the app will be closed und "e.Cancel()" to stop...

If I use this in a .fs source file in a console application, that the issue doesn't appear. Also a compiling is possible. (dotnet build) It seems only a fsi...

Oh I like it :D Then it's also possible to do: let value =! something() instead of: let! value = something() But why not. I am totally fine with it.

I have the same issue, but I have an .net8.0 project. System.Runtime, Version=8.0.0.0 missing.

same here. The moment I ran this (Alt + F10) I get the same Error. I am using VS 2022. The Script in VS shows no error and resolve the...

It's currently not possible in this version. I will implement this feature. Thanks for pointing me to that.

I have published a preview version via nuget (0.1.8-preview1): I introduced new Color Style for changing the Color Schemes of "Terminal.Gui": example: ```fsharp // normal scheme colors Colors (Terminal.Gui.Color.White, Terminal.Gui.Color.Gray)...

It can be, that the styles of the page (TopLevel in terms of the Terminal.Gui from Miguel) override the styles of the window. It should work on the window, when...