System.Reflection.TypeExtensions
4.0.0-beta-22231
Prefix Reserved
See the version list below for details.
dotnet add package System.Reflection.TypeExtensions --version 4.0.0-beta-22231
NuGet\Install-Package System.Reflection.TypeExtensions -Version 4.0.0-beta-22231
<PackageReference Include="System.Reflection.TypeExtensions" Version="4.0.0-beta-22231" />
paket add System.Reflection.TypeExtensions --version 4.0.0-beta-22231
#r "nuget: System.Reflection.TypeExtensions, 4.0.0-beta-22231"
// Install System.Reflection.TypeExtensions as a Cake Addin #addin nuget:?package=System.Reflection.TypeExtensions&version=4.0.0-beta-22231&prerelease // Install System.Reflection.TypeExtensions as a Cake Tool #tool nuget:?package=System.Reflection.TypeExtensions&version=4.0.0-beta-22231&prerelease
Provides extensions methods for System.Type that are designed to be source-compatible with older framework reflection-based APIs.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
ASP.NETCore | aspnetcore50 is compatible. |
-
- System.Reflection (>= 4.0.0-beta-22231)
- System.Runtime (>= 4.0.0-beta-22231)
NuGet packages (43)
Showing the top 5 NuGet packages that depend on System.Reflection.TypeExtensions:
Package | Downloads |
---|---|
NLog
NLog is a logging platform for .NET with rich log routing and management capabilities. It can help you produce and manage high-quality logs for your application regardless of its size or complexity. This package installs NLog.dll with includes core logging functionality. For your main project also need to install 'NLog Configuration' package. |
|
Dapper
A high performance Micro-ORM supporting SQL Server, MySQL, Sqlite, SqlCE, Firebird etc.. |
|
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. |
|
structuremap
The Original IoC Container for .Net |
|
NSubstitute
NSubstitute is a friendly substitute for .NET mocking libraries. It has a simple, succinct syntax to help developers write clearer tests. NSubstitute is designed for Arrange-Act-Assert (AAA) testing and with Test Driven Development (TDD) in mind. |
GitHub repositories (166)
Showing the top 5 popular GitHub repositories that depend on System.Reflection.TypeExtensions:
Repository | Stars |
---|---|
jbogard/MediatR
Simple, unambitious mediator implementation in .NET
|
|
bchavez/Bogus
:card_index: A simple fake data generator for C#, F#, and VB.NET. Based on and ported from the famed faker.js.
|
|
mbdavid/LiteDB
LiteDB - A .NET NoSQL Document Store in a single data file
|
|
dotnet/eShop
A reference .NET application implementing an eCommerce site
|
|
CommunityToolkit/WindowsCommunityToolkit
The Windows Community Toolkit is a collection of helpers, extensions, and custom controls. It simplifies and demonstrates common developer tasks building .NET apps with UWP and the Windows App SDK / WinUI 3 for Windows 10 and Windows 11. The toolkit is part of the .NET Foundation.
|