TypeCache 8.3.1

dotnet add package TypeCache --version 8.3.1
NuGet\Install-Package TypeCache -Version 8.3.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="TypeCache" Version="8.3.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add TypeCache --version 8.3.1
#r "nuget: TypeCache, 8.3.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install TypeCache as a Cake Addin
#addin nuget:?package=TypeCache&version=8.3.1

// Install TypeCache as a Cake Tool
#tool nuget:?package=TypeCache&version=8.3.1

TypeCache {$}

sam987883@gmail.com

Source Code

Request Features (or report a bug) (if any)


TypeCache.Extensions - Faster Reflection

  • System.Type.Create(...)
  • System.Type.FindConstructor(...)
  • System.Type.FindMethod(...)
  • System.Type.FindStaticMethod(...)
  • System.Type.GetFieldValue(...)
  • System.Type.GetPropertyValue(...)
  • System.Type.GetStaticFieldValue(...)
  • System.Type.GetStaticPropertyValue(...)
  • System.Type.InvokeMethodAction(...)
  • System.Type.InvokeMethodFunc(...)
  • System.Type.InvokeStaticMethodAction(...)
  • System.Type.InvokeStaticMethodFunc(...)
  • System.Type.SetFieldValue(...)
  • System.Type.SetPropertyValue(...)
  • System.Type.SetStaticFieldValue(...)
  • System.Type.SetStaticPropertyValue(...)
  • System.Reflection.FieldInfo.GetFieldValue(...)
  • System.Reflection.PropertyInfo.GetPropertyValue(...)
  • System.Reflection.MethodInfo.InvokeAction(...)
  • System.Reflection.MethodInfo.InvokeFunc(...)
  • System.Reflection.MethodInfo.InvokeStaticAction(...)
  • System.Reflection.MethodInfo.InvokeStaticFunc(...)
  • System.Reflection.FieldInfo.SetFieldValue(...)
  • System.Reflection.PropertyInfo.SetPropertyValue(...)

TypeCache.Extensions - Better Object Mapping

  • dictionary.Map(...)
  • dictionary.MapToModel(...)
  • model.MapTo(...)
  • model.MapToDictionary(...)

TypeCache.Mediation - Mediator that supports named rules

  • IMediator
  • IRequest
  • IValidationRule
  • IRule
  • IAfterRule
  • RuleFactory

TypeCache.Data - Simple Robust Database CRUD Access

  • System.Data.Common.DbCommand.ExecuteReaderAsync(...)
  • System.Data.Common.DbCommand.GetDataTableAsync(...)
  • System.Data.Common.DbCommand.GetJsonArrayAsync(...)
  • System.Data.Common.DbCommand.GetJsonAsync(...)
  • System.Data.Common.DbCommand.GetModelsAsync(...)
  • System.Data.Common.DbCommand.GetStringAsync(...)
  • System.Data.Common.DbCommand.GetValueAsync(...)
  • System.Data.Common.DbDataReader.GetColumns(...)__
  • System.Data.Common.DbDataReader.ReadModelsAsync(...)__
  • System.Data.Common.DbDataReader.ReadJsonArrayAsync(...)__
  • System.Data.Common.DbDataReader.ReadJsonAsync(...)__

TypeCache.Extensions - Helpful Extensions

  • Array, Linq, Enumerator extensions
  • ThrowIf extensions
  • System.Linq.Expressions extensions
  • System.BitConverter extensions
  • System.Char extensions
  • System.Enum extensions
  • System.ReadOnlySpan<> extensions
  • System.Span<> extensions
  • System.Text.Rune extensions
  • System.Text.StringBuilder extensions
  • Range and Index extensions
  • Time Zone extensions
  • And many more!
Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on TypeCache:

Package Downloads
TypeCache.GraphQL

An easier way to add endpoints to GraphQL: Attribute based GraphQL type generation. Simplified GraphQL DataLoader support. Automatic generation of SQL related endpoints.

TypeCache.Web

