Alan Hemmings
Alan Hemmings
I'm busy working on some test tools that I need for a project, and it would be super helpful to be able to reference `SimpleServer` directly in C# from an...
Hi @rofr what's the status of the TODO MVC Sample app? does that need to be upgraded to .net core 3.1? What's it's purpose? I couldnt get it to run...
similar to #65 I think. Now that I stumbled across the excellent `MarkDownSnippets` I can update the sample code. Woot! https://github.com/SimonCropp/MarkdownSnippets I won't list all the examples here that need...
## draft suggestion for recording Requirements Refactor the project structure in order to capture requirements as executable acceptance tests, so that anyone volunteering to work on memstate can know the...
## Description - Adds an overload to `Approvals.AssertText` to support param `actual` to be both a string, or an array of string. - update documentation - cleanup tests
To be able to create windows that look more like text editors, simple minimal interface.
given a screen with 10 rows when using splitRows with 3 even splits then the last split (bottom one) should expand by 1 row so that the screen is fully...
```csharp var console = new MockConsole(12, 10); var line = new Draw(console, LineThickNess.Single, Merge); line.Box(0, 0, 8, 6, LineThickNess.Double); line.Box(3, 3, 11, 9, LineThickNess.Single); // produces the following output with...
Very simple cross platform console control that can be shown standalone, or embedded in any .NET 5 application.