In C# code, you can’t provide an empty array as a default parameter value because it is not a compile-time constant. One way to work around this limitation is to…
Tag: CupOfCode
You can use below batch script file to clean up old log files in a Windows environment: rem Script to clean up log files in a Windows environment @echo off…
Linux basic commands
Posted in Education, and WhoCodeFirst
Useful Linux basic commands ! Happy Learning!
C#/.Net Projects – Security scan issue
Posted in Education, and WhoCodeFirst
Currently, I have added the build step in the TeamCity pipeline and scanned the C#/.Net projects using Synk security scan. After completing the build the ‘Snyk Security Report’ was not…
When select add reference on any project new or old I get the following error in the visual studio 2017/2019 VS 2017/2019 Add a reference causes error: Error HRESULT E_FAIL…