-
Notifications
You must be signed in to change notification settings - Fork 13
Utilities MemoryStreamWriter
Adam Bajguz edited this page Apr 5, 2021
·
2 revisions
MemoryStreamWriter
is a simple wrapper over a MemoryStream
for VirtualConsole
. It is extensively used in Typin unit tests.
Getting started
Advanced features
- Reporting errors
- Exception handling
- Metadata and startup message
- Graceful cancellation
- Dependency injection
- Middleware pipeline
- Environment variables
Utilities
Tests
Misc