Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
1 change: 1 addition & 0 deletions docs/design/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ Test code mirrors the source structure:

```text
Comment thread
Malcolmnixon marked this conversation as resolved.
Outdated
test/DemaConsulting.NuGet.Caching.Tests/
├── NuGetCachingTests.cs — System-level integration tests
├── NuGetCacheTests.cs — Tests for NuGetCache class
└── PathHelpersTests.cs — Tests for PathHelpers class
```
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