AOTReflectionGenerator.Attribute 0.2.0

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

// Install AOTReflectionGenerator.Attribute as a Cake Tool
#tool nuget:?package=AOTReflectionGenerator.Attribute&version=0.2.0

在AOT项目中,使用反射有很多障碍,本程序包利用源生成,按不同的维度,提前获取对应类型的元数据,从而达到平滑使用Reflection部分功能。具体使用参考https://github.com/axzxs2001/AOTReflection

In AOT projects, utilizing reflection poses several obstacles. This software package leverages source generation to proactively obtain metadata for specific types along different dimensions, thereby enabling smoother utilization of certain Reflection functionalities. For detailed usage instructions, please refer to https://github.com/axzxs2001/AOTReflection.

There are no supported framework assets in this 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
0.2.0 131 1/7/2024

In AOT projects, utilizing reflection poses several obstacles. This software package leverages source generation to proactively obtain metadata for specific types along different dimensions, thereby enabling smoother utilization of certain Reflection functionalities. For detailed usage instructions, please refer to https://github.com/axzxs2001/AOTReflection.