Problem If you write a VS extension, you can get access to VS services with the IServiceProvider interface: var vsUIShell […]
Tag: visual-studio
Resharper: Unit of measure is redundant
Problem Resharper complain if you have code like this: border-width: 0px 1px 1px 0px; and insists that units should be […]