ToolBX.Reflection4Humans.TypeGenerator 2.2.0-beta8

This is a prerelease version of ToolBX.Reflection4Humans.TypeGenerator.
dotnet add package ToolBX.Reflection4Humans.TypeGenerator --version 2.2.0-beta8
NuGet\Install-Package ToolBX.Reflection4Humans.TypeGenerator -Version 2.2.0-beta8
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="ToolBX.Reflection4Humans.TypeGenerator" Version="2.2.0-beta8" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ToolBX.Reflection4Humans.TypeGenerator --version 2.2.0-beta8
#r "nuget: ToolBX.Reflection4Humans.TypeGenerator, 2.2.0-beta8"
#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.
// Install ToolBX.Reflection4Humans.TypeGenerator as a Cake Addin
#addin nuget:?package=ToolBX.Reflection4Humans.TypeGenerator&version=2.2.0-beta8&prerelease

// Install ToolBX.Reflection4Humans.TypeGenerator as a Cake Tool
#tool nuget:?package=ToolBX.Reflection4Humans.TypeGenerator&version=2.2.0-beta8&prerelease

Reflection4Humans

Reflection4Humans.TypeGenerator

Generates temporary types at runtime based on interfaces and classes.

Getting started

You can use the TypeGenerator static class to generate new types. It works with interfaces, abstract and non-abstract classes (excluding sealed classes). Types generated are empty and return default values only.

public interface IBogus
{
	int Id { get; }
	string Name { get; set; }
}
var newType = TypeGenerator.From<IBogus>();
Product Compatible and additional computed target framework versions.
.NET net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.2.0-beta8 68 12/29/2023
2.2.0-beta7 76 12/14/2023
2.2.0-beta6 64 12/14/2023
2.2.0-beta4 96 11/16/2023
2.2.0-beta3 56 11/15/2023
2.2.0-beta2 78 8/16/2023