proudmonkey / ApiBoilerPlate

A simple yet organized project template for building ASP.NET Core APIs in .NET Core 3.1
MIT License
362 stars 76 forks source link

Trying to upgrade Nuget packages to latest version seem to break HealthChecks #16

Open improwise opened 3 years ago

improwise commented 3 years ago

Trying to upgrade Nuget packages to latest version seem to break HealthChecks. You get a lot of different build errors, some which I was unable to figure out without commenting out a lot of code. Problems can be seen by just running the solution after upgrading.

proudmonkey commented 3 years ago

@improwise

Thank for bringing this to my attention. I will update the project once .NET Core 5 is out.

improwise commented 3 years ago

Hi, just checking if there are any plans to update the project to .net core 5? Have done it locally though as it was needed when upgrading .net. Thanks.

proudmonkey commented 3 years ago

Hello @improwise - yes. It's still on-hold because my son was admitted in the hospital. I'll resume the migration hopefully next week when everything is okay. You can see the work I've started here: https://github.com/proudmonkey/AutoWrapper/tree/v5-beta

proudmonkey commented 3 years ago

Oh shoot - sorry, I realized that this is the ApiBoilerplate project and not the AutoWrapper. But yes, I'm planning to migrate this to .NET 5 as well.

improwise commented 3 years ago

Hi, a very valid reson for focusing on more imporant stuff like familly. I hope that it all turns out well for you and your son.