IntelliTect / EssentialCSharp

This project contains the source code for the book Essential C# by Mark Michaelis (Addison-Wesley).
https://essentialcsharp.com/
MIT License
387 stars 159 forks source link

Revisit 20.7 to make work properly #347

Closed espence2003 closed 11 months ago

espence2003 commented 2 years ago

Console Assert needs to support async main.

Keboo commented 2 years ago

PR cleaning up the code: https://github.com/IntelliTect/TestTools.Console/pull/4 Branch to support ExpectAsync after the first PR merges: https://github.com/IntelliTect/TestTools.Console/tree/expectAsync