Web API access to SQL database data operations: allows the front-end to decide how to retrieve and manipulate data.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
8.3.1 86 6/21/2024
8.3.0 99 4/17/2024
8.2.1 187 3/20/2024
8.2.0 199 3/19/2024
8.1.3 259 3/8/2024
8.1.2 483 1/31/2024
8.1.1 524 1/31/2024
8.1.0 477 1/31/2024
8.0.1 751 12/20/2023
8.0.0 808 12/11/2023
7.5.0 188 3/21/2024
7.4.1 855 11/12/2023
7.4.0 996 9/10/2023
7.3.14 1,084 8/13/2023
7.3.13 1,111 7/30/2023
7.3.12 1,127 7/17/2023
7.3.11 1,168 6/14/2023
7.3.10 1,257 3/19/2023
7.3.9 1,204 3/10/2023
7.3.8 1,267 3/10/2023
7.3.6 1,269 1/24/2023
7.3.5 1,304 1/22/2023
7.3.4 1,283 1/18/2023
7.3.3 1,274 1/17/2023
7.3.2 1,292 1/15/2023
7.3.1 1,307 1/11/2023
7.2.6 1,288 12/26/2022
7.2.5 1,339 12/26/2022
7.2.3 1,321 12/25/2022
7.2.2 1,380 12/25/2022
7.2.1 1,276 12/14/2022
7.2.0 1,351 12/14/2022
7.1.3 1,333 12/4/2022
7.1.2 1,315 11/27/2022
7.1.1 1,341 11/23/2022
7.1.0 1,312 11/21/2022
7.0.0 1,318 11/17/2022
6.3.2 1,233 3/19/2023
6.3.1 1,224 3/10/2023
6.3.0 1,295 2/1/2023
6.2.0 1,612 8/17/2022
6.1.3 1,553 4/20/2022
6.1.2 1,646 4/18/2022
6.1.1 1,650 3/27/2022
6.1.0 1,673 3/14/2022
6.0.9 1,523 3/7/2022
6.0.8 1,635 3/7/2022
6.0.7 1,268 1/8/2022
6.0.6 1,388 1/6/2022
6.0.5 1,316 1/4/2022
6.0.4 1,267 1/2/2022
6.0.3 1,405 1/1/2022
6.0.2 1,425 12/21/2021
6.0.1 2,436 11/28/2021
6.0.0 1,419 11/15/2021
1.0.67 1,477 10/24/2021
1.0.66 1,740 10/3/2021
1.0.65 1,593 9/11/2021
1.0.64 1,401 9/10/2021
1.0.63 1,465 9/4/2021
1.0.62 1,564 8/28/2021
1.0.61 1,616 8/15/2021
1.0.60 1,496 8/8/2021
1.0.59 1,364 8/2/2021
1.0.58 1,353 8/2/2021
1.0.57 1,477 8/1/2021
1.0.56 1,479 7/19/2021
1.0.55 1,343 7/18/2021
1.0.54 1,437 7/18/2021
1.0.53 1,412 7/18/2021
1.0.52 1,332 7/14/2021
1.0.51 1,379 7/11/2021
1.0.50 1,502 7/11/2021
1.0.49 1,417 7/2/2021
1.0.48 1,385 6/30/2021
1.0.47 1,526 6/30/2021
1.0.46 1,520 6/18/2021
1.0.45 1,392 6/12/2021
1.0.44 1,477 6/11/2021
1.0.43 1,519 6/10/2021
1.0.42 1,513 6/6/2021
1.0.41 1,456 6/5/2021
1.0.40 1,447 6/1/2021
1.0.39 1,502 5/31/2021
1.0.38 1,543 5/30/2021
1.0.37 1,464 5/30/2021
1.0.36 1,543 4/5/2021
1.0.35 1,531 3/28/2021
1.0.34 1,561 3/22/2021
1.0.33 1,435 3/18/2021
1.0.32 1,545 3/18/2021
1.0.31 1,436 3/17/2021
1.0.30 1,607 3/17/2021
1.0.29 1,487 3/9/2021
1.0.28 1,591 3/7/2021
1.0.27 1,650 3/1/2021
1.0.26 1,469 2/28/2021
1.0.25 1,446 2/26/2021
1.0.24 1,634 2/25/2021
1.0.23 1,580 2/24/2021
1.0.22 1,411 2/21/2021
1.0.21 1,511 2/20/2021
1.0.20 1,566 2/19/2021
1.0.19 1,454 2/2/2021
1.0.18 1,578 1/29/2021
1.0.17 1,647 1/28/2021
1.0.16 1,618 1/23/2021
1.0.15 1,765 12/26/2020
1.0.14 2,058 12/20/2020
1.0.13 1,918 12/20/2020
1.0.12 1,685 8/20/2020
1.0.11 1,729 8/7/2020
1.0.10 1,760 7/28/2020
1.0.9 1,809 7/28/2020
1.0.8 1,819 7/25/2020
1.0.7 1,802 7/21/2020
1.0.6 1,858 7/5/2020
1.0.5 1,869 7/5/2020
1.0.4 1,760 7/4/2020
1.0.3 1,802 7/3/2020
1.0.2 1,805 7/3/2020
1.0.1 1,824 7/2/2020
1.0.0 1,778 6/17/2020