TypeLoadException: Could not load type ‘Microsoft.AspNetCore.Mvc.MvcJsonOptions’ from assembly ‘Microsoft.AspNetCore.Mvc.Formatters.Json Issue Description While adding Swagger to .NET Core 3.0 gives below error, TypeLoadException: Could not load...
Continue ReadingResolved: Using ‘UseMvc’ to configure MVC is not supported while using Endpoint Routing
Using ‘UseMvc’ to configure MVC is not supported while using Endpoint Routing. Issue Description .NET Core runtime gives below error, Using 'UseMvc' to configure MVC...
Continue Reading.NET Core not showing in Visual Studio 2019
.NET Core 3.0 not showing in Visual Studio 2019 My recent struggle to see .NET Core 3.0 in VS2019 finally worked out. Initially, I had...
Continue ReadingResolved: Could not find the implementation for builder @angular-devkit/build-angular:dev-server
Could not find the implementation for builder @angular-devkit/build-angular:dev-server Issue Description Angular build command gives below error, Could not find the implementation for builder @angular-devkit/build-angular:dev-server Resolution...
Continue ReadingCan not find module @angular-devkit/build-angular
Can not find module “@angular-devkit/build-angular” Issue Description: Angular build commands give below error, “Can not find module “@angular-devkit/build-angular” Resolution To fix the issue, please run...
Continue Reading