How to create a NuGet metapackage
A guide on creating a NuGet metapackage (a package that references other packages) using the .NET CLI, covering common pitfalls and solutions.
A guide on creating a NuGet metapackage (a package that references other packages) using the .NET CLI, covering common pitfalls and solutions.
Key considerations for migrating from ASP.NET to ASP.NET Core 2, covering Dependency Injection, project files, and Razor Pages.
Guide to creating custom build configurations (beyond Debug/Release) for .NET Core projects using MSBuild scripts.
A guide to creating custom .NET CLI tools, focusing on building 'dotnet init' to simplify NuGet package metadata setup in .csproj files.
A guide to manually editing .csproj files for better performance and control, including tips on cleaning up XML and using extensions.
A developer's guide to getting started with the .NET Core Tools MSBuild 'alpha', covering installation, project creation, and configuration.
A developer introduces a tool to analyze .NET project files, extracting build info and dependencies to automate manual tasks.
A guide to manually editing a Visual Studio .csproj file to make a file appear as a child item of another in the Solution Explorer.