Antaris / RazorEngine

Open source templating engine based on Microsoft's Razor parsing engine
http://antaris.github.io/RazorEngine
Other
2.14k stars 578 forks source link

MVC 6.0 support for .NET Core #299

Open korzh opened 9 years ago

korzh commented 9 years ago

Hello

Are you going to support MVC 6.0 for both .NET 4.6 and .NET Core?

matthid commented 9 years ago

Probably yes, once I (or somebody else) has figured out a good way to integrate it in the current build system (see also https://github.com/Antaris/RazorEngine/issues/283). Note that there shouldn't be much to do code-wise. So it's really just a matter of setting up the build.

matthid commented 9 years ago

.net46 (as in dnx46) should now work with the latest beta: https://www.nuget.org/packages/RazorEngine/4.2.0-beta3 .net core (dnxcore) is currently still not supported.

mikeandersun commented 9 years ago

I waiting to supporing MVC6 ! :)

urza commented 8 years ago

Does it mean, RazorEngine could be used in .NET Core project in multiplatform environment? (Running on OSX or Linux?)

singlewind commented 8 years ago

@urza I think no at the moment.

troygrosfield commented 8 years ago

For traceability purposes, it looks like .net core will be supported in the 4.4 release:

matthid commented 8 years ago

Note that this is already released on nuget: https://www.nuget.org/packages/RazorEngine/4.4.0-rc1

Neogentai commented 6 years ago

What is the timeline for a stable release that supports .NET Standard 2.0? We are currently using this library and are in the process of converting our .NET Framework 4.6.2 over to .NET Standard 2.0. Thank you.

acjh commented 6 years ago

@Neogentai .NETStandard 2.0 support #498