Jan David Narkiewicz (Developer)
Sunday, December 16, 2018
Git: Alternate Credentials in Azure DevOps (a.k.a. how not login with your email and Microsoft password)
›
Microsoft provides multiple types of Git repositories, Azure DevOps (formally known as TFS and Visual Studio Online) and GitHub. When access...
1 comment:
Thursday, December 13, 2018
Git on OS/X in Visual Studio Code
›
Getting Git to work with Visual Studio Code on OS/X takes a bit of finagling If interested, read on. Install Git OS/X has Git installed b...
Saturday, May 12, 2018
Ubuntu (for the color blind developer): Removing colors from ls
›
The Ubuntu virtual machine I created under Azure displays the output from ls as follows: The file names are in light grey and the direc...
Thursday, May 10, 2018
From JSON to C#
›
The problem is common. As a developer you are handed JSON (mostly likely from a RESTful web service). From said JSON you need to generated ...
Saturday, May 5, 2018
StyleCop: Setting to use it for a Solution with multiple Project Types (.NET Framework, .NET Core and .NET Standard Library)
›
StyleCop is a static code analysis tool from Microsoft targeting C# applications that is elegantly integrates with Visual Studio. In layman...
Wednesday, May 2, 2018
Visual Studio (file linking): using Solution-level files in Projects
›
In Visual Studio there are times when it makes sense to share a non-code file between multiple projects in a solution. One such scenario is ...
‹
›
Home
View web version