Foundatio 13.0.0-beta5

FoundatioFoundatio

Build status NuGet Version feedz.io Discord

Pluggable foundation blocks for building loosely coupled distributed apps.

โœจ Why Choose Foundatio?

  • ๐Ÿ”Œ Pluggable implementations - Swap Redis, Azure, AWS, or in-memory with no code changes
  • ๐Ÿงช Developer friendly - In-memory implementations for fast local development and testing
  • ๐Ÿ’‰ DI native - Built for Microsoft.Extensions.DependencyInjection
  • ๐ŸŽฏ Interface-first - Code against abstractions, not implementations
  • โšก Production ready - Battle-tested in high-scale applications
  • ๐Ÿ”„ Consistent APIs - Same patterns across caching, queues, storage, and more

๐Ÿงฑ Core Building Blocks

Feature Description
Caching In-memory, Redis, and hybrid caching with automatic invalidation
Queues Reliable message queuing with Redis, Azure, AWS SQS
Locks Distributed locking and throttling
Messaging Pub/sub with Redis, RabbitMQ, Kafka, Azure Service Bus
Jobs Background job processing with queue integration
File Storage Unified file API for disk, S3, Azure Blob, and more
Resilience Retry policies, circuit breakers, and timeouts

๐Ÿš€ Quick Start

dotnet add package Foundatio
// Caching
ICacheClient cache = new InMemoryCacheClient();
await cache.SetAsync("user:123", user, TimeSpan.FromMinutes(5));
var cached = await cache.GetAsync<User>("user:123");

// Queuing
IQueue<WorkItem> queue = new InMemoryQueue<WorkItem>();
await queue.EnqueueAsync(new WorkItem { Data = "Hello" });
var entry = await queue.DequeueAsync();

// File Storage
IFileStorage storage = new InMemoryFileStorage();
await storage.SaveFileAsync("docs/readme.txt", "Hello World");

// Distributed Locks
ILockProvider locker = new CacheLockProvider(cache, messageBus);
await using var handle = await locker.AcquireAsync("resource-key");

๐Ÿ“ฆ Provider Implementations

Provider Caching Queues Messaging Storage Locks
In-Memory โœ… โœ… โœ… โœ… โœ…
Redis โœ… โœ… โœ… โœ… โœ…
Azure Storage โœ… โœ…
Azure Service Bus โœ… โœ…
AWS (S3/SQS/SNS) โœ… โœ… โœ…
RabbitMQ โœ…
Kafka โœ…
Minio โœ…
Aliyun โœ…
SFTP โœ…

๐Ÿ“š Learn More

๐Ÿ‘‰ Complete Documentation

Core Features

  • Getting Started - Installation and setup
  • Caching - In-memory, Redis, and hybrid caching with invalidation
  • Queues - FIFO message delivery with lock renewal and retry policies
  • Locks - Distributed locking with null handling patterns
  • Messaging - Pub/sub with size limits and notification patterns
  • File Storage - Unified file API across providers
  • Jobs - Background job processing and hosted service integration

Advanced Topics

๐Ÿ“ฆ CI Packages (Feedz)

Want the latest CI build before it hits NuGet? Add the Feedz source and install the pre-release version:

dotnet nuget add source https://f.feedz.io/foundatio/foundatio/nuget -n foundatio-feedz
dotnet add package Foundatio --prerelease

Or add to your NuGet.config:

<configuration>
  <packageSources>
    <add key="foundatio-feedz" value="https://f.feedz.io/foundatio/foundatio/nuget" />
  </packageSources>
  <packageSourceMapping>
    <packageSource key="foundatio-feedz">
      <package pattern="Foundatio.*" />
    </packageSource>
  </packageSourceMapping>
</configuration>

๐Ÿค Contributing

Contributions are welcome! Please feel free to submit a Pull Request. See our documentation for development guidelines.

