- 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 |
||
|---|---|---|
| .. | ||
| Microsoft.AspNet.Razor.Runtime.Precompilation.Files | ||
| Microsoft.AspNet.Razor.Runtime.Precompilation.Test | ||
| Microsoft.AspNet.Razor.Runtime.Test | ||
| Microsoft.AspNet.Razor.Test | ||