IServiceCollection doesn’t contain a definition of AddSwaggerGen Issue Description Swagger doesn’t recognize AddSwaggerGen after adding swagger NuGet package i.e Swashbuckle. IServiceCollection’ does not contain a...
Continue ReadingContinuous Code Quality of .NET with SonarQube
Code Quality of .NET using SonarQube in Visual Studio Most of us understand the importance of code quality. Good coding practices are language agnostics and...
Continue ReadingUse OAuth2 Authorization Token in swagger .NET Core
Use OAuth2 Authorization Token in swagger .NET Core In this post, we will see how to Use OAuth2 Authorization Token in swagger .NET Core. Swagger...
Continue ReadingResolved: TypeLoadException: Could not load type ‘Microsoft.AspNetCore.Mvc.MvcJsonOptions’ swagger error
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 ReadingASP.NET Core – Basic Authentication with example
Basic Authentication in ASP.NET Core with example Today in this article we will learn how to secure ASP.NET Core API using Basic Authentication in .NET...
Continue Reading