From d146638e26aa902542f5de80f66df0cf758a8592 Mon Sep 17 00:00:00 2001 From: Blake Niemyjski Date: Wed, 27 Mar 2024 12:35:09 -0500 Subject: [PATCH] Updated Readme and xunit --- README.md | 3 +++ src/Foundatio.TestHarness/Foundatio.TestHarness.csproj | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d39e6760..fede73c2 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ [![Discord](https://img.shields.io/discord/715744504891703319)](https://discord.gg/6HxgFCx) Pluggable foundation blocks for building loosely coupled distributed apps. + - [Caching](#caching) - [Queues](#queues) - [Locks](#locks) @@ -50,6 +51,7 @@ To summarize, if you want pain free development and testing while allowing your 2. Open the `Foundatio.sln` Visual Studio solution file. ## Using Foundatio + The sections below contain a small subset of what's possible with Foundatio. We recommend taking a peek at the source code for more information. Please let us know if you have any questions or need assistance! ### [Caching](https://github.com/FoundatioFx/Foundatio/tree/master/src/Foundatio/Caching) @@ -321,6 +323,7 @@ metrics.Timer("t1", 50788); ``` ## Sample Application + We have both [slides](https://docs.google.com/presentation/d/1ax4YmfCdao75aEakjdMvapHs4QxvTZOimd3cHTZ9JG0/edit?usp=sharing) and a [sample application](https://github.com/FoundatioFx/Foundatio.Samples) that shows off how to use Foundatio. ## Thanks to all the people who have contributed diff --git a/src/Foundatio.TestHarness/Foundatio.TestHarness.csproj b/src/Foundatio.TestHarness/Foundatio.TestHarness.csproj index 3c789316..9c62ba7f 100644 --- a/src/Foundatio.TestHarness/Foundatio.TestHarness.csproj +++ b/src/Foundatio.TestHarness/Foundatio.TestHarness.csproj @@ -9,7 +9,7 @@ - +