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…
Tag: WhoCodeFirst
Synk security scan for c# or .net projects
Posted in Education, and WhoCodeFirst
“Synk” is a security scanning tool that can be used to analyze C# and .NET projects for vulnerabilities and misconfigurations. It can detect common security issues such as SQL injection,…
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…