adoconnection / RazorEngineCore

.NET6 Razor Template Engine
MIT License
576 stars 85 forks source link

Added Async() methods. #16

Closed wdcossey closed 4 years ago

wdcossey commented 4 years ago

Updated to Load/Save File to use FileStream as it supports asynchronous IO. Simply duplicated synchronous Unit Tests into asynchronous ones.