NuGet
Official@nuget
Offers specialized migration services for C# codebase modernization, focusing on test suite conversion and nullable reference type annotation.
Agent Skills by NuGet
Showing 7 vetted skills indexed across 1 GitHub repositories.
cherry-pick-commit
Cherry-picks commits onto release branches and opens backport pull requests.
breaking-change
Files .NET breaking-change documentation issues and drafts notification emails for labeled NuGet changes.
nuget-restore-repro-triage
Writes C# tests reproducing NuGet restore bugs from GitHub issues.
create-pr
Creates or updates GitHub pull requests using the NuGet.Client PR template via gh CLI.
pr-review
Reviews NuGet.Client pull requests with builds, tests, and severity-tagged findings.
apex-migration
Migrate NuGet PowerShell E2E tests to C# Apex tests preserving scenarios and assertions.
nullable-enablement
Migrate NuGet.Client files from `#nullable disable` to annotated C# nullable reference types.
Frequently Asked Questions About NuGet
FAQPage SchemaWhat specific tasks are enabled by these migration capabilities?▼
These capabilities enable the systematic conversion of legacy PowerShell-based test suites into C# Apex tests and the comprehensive migration of source files to support nullable reference types. These processes ensure codebases remain compatible with modern compiler safety standards and maintain functional parity during refactoring.
Which target personas benefit from these migration skills?▼
These skills are designed for software engineers, maintainers, and technical leads managing large-scale C# repositories. They are particularly relevant for teams tasked with technical debt reduction, improving type safety, and modernizing legacy test infrastructure to align with current industry standards.
What are the prerequisites for implementing these migration processes?▼
Implementation requires a C# environment and familiarity with the target repository structure. Users must ensure their project configuration supports the specific language versioning required for nullable reference types and have the necessary infrastructure to execute Apex-based test suites post-migration.