I was getting the following error while building my solution with VS2019 tools for msbuild
The "JavaScriptCompressorTask" task could not be loaded from the assembly Yahoo.Yui.Compressor.Build.MsBuild.dll. Could not load file or assembly 'Microsoft.Build.Utilities, Version=2.0....
Steps to add xUnit plugin to TeamCity.
xUnit tests not running or discovering inVisual Studio 2019. Solution is to install the Nuget package
Run git merge --abort to resolve "You have not concluded your merge (merge_head exists)"
A debugger operation is taking a long time to complete. Click "Cancel" to stop waiting and terminate the process.
Howw to update Ubuntu 20.04 LTS to Ubuntu 20.10 Groovy Gorilla
If you are getting the following message while commiting your commits in VSCode: Make sure you configure your user.name and user.email in git You can run these in Terminal git config --global use...
Access Hosts machine IIS website from Ubuntu Virtual machine
Moodify etc hosts in Ubuntu by opening terminal and type "sudo -i gedit /etc/hosts" to edit it.
Press F1 when VSCode is opened. Type "Shell" and select the following option: Shell Command: Install 'code' command in PATH command
Go to VS Code Settings, search for "Git tags"and uncheck the "Git: Pull tags" checkbox
Uninstall a npm package installed globally
Run Docker without sudo
How to sign Git commits in Visual Studio Code
Persistent and Non-persistent cookies in ASP.NET
While running my application via Xcode to my iPhone I noticed I was getting the following error in the log: no valid “aps-environment” entitlement string found for application" UserInfo={NSLocali...
Trouble saving sensitive data in KeyChain while running in Xcode 8 in iOS 10 simulator. It returns NO if I run in Simulator and the same code returns YES when running in physical device / iPhone
Post-Build task failing in VS 2015. C:\Program' is not recognized as an internal or external command.
Here is the solution to fix it. In Visual Studio go to "Tools" >> "Options". Select "Projects and Solutions" option. Select "Build and Run". On right hand...
Disable intellisense in SQL Server 2012
Web.config rule for a site running behind load balancer so as to redirect from http to https
If you are facing issues while using native F10, F11 keys while debugging Visual Studio in VMware Fusion you need to switch the functionality of your Mac’s function keys so as retain the original func...
You may need to change the package name for your android application due to various reasons ranging from a small typo to duplicate domain name. Changing the package name saves you the trouble of creat...
If you are looking for dynamically adding different types of "Widgets" into your screen programatically and are also interested in placing them such that many items are visible at a single i...