aspnetcore/test
N. Taylor Mullen 02d6b00d8f Generate `async` lambda for template attributes.
- Template attributes should be of type `Func<TextWriter, Task>`. We weren't generating an `async` lambda for attributes prior to this change resulting in a compilation failure when used at runtime and the inability to `@await` code (unless a user returns some sort of `Task`).
- Updated code generation files to reflect the new code generation behavior.

#594
2015-11-04 16:04:29 -08:00
..
Microsoft.AspNet.Razor.Runtime.Precompilation.Files
Microsoft.AspNet.Razor.Runtime.Precompilation.Test
Microsoft.AspNet.Razor.Runtime.Test
Microsoft.AspNet.Razor.Test Generate `async` lambda for template attributes. 2015-11-04 16:04:29 -08:00