WinterRose.Reflection
25.2.11
dotnet add package WinterRose.Reflection --version 25.2.11
NuGet\Install-Package WinterRose.Reflection -Version 25.2.11
<PackageReference Include="WinterRose.Reflection" Version="25.2.11" />
<PackageVersion Include="WinterRose.Reflection" Version="25.2.11" />
<PackageReference Include="WinterRose.Reflection" />
paket add WinterRose.Reflection --version 25.2.11
#r "nuget: WinterRose.Reflection, 25.2.11"
#:package WinterRose.Reflection@25.2.11
#addin nuget:?package=WinterRose.Reflection&version=25.2.11
#tool nuget:?package=WinterRose.Reflection&version=25.2.11
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 | Versions 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. |
-
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.
Added an extensive type conversion system
HOTFIX: added a README to the package