Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/toddams/RazorLight
Browse files Browse the repository at this point in the history
  • Loading branch information
toddams committed Apr 5, 2017
2 parents 12d238d + d4ff8c6 commit 31d0c43
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
## Introduction
Install the nuget package

Install-Package RazorLight -Pre
Install-Package RazorLight


Use [Razor parsing engine](https://github.com/aspnet/Razor) to build dynamic templates from strings / files / embedded resources without any efforts. From the very beginning library was built for [.NET Core](https://dotnet.github.io/) projects (NetStandard 1.6), but now Full .NET Framework v4.5.1 (and higher) is also supported.
Expand Down Expand Up @@ -115,6 +115,13 @@ public HomeController(IRazorLightEngine engine)
````CSharp
@inject MyProject.TestService myService
````
## Roadmap
* async/await
* Tag helpers
* Precompiled views
* Fluent API
* Extensible template sources
* More flexible caching

## FAQ
### I'm getting "Can't load metadata reference from the entry assembly" exception
Expand Down

0 comments on commit 31d0c43

Please sign in to comment.