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 ReadingLogging in .NET Core Windows Forms or WPF Application
Logging in .NET Core Windows Forms or WPF Application In this article, we will learn, how to add Logging in .NET Core Windows Forms or...
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 ReadingCreate Self Contained Single Exe (Executable) in .NET Core
Create Self Contained Single Exe (Executable) in .NET Core Recently I had the requirement for loading multiple DLLs into a single EXE file. I had...
Continue Reading