System.Reflection.TypeExtensions 4.0.0-beta-22231

Provides extensions methods for System.Type that are designed to be source-compatible with older framework reflection-based APIs.

Showing the top 20 packages that depend on System.Reflection.TypeExtensions.

Packages Downloads
protobuf-net
Provides simple access to fast and efficient "Protocol Buffers" serialization from .NET applications
2,269
System.Private.ServiceModel
Internal implementation package not meant for direct consumption. Please do not reference directly. Provides implementation of System.ServiceModel packages. 8ee6d65a6da34d4d37ce1d00d87febfeed0561a9 When using NuGet 3.x this package requires at least version 3.4.
2,248
System.Data.SqlClient
Provides the data provider for SQL Server. These classes provide access to versions of SQL Server and encapsulate database-specific protocols, including tabular data stream (TDS) Commonly Used Types: System.Data.SqlClient.SqlConnection System.Data.SqlClient.SqlException System.Data.SqlClient.SqlParameter System.Data.SqlDbType System.Data.SqlClient.SqlDataReader System.Data.SqlClient.SqlCommand System.Data.SqlClient.SqlTransaction System.Data.SqlClient.SqlParameterCollection System.Data.SqlClient.SqlClientFactory When using NuGet 3.x this package requires at least version 3.4.
2,243
Microsoft.DotNet.PlatformAbstractions
Abstractions for making code that uses file system and environment testable.
2,021
System.Linq.Expressions
Provides classes, interfaces and enumerations that enable language-level code expressions to be represented as objects in the form of expression trees. Commonly Used Types: System.Linq.IQueryable<T> System.Linq.IQueryable System.Linq.Expressions.Expression<TDelegate> System.Linq.Expressions.Expression System.Linq.Expressions.ExpressionVisitor When using NuGet 3.x this package requires at least version 3.4.
1,292
Microsoft.CSharp
Provides support for compilation and code generation, including dynamic, using the C# language. Commonly Used Types: Microsoft.CSharp.RuntimeBinder.Binder Microsoft.CSharp.RuntimeBinder.RuntimeBinderException Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags When using NuGet 3.x this package requires at least version 3.4.
1,277
LiteDB
LiteDB - A lightweight embedded .NET NoSQL document store in a single datafile Signed by signpath.io from repository 'https://github.com/mbdavid/LiteDB' commit 'd13058ffe33a0885a783cfc8e23ca6748a30c10f' (see contained AppVeyorSettings.json file for build settings).
1,273
LiteDB
LiteDB - A lightweight embedded .NET NoSQL document store in a single datafile Signed by signpath.io from repository 'https://github.com/mbdavid/LiteDB' commit '391cc9318c5be6e56cb71b3ce14b1ed9cb324763' (see contained AppVeyorSettings.json file for build settings).
1,054
Microsoft.Diagnostics.Tracing.TraceEvent
Event Tracing for Windows (ETW) is a powerful logging mechanism built into the Windows OS and is used extensively in Windows. You can also log ETW events yourself code using the System.Diagnostics.Tracing.EventSource class. The TraceEvent library conains the classes needed to control ETW providers (including .NET EventSources) and parse the events they emit. The library includes -- TraceEventSession which can enable ETW providers, -- EtwTraceEventSource which lets you read the stream of ETW events, and -- TraceLog which is is digested form of ETW events which include decoded stack traces associated with the events. See https://github.com/Microsoft/perfview/blob/master/documentation/TraceEvent/TraceEventLibrary.md for more.
1,004
Microsoft.CSharp
Provides support for compilation and code generation, including dynamic, using the C# language. Commonly Used Types: Microsoft.CSharp.RuntimeBinder.Binder Microsoft.CSharp.RuntimeBinder.RuntimeBinderException Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags When using NuGet 3.x this package requires at least version 3.4.
66
Dapper
A high performance Micro-ORM supporting SQL Server, MySQL, Sqlite, SqlCE, Firebird etc..
59
NEST
Strongly typed interface to Elasticsearch. Fluent and classic object initializer mappings of requests and responses. Uses and exposes Elasticsearch.Net
58
System.Dynamic.Runtime
Provides classes and interfaces that support the Dynamic Language Runtime (DLR). Commonly Used Types: System.Runtime.CompilerServices.CallSite System.Runtime.CompilerServices.CallSite<T> System.Dynamic.IDynamicMetaObjectProvider System.Dynamic.DynamicMetaObject System.Dynamic.SetMemberBinder System.Dynamic.GetMemberBinder System.Dynamic.ExpandoObject System.Dynamic.DynamicObject System.Runtime.CompilerServices.CallSiteBinder System.Runtime.CompilerServices.ConditionalWeakTable<TKey, TValue> When using NuGet 3.x this package requires at least version 3.4.
57
NEST
Strongly typed interface to Elasticsearch. Fluent and classic object initializer mappings of requests and responses. Uses and exposes Elasticsearch.Net
56
Microsoft.Diagnostics.Tracing.TraceEvent
Event Tracing for Windows (ETW) is a powerful logging mechanism built into the Windows OS and is used extensively in Windows. You can also log ETW events yourself code using the System.Diagnostics.Tracing.EventSource class. The TraceEvent library conains the classes needed to control ETW providers (including .NET EventSources) and parse the events they emit. The library includes -- TraceEventSession which can enable ETW providers, -- EtwTraceEventSource which lets you read the stream of ETW events, and -- TraceLog which is is digested form of ETW events which include decoded stack traces associated with the events. See https://github.com/Microsoft/perfview/blob/master/documentation/TraceEvent/TraceEventLibrary.md for more.
56
Microsoft.CSharp
Provides support for compilation and code generation, including dynamic, using the C# language. Commonly Used Types: Microsoft.CSharp.RuntimeBinder.Binder Microsoft.CSharp.RuntimeBinder.RuntimeBinderException Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags When using NuGet 3.x this package requires at least version 3.4.
56
NLog
NLog is a logging platform for .NET with rich log routing and management capabilities. NLog supports traditional logging, structured logging and the combination of both. Supported platforms: - .NET Framework 3.5, 4, 4.5, 4.6, 4.7 & 4.8 - .NET Standard 1.3+ and 2.0+; - .NET Framework 4 client profile - Xamarin Android, Xamarin iOs - UWP - Windows Phone 8 - Silverlight 4 and 5 - Mono 4 For ASP.NET Core, check: https://www.nuget.org/packages/NLog.Web.Asp.NET Core
56
MimeKit
MimeKit is an Open Source library for creating and parsing MIME, S/MIME and PGP messages on desktop and mobile platforms. It also supports parsing of Unix mbox files. Unlike any other .NET MIME parser, MimeKit's parser does not need to parse string input nor does it use a TextReader. Instead, it parses raw byte streams, thus allowing it to better support undeclared 8bit text in headers as well as message bodies. It also means that MimeKit's parser is significantly faster than other .NET MIME parsers (more than 25x faster than OpenPOP.NET and over 100x faster than AE.Net.Mail and MailSystem.NET). MimeKit's parser also uses a real tokenizer when parsing the headers rather than regex or string.Split() like most other .NET MIME parsers. This means that MimeKit is much more RFC-compliant than any other .NET MIME parser out there, including the commercial implementations. In addition to having a far superior parser implementation, MimeKit's object tree is not a derivative of System.Net.Mail objects and thus does not suffer from System.Net.Mail's massive limitations or bugs. API documentation can be found on the web at http://www.mimekit.net/docs For those that need SMTP, POP3 or IMAP support, check out https://github.com/jstedfast/MailKit
54
System.ComponentModel.TypeConverter
Provides the System.ComponentModel.TypeConverter class, which represents a unified way of converting types of values to other types. Commonly Used Types: System.ComponentModel.TypeConverter System.ComponentModel.TypeConverterAttribute System.ComponentModel.PropertyDescriptor System.ComponentModel.StringConverter System.ComponentModel.ITypeDescriptorContext System.ComponentModel.EnumConverter System.ComponentModel.TypeDescriptor System.ComponentModel.Int32Converter System.ComponentModel.BooleanConverter System.ComponentModel.DoubleConverter When using NuGet 3.x this package requires at least version 3.4.
53

