Common.Standard
1.0.6
.Net Standard library of extensions and generics to be used in any application.
See the version list below for details.
Install-Package Common.Standard -Version 1.0.6
dotnet add package Common.Standard --version 1.0.6
<PackageReference Include="Common.Standard" Version="1.0.6" />
paket add Common.Standard --version 1.0.6
Release Notes
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 | 149 | 6/26/2020 |
1.0.18 | 329 | 4/4/2020 |
1.0.17 | 200 | 1/29/2020 |
1.0.16 | 161 | 1/7/2020 |
1.0.15 | 216 | 7/9/2019 |
1.0.14 | 180 | 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 | 223 | 4/11/2019 |
1.0.8 | 230 | 4/10/2019 |
1.0.7 | 221 | 3/27/2019 |
1.0.6 | 216 | 3/16/2019 |
1.0.5 | 226 | 3/15/2019 |
1.0.4 | 242 | 2/19/2019 |
1.0.3 | 274 | 1/13/2019 |
1.0.2 | 284 | 1/13/2019 |
1.0.1 | 260 | 1/11/2019 |
1.0.0 | 254 | 12/27/2018 |