Common.Standard
1.0.18
.Net Standard library of extensions and generics to be used in any application. Includes: Generic implementations for Ambassador, CircuitBreaker, Pipes and Filter, Ambassador, Pool, Spooling, MessageBus and Service Loader. Feature Toggles implementation and collection extensions are also included.
See the version list below for details.
Install-Package Common.Standard -Version 1.0.18
dotnet add package Common.Standard --version 1.0.18
<PackageReference Include="Common.Standard" Version="1.0.18" />
paket add Common.Standard --version 1.0.18
Release Notes
- Added Load balancing to GenericObjectPool
- Added Consistent Hash Ring
- Updated GenericPool to expand/contract
- Added ConsoleWriter
- Added Generic Pool
- Added Generic Ambassador
- Added Generic CircuitBreaker
- Added Generic PipesAndFilter
- Updated Generic Spooler to use events
- Added Asynchronous Text Writer
- Added Toggle Repository (default as Json)
- Added simple Feature Toggling for use as static or dependency injection
- Common extensions, classes and abstractions
- Added list extension for "ToCommaDelimited"
- Fixed some namespaces on some classes
* added List</T> extension "TryFindItem(predicate, out T found): Try to find using a predicate from a list. (does null check and does not throw exception)
* added List</T> extension "TryFindValue(predicate, out T found): Try to find using a predicate from a list. (does null check and does not throw exception)
* added List<T> extension "TryFindAll for using one or more predicates to find items in a list (does null check and does not throw exception)
* - Changed ServiceLoader to recursively load from the starting path
Dependencies
-
.NETStandard 2.0
- Newtonsoft.Json (>= 12.0.1)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version History
Version | Downloads | Last updated |
---|---|---|
1.0.22 | 57 | 11/16/2020 |
1.0.20 | 120 | 7/6/2020 |
1.0.19 | 145 | 6/26/2020 |
1.0.18 | 324 | 4/4/2020 |
1.0.17 | 196 | 1/29/2020 |
1.0.16 | 161 | 1/7/2020 |
1.0.15 | 212 | 7/9/2019 |
1.0.14 | 176 | 6/24/2019 |
1.0.13 | 195 | 5/28/2019 |
1.0.12 | 196 | 5/24/2019 |
1.0.11 | 199 | 5/23/2019 |
1.0.10 | 231 | 4/25/2019 |
1.0.9 | 219 | 4/11/2019 |
1.0.8 | 226 | 4/10/2019 |
1.0.7 | 217 | 3/27/2019 |
1.0.6 | 212 | 3/16/2019 |
1.0.5 | 222 | 3/15/2019 |
1.0.4 | 238 | 2/19/2019 |
1.0.3 | 270 | 1/13/2019 |
1.0.2 | 280 | 1/13/2019 |
1.0.1 | 256 | 1/11/2019 |
1.0.0 | 248 | 12/27/2018 |