Development Setup:

  1. Clone the repository
  2. Open Foundatio.slnx in Visual Studio or VS Code
  3. Run dotnet build to build
  4. Run dotnet test to run tests
  • Foundatio.Mediator - Blazingly fast, convention-based C# mediator powered by source generators

๐Ÿ“„ License

Apache 2.0 License

Thanks to all the people who have contributed

contributors

Showing the top 20 packages that depend on Foundatio.

Packages Downloads
Foundatio.Kafka
Pluggable foundation blocks for building distributed apps.
4
Foundatio.Kafka
Pluggable foundation blocks for building distributed apps.
6
Foundatio.Kafka
Pluggable foundation blocks for building distributed apps.
14
Foundatio.Kafka
Pluggable foundation blocks for building distributed apps.
15
Foundatio.Kafka
Pluggable foundation blocks for building distributed apps.
17
Foundatio.Kafka
Pluggable foundation blocks for building distributed apps.
20
Foundatio.Kafka
Pluggable foundation blocks for building distributed apps.
21
Foundatio.Kafka
Pluggable foundation blocks for building distributed apps.
22
Foundatio.Kafka
Pluggable foundation blocks for building distributed apps.
23

https://github.com/FoundatioFx/Foundatio/releases

Version Downloads Last updated
13.0.0-beta6 0 04/15/2026
13.0.0-beta5 1 04/16/2026
13.0.0-beta4 1 04/15/2026
13.0.0-beta3 5 02/16/2026
13.0.0-beta2 5 02/17/2026
13.0.0-beta1 7 01/17/2026
12.0.0 14 08/26/2025
11.1.0 19 05/17/2025
11.0.8 18 03/01/2025
11.0.7 20 03/01/2025
11.0.6 19 01/19/2025
11.0.5 18 01/19/2025
11.0.4 18 01/19/2025
11.0.3 18 01/19/2025
11.0.2 18 01/18/2025
11.0.1 17 01/18/2025
11.0.0 18 01/19/2025
10.7.1 20 01/19/2025
10.7.0 21 03/12/2024
10.6.1 19 03/01/2024
10.6.0 20 08/18/2023
10.5.0 19 03/01/2024
10.4.0 21 03/16/2024
10.3.1 19 03/12/2024
10.3.0 20 03/12/2024
10.2.5 20 03/12/2024
10.2.4 19 03/01/2024
10.2.3 21 03/12/2024
10.2.2 19 01/04/2024
10.2.1 21 02/08/2024
10.2.0 21 03/02/2024
10.1.4 18 03/01/2024
10.1.3 20 03/13/2024
10.1.2 20 12/13/2023
10.1.1 21 03/01/2024
10.1.0 21 03/12/2024
10.0.2 23 03/13/2024
10.0.1 21 03/13/2024
10.0.0 20 03/13/2024
10.0.0-beta9 17 03/16/2024
10.0.0-beta8 18 03/16/2024
10.0.0-beta7 19 03/17/2024
10.0.0-beta6 21 03/17/2024
10.0.0-beta5 19 03/17/2024
10.0.0-beta3 18 03/03/2024
10.0.0-beta2 16 03/16/2024
10.0.0-beta10 18 03/17/2024
10.0.0-beta1 20 02/27/2024
10.0.0-alpha3 21 03/22/2024
10.0.0-alpha2 20 03/17/2024
10.0.0-alpha1 22 03/17/2024
9.1.1 19 03/13/2024
9.1.0 17 01/26/2024
9.0.0 20 03/13/2024
8.1.2126 19 03/02/2024
8.1.2058 18 03/15/2024
8.1.2027 17 03/16/2024
8.0.1965 19 03/18/2024
8.0.1948 18 03/17/2024
7.1.1845 19 03/03/2024
7.1.1841 19 03/02/2024
7.1.1837 20 03/03/2024
7.1.1833 19 03/03/2024
7.0.1831 18 03/13/2024
7.0.1818 19 03/13/2024
7.0.1738 19 03/13/2024
7.0.1706 18 03/14/2024
6.0.1586 16 01/19/2025
5.1.1562 19 03/02/2024
5.1.1521 18 03/16/2024
5.1.1515 19 03/16/2024
5.1.1501 19 03/16/2024
5.1.1498 16 03/16/2024
5.1.1492 18 03/16/2024
5.1.1490 18 03/16/2024
5.1.1474 19 03/16/2024
5.1.1470 17 03/16/2024
5.1.1457 17 03/16/2024
5.1.1448 20 03/17/2024
5.1.1443 17 03/17/2024
5.0.1336 21 03/14/2024
5.0.1334 18 03/22/2024
5.0.1331 19 03/16/2024
5.0.1329-pre 15 03/02/2024
5.0.1328-pre 18 03/02/2024
5.0.1327-pre 15 03/16/2024
5.0.1326-pre 16 03/02/2024
5.0.1324-pre 18 03/06/2024
4.3.1323-pre 16 03/03/2024
4.3.1319 17 03/17/2024
4.3.1317 18 03/17/2024
4.3.1316 18 03/16/2024
4.3.1315 18 03/17/2024
4.3.1314 17 03/02/2024
4.3.1312 17 03/17/2024
4.3.1311-pre 17 03/03/2024
4.3.1307 19 03/03/2024
4.3.1306 19 03/16/2024
4.3.1305 19 03/17/2024
4.3.1304-pre 20 03/18/2024
4.3.1303-pre 16 03/19/2024
4.3.1301 19 03/16/2024
4.3.1299 20 03/17/2024
4.3.1297 17 03/16/2024
4.3.1293 18 03/16/2024
4.3.1292 19 03/16/2024
4.3.1291 19 03/17/2024
4.3.1290 20 03/17/2024
4.3.1289 18 03/16/2024
4.3.1288 18 03/16/2024
4.3.1286 18 03/17/2024
4.3.1282 18 03/14/2024
4.3.1281 17 03/16/2024
4.3.1280 19 03/16/2024
4.3.1276-pre 18 03/02/2024
4.3.1177-pre 17 03/17/2024
4.3.1164-pre 16 02/27/2024
4.2.1205-pre 17 03/18/2024
4.2.1183 18 03/16/2024
4.2.1179 17 03/17/2024
4.2.1176 17 01/19/2025
4.2.1172 19 03/03/2024
4.2.1171-pre 16 03/17/2024
4.2.1169 16 01/19/2025
4.2.1167-pre 17 03/18/2024
4.2.1166-pre 19 03/03/2024
4.2.1161 19 03/16/2024
4.2.1156-pre 18 03/18/2024
4.2.1155 19 03/16/2024
4.2.1150 18 03/16/2024
4.2.1149-pre 19 03/17/2024
4.2.1148-pre 19 03/03/2024
4.2.1147-pre 16 03/18/2024
4.2.1146-pre 16 03/17/2024
4.2.1137 19 03/17/2024
4.2.1129-pre 15 03/02/2024
4.2.1128-pre 18 03/03/2024
4.2.1127-pre 17 03/18/2024
4.2.1126-pre 15 03/02/2024
4.2.1125-pre 16 03/03/2024
4.2.1123-pre 19 03/03/2024
4.2.1119-pre 19 03/02/2024
4.2.1113-pre 18 03/18/2024
4.2.1108-pre 14 03/02/2024
4.2.1107-pre 15 03/18/2024
4.2.1104-pre 16 03/03/2024
4.2.1099-pre 18 03/17/2024
4.2.1098-pre 17 03/16/2024
4.2.1093-pre 17 03/03/2024
4.2.1091-pre 17 03/02/2024
4.2.1090-pre 18 03/05/2024
4.2.1089-pre 17 03/18/2024
4.2.1087-pre 18 03/17/2024
4.2.1083-pre 15 03/05/2024
4.2.1082-pre 16 03/02/2024
4.2.1081-pre 16 03/17/2024
4.2.1079-pre 15 03/18/2024
4.2.1078-pre 18 03/03/2024
4.2.1073-pre 16 03/17/2024
4.2.1070-pre 16 03/02/2024
4.2.1069-pre 15 03/18/2024
4.2.1059-pre 17 03/02/2024
4.2.1046-pre 19 03/02/2024
4.2.1031-pre 16 03/03/2024
4.2.1028-pre 18 03/02/2024
4.2.1027-pre 18 03/17/2024
4.1.1009 19 03/03/2024
4.1.1002-pre 17 03/16/2024
4.1.995-pre 21 03/03/2024
4.1.989-pre 20 03/05/2024
4.1.983-pre 16 03/02/2024
4.1.982-pre 15 03/02/2024
4.1.978-pre 18 03/02/2024
4.1.977-pre 18 03/05/2024
4.1.975-pre 19 03/02/2024
4.0.958 15 03/17/2024
4.0.957 16 03/17/2024
4.0.956 17 03/17/2024
4.0.955 17 03/16/2024
4.0.941 17 03/18/2024
4.0.940 16 03/16/2024
4.0.925 18 03/16/2024
4.0.922 15 03/16/2024
4.0.909 18 03/17/2024
4.0.880 14 03/17/2024
4.0.869 18 03/16/2024
4.0.864 17 03/17/2024
4.0.861 15 03/17/2024
4.0.860 17 03/17/2024
4.0.857 17 03/16/2024
4.0.855 15 03/03/2024
4.0.846 15 03/18/2024
4.0.842 16 03/17/2024
4.0.836 16 03/17/2024
4.0.835 15 01/19/2025
4.0.834 18 03/18/2024
4.0.832 15 03/18/2024
4.0.831 16 01/19/2025
4.0.829 18 03/17/2024
4.0.828 16 03/22/2024
4.0.827 16 03/17/2024
4.0.826 15 03/17/2024
4.0.825 19 03/17/2024
4.0.821 17 03/17/2024
4.0.819 17 03/17/2024
4.0.818 16 03/16/2024
4.0.816 16 03/17/2024
4.0.815 17 03/17/2024
4.0.814 20 03/22/2024
4.0.813 18 03/03/2024
4.0.812 17 03/16/2024
4.0.811 17 03/17/2024
4.0.810 17 03/16/2024
4.0.809 16 03/17/2024
4.0.805 17 03/03/2024
4.0.797 20 03/17/2024
4.0.796 14 03/16/2024
4.0.794 20 03/17/2024
4.0.793 18 03/16/2024
4.0.792 16 03/16/2024
4.0.791 16 03/17/2024
4.0.790 18 03/16/2024
4.0.788 17 03/17/2024
4.0.774 16 03/03/2024
4.0.773 14 03/22/2024
4.0.772 15 03/16/2024
4.0.770 16 03/17/2024
4.0.769 16 03/27/2024
4.0.762 19 03/16/2024
4.0.761 16 03/17/2024
4.0.760 16 03/16/2024
4.0.759 19 03/17/2024
4.0.758 16 03/16/2024
4.0.757 17 03/17/2024
4.0.756 17 03/17/2024
4.0.755 17 03/22/2024
4.0.754 17 03/16/2024
4.0.753 18 03/17/2024
4.0.752 18 03/17/2024
4.0.750 17 03/17/2024
4.0.749 17 03/22/2024
4.0.747 17 03/17/2024
4.0.746 16 03/17/2024
4.0.744 15 03/16/2024
4.0.743 15 03/17/2024
4.0.742 15 03/17/2024
4.0.741 17 03/17/2024
4.0.739 16 03/16/2024
4.0.738 15 03/14/2024
4.0.734 16 03/16/2024
4.0.733-beta 20 03/17/2024
4.0.672 16 03/17/2024
4.0.669 18 03/17/2024
4.0.668 16 03/17/2024
3.0.654 16 03/13/2024
3.0.646 17 03/13/2024
3.0.645 17 03/12/2024
3.0.644 17 03/12/2024
3.0.639 16 03/13/2024
3.0.638 17 03/13/2024
3.0.637 17 03/13/2024
3.0.635 16 03/13/2024
3.0.633 17 03/13/2024
3.0.632 14 03/03/2024
3.0.629 16 03/13/2024
3.0.626 18 03/13/2024
3.0.625 15 03/13/2024
3.0.624 16 03/13/2024
3.0.623 17 03/02/2024
3.0.622 15 03/13/2024
3.0.621 16 03/12/2024
3.0.620 15 03/22/2024
3.0.613 16 03/13/2024
3.0.611 16 03/02/2024
3.0.610 14 03/12/2024
3.0.606 16 03/13/2024
3.0.605 15 03/02/2024
3.0.603 17 03/13/2024
3.0.601 15 03/13/2024
3.0.600 18 03/13/2024
3.0.599 15 03/22/2024
3.0.598 17 03/13/2024
3.0.592 18 03/13/2024
3.0.589 16 03/13/2024
3.0.588 14 03/02/2024
3.0.586 17 03/13/2024
3.0.584 15 03/13/2024
3.0.583 18 03/13/2024
3.0.581 16 03/13/2024
3.0.579 16 03/13/2024
3.0.576 16 03/12/2024
3.0.575 19 03/12/2024
3.0.574 17 03/13/2024
3.0.569 16 03/13/2024
3.0.568 17 03/02/2024
3.0.566 19 03/12/2024
3.0.548 18 03/13/2024
3.0.545 18 03/12/2024
3.0.538 17 03/13/2024
3.0.537 15 03/12/2024
3.0.536 12 01/18/2025
3.0.534 19 03/13/2024
3.0.532 19 03/13/2024
3.0.531 16 01/19/2025
3.0.524 17 03/13/2024
3.0.523 15 03/13/2024
3.0.522 17 03/12/2024
3.0.520 16 03/13/2024
3.0.519 16 03/13/2024
3.0.518 18 03/02/2024
3.0.517 16 03/13/2024
3.0.516 14 03/13/2024
3.0.514 17 03/12/2024
3.0.513 17 03/13/2024
3.0.512 17 03/22/2024
3.0.509 17 03/13/2024
3.0.507 16 03/12/2024
3.0.505 15 03/13/2024
3.0.503 18 03/16/2024
3.0.502 15 03/13/2024
3.0.479 18 03/13/2024
3.0.476 18 03/13/2024
3.0.471 17 03/13/2024
3.0.470 16 03/13/2024
3.0.469 17 03/13/2024
3.0.468 18 03/13/2024
3.0.467 17 03/13/2024
3.0.465 17 03/13/2024
3.0.459 15 03/13/2024
3.0.456 15 03/12/2024
3.0.455 16 03/12/2024
3.0.454 18 03/12/2024
3.0.453 15 03/13/2024
3.0.452 18 03/13/2024
3.0.451 17 03/13/2024
3.0.450 16 03/13/2024
3.0.447 17 03/13/2024
2.0.378 15 03/16/2024
2.0.372 17 03/15/2024
2.0.370 17 03/14/2024
2.0.368 19 03/14/2024
2.0.365 17 03/12/2024
2.0.363 16 03/14/2024
2.0.361 17 03/14/2024
1.0.360 17 03/02/2024
1.0.359 18 02/29/2024
1.0.358 15 03/02/2024
1.0.356 18 03/13/2024
1.0.355 17 03/13/2024
1.0.354 15 03/22/2024
1.0.305 14 01/31/2025
1.0.299 16 03/16/2024
1.0.293 16 03/17/2024
1.0.292 16 03/16/2024
1.0.289 15 03/22/2024
1.0.288 17 03/26/2024
1.0.286 16 03/17/2024
1.0.285 19 03/16/2024
1.0.284 16 03/02/2024
1.0.282 18 03/16/2024
1.0.281 19 03/16/2024
1.0.279 17 03/16/2024
1.0.277 15 03/16/2024
1.0.276 16 03/16/2024
1.0.275 18 03/22/2024
1.0.274 17 03/16/2024
1.0.272 17 02/27/2024
1.0.269 17 03/16/2024
1.0.268 17 03/03/2024
1.0.266 18 03/03/2024
1.0.263 15 03/22/2024
1.0.258 15 03/03/2024
1.0.257 15 02/28/2024
1.0.256 17 03/18/2024
1.0.254 17 03/16/2024
1.0.253 18 03/19/2024
1.0.250 21 03/16/2024
1.0.249 16 03/17/2024
1.0.248 14 03/03/2024
1.0.245 17 03/02/2024
1.0.241 16 03/17/2024
1.0.240 18 03/18/2024
1.0.237 17 03/17/2024
1.0.234 18 03/03/2024
1.0.233 18 03/17/2024
1.0.231 17 03/16/2024
1.0.230 15 03/16/2024
1.0.229 15 01/19/2025
1.0.226 17 03/16/2024
1.0.217 15 03/16/2024
1.0.215 15 03/02/2024
1.0.213 17 03/03/2024
1.0.210 16 03/16/2024
1.0.209 20 03/16/2024
1.0.202 15 03/16/2024
1.0.201 19 02/28/2024
1.0.198 17 03/16/2024
1.0.197 17 03/22/2024
1.0.196 15 03/02/2024
1.0.195 16 03/03/2024
1.0.194 17 03/16/2024
1.0.193 18 03/03/2024
1.0.192 14 03/01/2025
1.0.191 15 03/17/2024
1.0.189 18 03/03/2024
1.0.187 17 03/02/2024
1.0.186 19 03/02/2024
1.0.185 17 03/03/2024
1.0.183 15 03/18/2024
1.0.181 17 03/16/2024
1.0.180 17 03/17/2024
1.0.178 18 02/28/2024
1.0.177 19 03/16/2024
1.0.175 17 03/17/2024
1.0.171 16 03/17/2024
1.0.170 13 01/18/2025
1.0.168 17 03/14/2024
1.0.164 15 03/02/2024
1.0.162 16 03/16/2024
1.0.160 18 03/17/2024
1.0.159 17 03/16/2024
1.0.157 18 03/03/2024
1.0.156 17 02/28/2024
1.0.154 16 03/16/2024
1.0.152 16 03/16/2024
1.0.151 15 03/17/2024
1.0.150 17 03/17/2024
1.0.149 18 03/03/2024
1.0.148 18 03/16/2024
1.0.147 18 03/17/2024
1.0.146 16 03/22/2024
1.0.145 16 03/17/2024
1.0.143 14 03/16/2024
1.0.142 16 03/17/2024
1.0.141 17 03/16/2024
1.0.140 15 03/17/2024
1.0.139 18 03/16/2024
1.0.138 15 02/28/2024
1.0.137 15 01/19/2025
1.0.134 16 03/16/2024
1.0.129 16 03/16/2024
1.0.128 16 03/15/2024
1.0.125 16 03/16/2024
1.0.124 14 01/19/2025
1.0.122 15 03/16/2024
1.0.119 16 03/03/2024
1.0.117 16 03/16/2024
1.0.115 17 03/03/2024
1.0.114 16 03/14/2024
1.0.113 17 03/16/2024
1.0.112 15 03/16/2024
1.0.111 17 02/28/2024
1.0.110 17 03/16/2024
1.0.109 15 01/19/2025
1.0.108 17 03/15/2024
1.0.103 16 03/16/2024
1.0.37 20 03/12/2024
1.0.36 21 03/12/2024
1.0.35 22 03/02/2024
1.0.34 19 03/13/2024
1.0.33 18 03/02/2024
1.0.32 19 03/13/2024
1.0.31 21 03/12/2024
1.0.30 19 03/12/2024
1.0.28 19 03/13/2024
1.0.27 19 03/14/2024
1.0.26 19 01/19/2025
1.0.25 20 03/13/2024
1.0.24 20 03/16/2024
1.0.23 19 03/22/2024
1.0.0 20 03/14/2024