AOTReflectionGenerator.Attribute
0.2.0
dotnet add package AOTReflectionGenerator.Attribute --version 0.2.0
NuGet\Install-Package AOTReflectionGenerator.Attribute -Version 0.2.0
<PackageReference Include="AOTReflectionGenerator.Attribute" Version="0.2.0" />
paket add AOTReflectionGenerator.Attribute --version 0.2.0
#r "nuget: AOTReflectionGenerator.Attribute, 0.2.0"
// 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.
Learn more about Target Frameworks and .NET Standard.
-
.NETStandard 2.0
- Microsoft.CodeAnalysis.CSharp (>= 4.9.0-2.final)
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 | 171 | 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.