RazorEngine
RazorEngine copied to clipboard
MVC 6.0 support for .NET Core
Hello
Are you going to support MVC 6.0 for both .NET 4.6 and .NET Core?
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.
.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.
I waiting to supporing MVC6 ! :)
Does it mean, RazorEngine could be used in .NET Core project in multiplatform environment? (Running on OSX or Linux?)
@urza I think no at the moment.
For traceability purposes, it looks like .net core will be supported in the 4.4 release:
- https://github.com/Antaris/RazorEngine/pull/402
Note that this is already released on nuget: https://www.nuget.org/packages/RazorEngine/4.4.0-rc1
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.
@Neogentai .NETStandard 2.0 support #498