We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
现在要接入,必须在程序集中添加一个 [CompileTime] 类,然后在里面编写代码。对于一个程序集众多的项目来说,这样的代码重复性非常高。
[CompileTime]
如果编译期元数据是自动生成的,提供一些运行时 API 来找到这些自动生成的元数据,则可以让编译期代码写得就像反射一样简单。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
现在要接入,必须在程序集中添加一个
[CompileTime]
类,然后在里面编写代码。对于一个程序集众多的项目来说,这样的代码重复性非常高。如果编译期元数据是自动生成的,提供一些运行时 API 来找到这些自动生成的元数据,则可以让编译期代码写得就像反射一样简单。
The text was updated successfully, but these errors were encountered: