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 ReadingHow to Create Simple ASMX Web Services
How to Create Simple ASMX Web Services In this article, we will see how to create ASMX web services then consume it any ASP.NET or...
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