nuget Skill
Upgrade, add, remove, or review NuGet package references and dependencies in this repo. Use when changing version.json, Directory.Packages.props, <PackageReference/ elements in .csproj files, or diagnosing dependency conflicts. Published by microsoft in service-fabric-dotnet.
What is nuget Skill?
Upgrade, add, remove, or review NuGet package references and dependencies in this repo. Use when changing version.json, Directory.Packages.props, <PackageReference/ elements in .csproj files, or diagnosing dependency conflicts. Published by microsoft in service-fabric-dotnet. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Testing
- Testing use cases
Technical details
- Install or run with Copy skill directory
When to use nuget Skill
- Use it for testing.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/service-fabric-dotnet
- Skill file: .github/skills/nuget/SKILL.md
What it does
Upgrade, add, remove, or review NuGet package references and dependencies in this repo. Use when changing version.json, Directory.Packages.props, <PackageReference/ elements in .csproj files, or diagnosing dependency conflicts.
Skill instructions
NuGet Package Guidelines Definition of terms: - Library is a project in this repo. Most libraries build NuGet packages. - Test is a project in this repo. Most test projects test a single library. - Dependency is a NuGet package consumed by this repo. - TFM is a TargetFramework moniker like net8.0, net462, etc. Organization - Use Central Package Management. All libraries must be tested with the same dependencies so that they can all be loaded by the same consumer. - Set CentralPackageTransitivePinningEnabled to true. Transitive dependencies pinned in the Directory.Packages.props don't have to be referenced in every project separately. - Make Directory.Build.props place all build outputs in the root of the repository to detect transitive dependency conflicts as double-writes in the MSBuild structured .binlog and allow this skill to find project assets. xml <BaseOutputPath$(MSBuildThisFileDirectory)bin</BaseOutputPath <BaseIntermediateOutputPath$(MSBuildThisFileDirectory)obj$(MSBuildPro
Explore related resources
Frequently asked questions
What is nuget?
nuget is a open-source AI agent skill with Copy skill directory. Upgrade, add, remove, or review NuGet package references and dependencies in this repo. Use when changing version.json, Directory.Packages.props, <PackageReference/ elements in .csproj files, or diagnosing.
Who is nuget best for?
nuget is best for reusing agent instructions, scripts, and references, testing workflows.
How do I install nuget?
Install or run nuget using Copy skill directory. Check nuget for the latest setup command.
Is nuget actively maintained?
nuget may need a closer maintenance check before production use.
Auto-fetched from GitHub.