Архив рубрики: Блог

Статьи, заметки…

Free Up Disk Space in WSL: The Ultimate Guide to Shrinking Your WSL Disk Image

If your WSL (Windows Subsystem for Linux) keeps growing in size, it’s not your imagination. Over time, cache files, Docker layers, and temporary data pile up inside your Linux instance — and your .vhdx file silently balloons.

Here’s a quick, proven way to reclaim gigabytes of storage without reinstalling WSL.

Читать далее

.NET 10 Makes LINQ Smarter, Faster, and Truly Asynchronous

The .NET 10 version will change LINQ.

LINQ has served as a core element of .NET development for ten years allowing clear data querying across collections, databases along with other items. But with the .NET 10 release, Microsoft is making a big change that will redefine how developers use LINQ in asynchronous situations.

Читать далее

.Net — Resolving the “project.assets.json doesn’t have a target for net6.0”

After upgrading an project from .NET 6.0 to .NET 8.0, you may encounter the following error when trying to publish the project to IIS:

‘.\obj\project.assets.json’ doesn’t have a target for ‘net6.0’. Ensure that restore has run and that you have included ‘net6.0’ in the TargetFrameworks for your project.

Читать далее