adoconnection / RazorEngineCore

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

Added additional Interfaces #20

Closed wdcossey closed 4 years ago

wdcossey commented 4 years ago

Added interfaces IRazorEngine, IRazorEngineCompilationOptionsBuilder, IRazorEngineCompiledTemplate, IRazorEngineCompiledTemplate<>, these are crucial for Unit Testing using mocking frameworks, i.e. Moq.

adoconnection commented 4 years ago

agree