Shuttle.Core.Reflection 21.0.0-alpha

Prefix Reserved
This is a prerelease version of Shuttle.Core.Reflection.
dotnet add package Shuttle.Core.Reflection --version 21.0.0-alpha
                    
NuGet\Install-Package Shuttle.Core.Reflection -Version 21.0.0-alpha
                    
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="Shuttle.Core.Reflection" Version="21.0.0-alpha" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Shuttle.Core.Reflection" Version="21.0.0-alpha" />
                    
Directory.Packages.props
<PackageReference Include="Shuttle.Core.Reflection" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Shuttle.Core.Reflection --version 21.0.0-alpha
                    
#r "nuget: Shuttle.Core.Reflection, 21.0.0-alpha"
                    
#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.
#:package Shuttle.Core.Reflection@21.0.0-alpha
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Shuttle.Core.Reflection&version=21.0.0-alpha&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Shuttle.Core.Reflection&version=21.0.0-alpha&prerelease
                    
Install as a Cake Tool

Shuttle.Core.Reflection

Provides various methods to facilitate reflection handling.

Instance Extensions

Task<IEnumerable<Type>> assembly.GetTypesCastableToAsync(Type type)
Task<IEnumerable<Type>> assembly.GetTypesCastableToAsync<T>();

Returns all the types in the given assembly that can be cast to the type or typeof(T).

Static Extensions

Task<IEnumerable<Assembly>> Assembly.GetRuntimeAssembliesAsync()

Returns a combination of DependencyContext.Default.GetRuntimeAssemblyNames(Environment.OSVersion.Platform.ToString()) and AppDomain.CurrentDomain.GetAssemblies().

Task<IEnumerable<Type>> Assembly.GetTypesCastableToAsync<T>();
Task<IEnumerable<Type>> Assembly.GetTypesCastableToAsync(Type type);

Returns all the types in all assemblies returned by Assembly.GetRuntimeAssembliesAsync() that can be cast to the type or typeof(T).

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (12)

Showing the top 5 NuGet packages that depend on Shuttle.Core.Reflection:

Package Downloads
Shuttle.Esb

Contains the core Shuttle.Esb assembly that should always be referenced when building Shuttle.Esb solutions.

Shuttle.Core.Container

Dependency injection container adapter.

Shuttle.Core.Threading

Thread-based processing.

Shuttle.Core.Pipelines

Observable event-based pipelines based broadly on pipes and filters.

Shuttle.Recall

Event sourcing mechanism.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
21.0.0-alpha 32 1/18/2026
20.0.0 6,563 2/2/2025
13.0.0 7,437 4/30/2024
12.0.1 18,434 12/1/2022
12.0.0 30,977 9/4/2022
11.0.3 30,390 4/9/2022
11.0.2 26,764 2/1/2021
11.0.0 18,759 1/17/2021
10.0.11 9,895 11/27/2020
10.0.10 119,080 9/19/2018
10.0.9 18,961 7/8/2018
10.0.7 2,442 2/17/2018
10.0.6 38,216 2/13/2018