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 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 ReadingResolved: A serializer of type ObjectSerializer is not configurable using BsonRepresentationAttribute
System.NotSupportedException: A serializer of type ObjectSerializer is not configurable using an attribute of type BsonRepresentationAttribute Issue Description MongoDB C# driver gives below error, System.NotSupportedException: A...
Continue ReadingHow to Autogenerate C# Class using JSON or JSON Schema
Autogenerate C# Class using JSON string or JSON Schema Today in this article, we will see a few techniques of how to autogenerate C# Class...
Continue ReadingLog Error: Expected invocation on the mock exactly times, but was 0 times
Log Error: Expected invocation on the mock exactly times, but was 0 times Issue Description The unit testing logger method produces errors while mocking logger...
Continue Reading