MongoDB Mock and Unit Test a method returning IAsyncCursor In this article, I shall talk about how to perform MongoDB Mock and Unit Test 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 ReadingResolved: The modifier is not valid in C#. Use language version and greater
The modifier is not valid in C#.Use language version and greater Issue Description .NET build (MSBuild or Visual Studio) gives below or similar format of...
Continue ReadingResolved: Feature ‘using declarations’ is not available in C#
Feature ‘using declarations’ is not available in C# 7.3. Please use language version 8.0 or greater Issue Description .NET build (MSBuild or Visual Studio) gives...
Continue ReadingResolved:InvalidOperationException- No method public static IHostBuilder CreateHostBuilder
System.InvalidOperationException : No method public static IHostBuilder CreateHostBuilder Issue Description: .NET Core Integration Testing runtime gives below error, System.InvalidOperationException : No method ‘public static IHostBuilder...
Continue Reading