Any 0.0

Version Downloads Last updated
4.7.0 998 12/11/2025
4.7.0-preview3.19551.4 30 12/13/2025
4.7.0-preview2.19523.17 29 12/11/2025
4.7.0-preview1.19504.10 26 12/20/2025
4.6.0 25 12/11/2025
4.6.0-rc1.19456.4 31 12/09/2025
4.6.0-preview9.19421.4 27 12/15/2025
4.6.0-preview9.19416.11 29 12/11/2025
4.6.0-preview8.19405.3 29 12/15/2025
4.6.0-preview7.19362.9 25 12/20/2025
4.6.0-preview6.19303.8 31 12/10/2025
4.6.0-preview6.19264.9 29 12/10/2025
4.6.0-preview5.19224.8 32 12/10/2025
4.6.0-preview4.19212.13 26 12/11/2025
4.6.0-preview3.19128.7 28 12/11/2025
4.6.0-preview.19073.11 29 12/13/2025
4.6.0-preview.18571.3 30 12/11/2025
4.5.1 33 12/20/2025
4.5.0 23 12/20/2025
4.5.0-rc1 34 12/11/2025
4.5.0-preview2-26406-04 28 12/12/2025
4.5.0-preview1-26216-02 33 12/10/2025
4.4.0 53 12/10/2025
4.4.0-preview2-25405-01 26 12/20/2025
4.4.0-preview1-25305-02 34 12/10/2025
4.3.0 1,286 12/10/2025
4.3.0-preview1-24530-04 25 12/11/2025
4.1.0 52 12/11/2025
4.1.0-rc2-24027 32 12/12/2025
4.1.0-beta-23516 30 12/20/2025
4.0.1-beta-23409 31 12/12/2025
4.0.1-beta-23225 31 12/11/2025
4.0.0 32 12/12/2025
4.0.0-beta-23109 30 12/11/2025
4.0.0-beta-23019 25 12/20/2025
4.0.0-beta-22816 31 12/20/2025
4.0.0-beta-22605 25 12/12/2025
4.0.0-beta-22416 28 12/10/2025
4.0.0-beta-22231 28 12/20/2025