Loading...
Loading...
Found 6 Skills
Manage NuGet packages in .NET projects/solutions. Use this skill when adding, removing, or updating NuGet package versions. It enforces using `dotnet` CLI for package management and provides strict procedures for direct file edits only when updating versions.
Manage NuGet packages using Central Package Management (CPM) and dotnet CLI commands. Never edit XML directly - use dotnet add/remove/list commands. Use shared version variables for related packages.
Managing local .NET tools with dotnet-tools.json for consistent tooling across development environments and CI/CD pipelines.
Using System.CommandLine 2.0. Commands, options, SetAction, custom parsing, middleware, testing.
C# and .NET development expert using the dotnet CLI.
Builds .NET 10 file-based C# apps. Directives, CLI commands, csproj migration.