kgrzybek / modular-monolith-with-ddd

Full Modular Monolith application with Domain-Driven Design approach.
MIT License
10.89k stars 1.71k forks source link

Update to .NET 6.0 / 7.0? #264

Closed JohanHeyvaert closed 9 months ago

JohanHeyvaert commented 1 year ago

This looks like a really great project! Thanks for sharing it, including the fantastic documentation and argumentation. ❤️

However the project seems a bit outdated now. I'm trying to update it myself but for the moment unsuccessful. Also an update of the Nuget packages is not really succeeding. Maybe it's a bit too late to still be able to update this project. 😨

By any chance, are you thinking of an update yourself? 😀

Or maybe someone else is able to do this and wants to add a pull request?

AntosDev commented 1 year ago

Thanks a lot for sharing this project @kgrzybek it is very helpful, but @JohanHeyvaert is right, is there any plan to update it to .net 6 at least? You've already done a great job with this repo, let's not let time squash it away!

jeffward01 commented 1 year ago

Thanks a lot for sharing this project @kgrzybek it is very helpful, but @JohanHeyvaert is right, is there any plan to update it to .net 6 at least? You've already done a great job with this repo, let's not let time squash it away!

Im sure your perfectly competent at doing this yourself too 😄 , i'm sure @kgrzybek has been busy, and would absolutely appreciate your PR

C'mon - let's not let time squash it away!

AlmarAubel commented 10 months ago

Maybe update to .net8.0? ;)

bistok commented 9 months ago

there are a Pull Request from @AlmarAubel that updated to .net 7 , and I have a fork that I updated to .NET 8, in my repro you will see not only .net update, but packages update too. https://github.com/bistok/modular-monolith-with-ddd/tree/upgrade-to-net7.0

kgrzybek commented 9 months ago

Guys, @AlmarAubel pr merged so we have 7.0 :)

I resume development of this repository and first step would be to upgrade libraries and then maybe upgrade to .NET 8.0 (I hope it will be easy)

bistok commented 9 months ago

@kgrzybek I have done the .NET migration to 8 over @AlmarAubel changes and was not that easy because updated all the packages, was various days yesterday updated nuke that was the last bit that was failing, you can see my repository and the changes. maybe I can send the PR Directly to this repository

kgrzybek commented 9 months ago

@bistok Yes, please send PR directly to this repository so I will review it quickly :)

I know there are some breaking changes in the nuke but I see you have handled them so everything should work but I will check it.

bistok commented 9 months ago

open PR #286 this will be a little bit more large to check in because the different bases, but thanks for the Review

kgrzybek commented 9 months ago

Project migrated to .NET 8.0 in #286