Amitpnk / Onion-architecture-ASP.NET-Core

WhiteApp API solution template which is built on Onion Architecture with all essential feature using .NET 5!
https://marketplace.visualstudio.com/items?itemName=AmitNaik.OnionArchitecture
MIT License
839 stars 154 forks source link

Net Core version 5 Template? #33

Closed aloksharma1 closed 3 years ago

aloksharma1 commented 3 years ago

Hello,

can you release a net core 5 version of the project or guide us how to do the upgrades ourselves. i tried using updated assemblies and framework target but it broke the project for me.

thanks

Amitpnk commented 3 years ago

hi @aloksharma1 , Sure will plan .Net 5 version in few days. or you can share detail of error or even screenshot of it. I can help you on it.

aloksharma1 commented 3 years ago

hi, thanks for replying... most issues are coming from health checks upgrade (it cant find db config implementations) and some issues with mediator.. you can see them just by changing target framework and upgrading the dll versioons from nuget or dotnet cli.

Amitpnk commented 3 years ago

Regarding Health check, yes even I found there is some issue on it when I check few months back. sure will try to upgrade to .net 5 next month when I get free time.. you can watch this repo for any changes on it.

Amitpnk commented 3 years ago

Hi @aloksharma1 ,

I have upgraded .net 5 with healthcheck feature. You can take latest code

Regards, Amit Naik