/HelloDotNet

A test project to learn the basics of C# programming, very reluctantly.

Primary LanguageC#

Hello DotNet

A test project to learn the basics of C# programming, very reluctantly.

Commands

Run CLI

dotnet run --project CLI/.

Run Tests

dotnet test

Or to see console output do this:

dotnet test -l "console;verbosity=detailed"

...see CharlieDigital's comment at the bottom of this issue: Console.WriteLine calls during dotnet test are not emitted to the console on Windows

Sources of information