-
-
Notifications
You must be signed in to change notification settings - Fork 230
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Question] Some questions about the state of the project #271
Comments
As explained in #117, the only pieces of work I had originally planned to do were for maintenance. However, given little interest I have in maintaining this and that there have been more questions asked than real bugs in the code, I'm considering archiving this on GitHub so there is less confusing about whether opened issues will actually get fixed or not. Basically -- they won't because I'm was the only maintainer and I lost interest in this project years ago. |
I am sad about this decision. |
It’s good to hear you found it useful! To be clear, I haven’t archived yet. I’m considering it. If other people want to chip in to maintain it, we can keep this alive. But as you can guess by the slow responses, I’m not very active on GitHub anymore. |
Big fan of this library -- I'm using it in a .NET 8 Blazor application -- it's by far the easiest to use of the few that are out there. For my project, the hot reloading feature is absolutely fantastic. Users don't have to restart the entire application to get an updated version of a component 😄 |
I want to chime in that I'm also a huge fan of this project. I wrote an internal-use app using the 2.0 Beta version that has gone into production and the developers that maintain it are thrilled with the simplicity of adding new functionality by releasing simple plugins. I don't know if you've had any luck in getting someone to help you maintain it, but I'm willing to donate some time to get 2.0 to a release if there's a cogent list of changes that need to be made. |
Thanks all for the supportive comments! I released the 2.0 beta to nuget almost 2 years ago, around the time personal changes in my life made it so I had less time for open source. I parked all open source work, but am finding myself with a little time to look at things again. As far as getting 2.0 to a stable release, the main thing to do is test and make sure it works. If I recall correctly, the only real change between 1.4 and 2.0 beta was that I deleted a bunch of dependencies that were necessary to make plugin loading work in .NET Core 1 and 2. Now that .NET 5+ has stabilized quite a bit, I think those old versions of .NET are not working supporting anymore. Dropping that simplifies the dependencies of this library. If there are other big features or bugs you want to contribute, let me know. We can review the backlog of issues open on this repository for ideas. |
I also would like to say thank you for your time and effort. Again, thank you 🙂 |
The text was updated successfully, but these errors were encountered: