pauldotknopf/JavaScriptViewEngine

ASP.NET Core 2.0 Support?

Closed this issue · 9 comments

Are there any plans to update this library to support ASP.NET Core 2.0? I downloaded the source and it looks like all that needs to be done is to use InvokeExportAsync instead of InvokeExport in NodeRenderEngine.cs, as it was renamed in INodeServices.

did you make a fork by chance? Would be nice to test it out and see if it works.

Hey guys, sorry for the delay.

This project needs to be updated to the latest bits. I have been swamped currently with other work, but I will get this done this weekend.

Also, I would be happy to merge any pull requests you may have :)

hooray! thank you. Can't wait to use it on latest project in 2.0

Nice, thanks @ensemblebd ! Your changes are exactly what I did to get it working. I did test it out and it appears to run fine.

Does anybody here need the MVC5 version? I'm about to drop it.

Not I, all good. Am trying to actively convert all systems @ job over to core, for future.
But not sure about the other peeps. Thank you again! :)

The new packages are pushed to NuGet. They should be indexed soon.