Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions docs/design/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,6 @@ docs/design/
└── path-helpers.md — PathHelpers unit design
```

Test code mirrors the source structure:

```text
test/DemaConsulting.NuGet.Caching.Tests/
├── NuGetCacheTests.cs — Tests for NuGetCache class
└── PathHelpersTests.cs — Tests for PathHelpers class
```

## Audience

This document is intended for:
Expand Down
2 changes: 1 addition & 1 deletion docs/design/nuget-caching/nuget-cache.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ cache. The method:

Returns the absolute path to the cached package folder.

Satisfies requirements `Caching-Lib-EnsureCached` and `Caching-Lib-NullValidation`.
Satisfies requirements `Caching-Lib-EnsureCached`, `Caching-Lib-NullValidation`, and `Caching-Lib-NotFound`.

### `TryDownloadPackageAsync` (private)

Expand Down