blogifierdotnet / Blogifier

Blogifier is an open-source publishing platform Written in ASP.NET and Blazor WebAssembly. With Blogifier make a personal blog or a website.
https://blogifier.net
MIT License
1.28k stars 518 forks source link

I think it's time to upgrade to .NET 7 :) #328

Closed ravichigurupalli closed 1 year ago

ravichigurupalli commented 1 year ago

with .NET 7...It's entirely native, with no IL or JIT, and provides fast startup time and a small, self-contained deployment.

I am interested to contribute, Please accept my request.

dorthl commented 1 year ago

@ravichigurupalli
The.net 7 upgrade is underway in the dev branch and features are still being refined There are problems with file storage and database migration. At present, only mysql is tested, and it is necessary to consider how to implement migration of multiple databases with the same release version. It's all in the works looking forward to your sharing

ravichigurupalli commented 1 year ago

got it. Thanks for the response.