KitStack.Fakes
0.1.6
dotnet add package KitStack.Fakes --version 0.1.6
NuGet\Install-Package KitStack.Fakes -Version 0.1.6
<PackageReference Include="KitStack.Fakes" Version="0.1.6" />
<PackageVersion Include="KitStack.Fakes" Version="0.1.6" />
<PackageReference Include="KitStack.Fakes" />
paket add KitStack.Fakes --version 0.1.6
#r "nuget: KitStack.Fakes, 0.1.6"
#:package KitStack.Fakes@0.1.6
#addin nuget:?package=KitStack.Fakes&version=0.1.6
#tool nuget:?package=KitStack.Fakes&version=0.1.6
KitStack.Fakes
KitStack.Fakes contains an in-memory fake storage provider used for unit tests and local development.
This package implements IFileStorageManager without external dependencies by keeping file content in memory and exposes IFakeFileStore so tests can inspect and manipulate the stored state.
Usage
- Register the fake provider using
AddInMemoryFakeStoragein test or development DI setups. - Use
IFakeFileStorein tests to assert stored files or clear the store between test runs.
For full documentation and examples, see the project repository: https://github.com/ghaith100994/KitStack.Storage
License
Apache-2.0
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net10.0
- KitStack.Abstractions (>= 0.1.6)
- Microsoft.AspNetCore.Http.Abstractions (>= 2.3.9)
- Microsoft.Extensions.Configuration.Binder (>= 10.0.2)
- Microsoft.Extensions.Options (>= 10.0.2)
- SixLabors.ImageSharp (>= 3.1.12)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on KitStack.Fakes:
| Package | Downloads |
|---|---|
|
KitStack.AspNetCore
KitStack ASP.NET Core integration helpers for KitStack storage providers. |
GitHub repositories
This package is not used by any popular GitHub repositories.