Debugging ASP.Net Core in VS or CodeLearn how John became a fan of VS Code for TypeScript and how they managed to debug ASP.Net Core using the extension for C#.John Reilly·Mar 28·3 min readFollowvs codevisual studioasp.net
Visual Studio, tsconfig.json and external TypeScript compilationVisual Studio will not gain support for tsconfig.json until TypeScript 1.8, so using external compilation may be preferable.John Reilly·Feb 19·6 min readFollowvisual studiowebpackazure devopstypescript
Gulp, npm, long paths and Visual Studio.... Fight!Installing gulp-angular-templatecache plugin caused issues with Visual Studio. A temporary solution is to install lodash.bind at root level.John Reilly·Dec 12·3 min readFollowvisual studionode.js
Using Gulp in Visual Studio instead of Web OptimizationThe ASP.NET team may replace Web Optimization with Grunt or Gulp. John Reilly tried out Gulp, which concatenates, minimises & version-numbers files.John Reilly·Nov 4·10 min readFollowvisual studiotypescriptjavascriptnode.js
Team Foundation Server, Continuous Integration and separate projects for JavaScript unit testsLearn how to run JavaScript tests on TFS/VSO by creating a separate unit test project to house tests, and installing Chutzpah on TFS/VSO.John Reilly·May 15·3 min readFollowautomated testingvisual studio
IE 10 Install Torches JavaScript Debugging in Visual Studio 2012 Through Auto Update (Probably)Learn how to fix missing Script Documents when debugging JavaScript in Visual Studio 2012, likely caused by auto-updating from IE9 to IE10.John Reilly·Apr 17·2 min readFollowvisual studiojavascript