ThatRendle / Simple.Web

A lightweight, object-oriented (Model-View-Handler) framework for modern web development in .NET.
MIT License
231 stars 66 forks source link

Feature cleaner razor builder #79

Closed mastoj closed 11 years ago

mastoj commented 11 years ago

Some cleaner tests for razor. Changed the RazorTypeBuilder to read a little bit better and not passing a stream around which is read multiple times. Now the stream is read one time, and I've added one pre-processing step to identify the directives.

ianbattersby commented 11 years ago

Looks good to me :+1: .. @markrendle?

ThatRendle commented 11 years ago

Yeah, looks great.