WebAPI project upgrade from .Net 6.0 to .Net 8.0 gives error Multiple constructors accepting all given argument found in type AspNetCoreApi.Startup
I have to upgrade WebAPI .Net core application from 6.0 to 8.0. From Visual Studio installed, I installed .Net SDK 8.0.0 (X64) on my local. I installed upgrade assistant and upgraded to .NET 8.0.
My .csproj file show TargetFramework 8.0 now.
WebAPI project upgrade from .Net 6.0 to .Net 8.0 gives error Multiple constructors accepting all given argument found in type AspNetCoreApi.Startup
I have to upgrade WebAPI .Net core application from 6.0 to 8.0. From Visual Studio installed, I installed .Net SDK 8.0.0 (X64) on my local. I installed upgrade assistant and upgraded to .NET 8.0.
My .csproj file show TargetFramework 8.0 now.
Visual Studio 2022 and .Net 8.0
Why does my Visual Studio Professional not show the target platform .Net 8.0?
Oracle ole db provider in visual studio 2022
Can we use Oracle OLE DB 32 bit or 64 bit driver with visual studio SSDT 2022?
Why do I need to install/update .NET 7.0 if I’m running .NET 8.0?
I’m not exactly ‘new’ to programming, but a lot has changed in 35 years. The last I dealt with was FORTRAN77. So forgive me if I’m missing something obvious.