The Morning Brew #2410
Posted by Chris Alcock on Tuesday 22nd August 2017 at 06:02 am | Tagged as: .NET, Development, Morning Brew
Information
- Referencing .NET Standard Assemblies from both .NET Core and .NET Framework – Scott Hanselman
- ASP.NET Core Demystified – Action Results – Matthew Jones
- EntityFramework Core – Add an implementation of IDesignTimeDbContextFactory – Ibrahim Å uta
- ASP.NET Performance Monitoring: A Developer’s How to Guide – Matt Watson
- Using bearer tokens in ASP.NET Core – Gunnar Peipman
- Weekly Windows Dockerfile #4 – from the book Docker on Windows – Elton Stoneman
- Why you should care about serverless computing – Donna Malayeri
- Azure Tips and Tricks Part 2 – Quickly change themes in the Azure Portal – Michael Crump
- A Preview of C# 8 with Mads Torgersen – Seth Juarez & Mads Torgersen
- Migrating Complex NuGet solutions to Paket – Isaac Abraham
- Committing with Confidence: Commit Time Code Quality Information Updated – Mark Wilson-Thomas
- VS 2017 Offline Installation Folder Cleanup – Mehdi Gholam
- Running and debugging a .NET project in Rider – Maarten Balliauw
Nice article about cleaning up the VS2017 offline installation folder. I’ve added a comment to that article noting that the recent VS 2017 15.3 release includes some options for setup including
–verify, –fix, and –clean.
That latter one designed to clean up old packages in a supported manner.
The release notes to which I’m referring are at https://www.visualstudio.com/en-us/news/releasenotes/vs2017-relnotes
Search for –clean on the page.