WinterRose.Reflection 25.2.11

dotnet add package WinterRose.Reflection --version 25.2.11
                    
NuGet\Install-Package WinterRose.Reflection -Version 25.2.11
                    
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="WinterRose.Reflection" Version="25.2.11" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="WinterRose.Reflection" Version="25.2.11" />
                    
Directory.Packages.props
<PackageReference Include="WinterRose.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 WinterRose.Reflection --version 25.2.11
                    
#r "nuget: WinterRose.Reflection, 25.2.11"
                    
#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 WinterRose.Reflection@25.2.11
                    
#: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=WinterRose.Reflection&version=25.2.11
                    
Install as a Cake Addin
#tool nuget:?package=WinterRose.Reflection&version=25.2.11
                    
Install as a Cake Tool

WinterRose.Reflection

Powerful reflection utilities for runtime type inspection, dynamic member access, anonymous type generation, and type conversion.

This package is used internally by WinterForge, and exposes a range of advanced runtime features including:

  • Unified member access (fields, properties, runtime dictionaries on the Anonymous class in this package)
  • Runtime-generated types with real property access (no dynamic)
  • inteligent type conversion between arbitrary types and collections using Converter classes, and the ability to take multiple conversion steps
  • Support for implicit operator and custom conversion pipelines

Documentation is coming after the summer holiday!

I'm currently on holiday, but proper README usage examples and in-depth docs will be published soon.
Until then, feel free to explore the source code and poke around! If you're curious, the features are already being used in WinterForge, which is fully documented.

Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  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.
  • net9.0

    • No dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on WinterRose.Reflection:

Package Downloads
WinterRose.WinterForge

WinterForge is a high-performance, reflection-powered serialization and behavior execution framework for .NET. WinterForge goes beyond standard ideas of serializers. Supporting type inheritence, circle references, and differed references out of the box. It also allows accessing fields of already deserialzied objects, static classes. and calling methods on both!

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
25.2.11 116 7/8/2025
25.2.10 126 7/7/2025
25.2.9 89 7/4/2025
25.2.8 139 7/3/2025
25.2.7 163 6/24/2025
25.2.6 203 6/13/2025
25.2.5 181 6/13/2025
25.2.4 198 6/13/2025
25.2.3 90 5/30/2025
25.2.2 95 5/30/2025
25.2.1 151 5/29/2025
25.2.0 168 5/4/2025

Added an extensive type conversion system

HOTFIX: added a README to the package