.NET CORE

{Solved} Key needs to be greater than 0 – Issue with ilmerge

Hello there and welcome to my blog. In today’s blog I will discuss about the error – “Key needs to be greater than 0” error with ilmerge and how to get around that. I had a class library project where I was referencing Microsoft Graph SDK packages to interact with SharePoint. And before I deploying …

{Solved} Key needs to be greater than 0 – Issue with ilmerge Read More »

How to use app.config or configuration files in .NET Core Console Application

Hello everyone and welcome to my blog. In today’s blog I will show you on how to use configuration files in .NET Core console application. For .NET framework applications we always use the app.config to store our configuration values for the application. In .NET Core, instead of App.Config file, we need to use appsettings.json file. …

How to use app.config or configuration files in .NET Core Console Application Read More »