From 30ecff2e892b0c3100654c529fd846d732fbdbc2 Mon Sep 17 00:00:00 2001 From: Joshua O'bannon Date: Fri, 12 Jul 2024 10:43:32 -0600 Subject: [PATCH] updates readme --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 9d6d7789..f74e3ab9 100644 --- a/README.md +++ b/README.md @@ -76,3 +76,8 @@ This library is built automatically to keep track of the FusionAuth API, and may These releases may also update dependencies, language engines, and operating systems, as we\'ll follow the deprecation and sunsetting policies of the underlying technologies that it uses. This means that after a dependency (e.g. language, framework, or operating system) is deprecated by its maintainer, this library will also be deprecated by us, and will eventually be updated to use a newer version. + +## A note about concurrency + +Q: Is the FusionAuth Client for .NET Core thread safe for singleton use? +A: Yes, if you are using the default builder included. It still may perform similarly with another builder, but research would be required to confirm.