Skip to content

Latest commit

 

History

History
132 lines (100 loc) · 14.2 KB

project-overview.md

File metadata and controls

132 lines (100 loc) · 14.2 KB
date-generated tool
2022-11-22 06:33:34 -0800
NuGetTasks.GenerateMarkdownDoc

NuGet Project Overview

Below is a list of projects contained in the NuGet.Client repo, organized by product and test projects.

Product Projects

All shipped NuGet libraries and clients in src/ folder.

Projects in section: 37

src\NuGet.Clients

src\NuGet.Core

Core Unit Test Projects

Unit tests for libraries and some clients. Located in test/ folder.

Projects in section: 18

test\NuGet.Core.Tests

Visual Studio Test Projects

Projects in section: 11

test\NuGet.Clients.Tests

Functional Test Projects

Projects in section: 10

test\NuGet.Clients.FuncTests

test\NuGet.Clients.Tests

  • NuGet.CommandLine.Test.csproj: An end-to-end test suite for NuGet.CommandLine. Contains tests for every nuget.exe CLI command. Overlaps in tests with NuGet.CommandLine.FuncTest.

test\NuGet.Core.FuncTests

test\NuGet.Core.Tests