toddams / RazorLight

Template engine based on Microsoft's Razor parsing engine for .NET Core
Apache License 2.0
1.52k stars 259 forks source link

2.0.0 non-beta release #327

Closed smcl closed 4 years ago

smcl commented 4 years ago

I've recently started using 2.0.0-beta4 in a project in work and I really like it, however the "beta" version suffix might make some organisations a little reluctant to use it. So I was wondering a few things:

There have been >1m downloads of the library since the first beta, so the fact that there are only 52 "open" issues is really quite an encouraging sign! Anyway as I said, I like the library and I'd be happy to help if you have any need for it :-)

toddams commented 4 years ago

Hi smcl

Thank you for your interest in RazorLight project, we are very open to the new contributors :). At the moment @jzabroski is mainly supporting this library in his spare time. My vision is that we should really focus on making things stable on full 2.0. There are still a couple of annoying bugs which should be fixed. After stable we can concentrate on supporting Azure Functions, AWS Labmda and other environments, as it seems like people are actively using, but it has never been tested.

Feel free to take any open "bug" issue, your any contribution would be appreciated a lot

smcl commented 4 years ago

Ah cool, so it's largely feature-complete and just needs to have outstanding bugs squashed and a bit more testing for confidence? That's good to hear. I'll take a peek at the issues next week to see if I can help 👍