Pranav K
7d43bfc709
Add RazorSourceDocument.Create(string template)
...
Add document and fix casing of RazorSourceDocument.FileName
Fixes #1063
2017-03-13 09:44:06 -07:00
Yves57
dee8d8694f
Prevent LOH allocations when constructing large Razor Source Documents. ( #1049 )
...
* Prevent LOH allocations when constructing large Razor Source Documents.
* Feedback
2017-03-06 16:50:05 -08:00
N. Taylor Mullen
f861c23d1f
Allow RazorSourceDocument to consume empty streams.
...
- Added tests to validate how encoding flows when used with empty streams in addition to their usability (not throwing).
#947
2017-02-13 12:11:38 -08:00
N. Taylor Mullen
51fb0c993b
Add indexability to the RazorSourceDocument.
...
- Removed the `CreateReader` API in favor of a `CopyTo`, `Length`, `[index]` and `Encoding`.
- Updated existing APIs to react to the change.
- Added tests.
2016-11-21 10:58:09 -08:00
Ryan Nowak
6b9b75841f
Add Razor Evolution Engine and primitives
2016-11-16 14:05:58 -08:00