Skip to content
New issue

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

提议:是否可以将动态类型创建开放单独的接口? #145

Closed
git-net opened this issue Nov 15, 2018 · 2 comments
Closed

提议:是否可以将动态类型创建开放单独的接口? #145

git-net opened this issue Nov 15, 2018 · 2 comments
Labels

Comments

@git-net
Copy link

git-net commented Nov 15, 2018

有些场景下我们需要动态的创建一个混合类型,大概如下
1、

   DynamicMixin((a,b,c)=>new {a.id,b.name,c.d.nn,int xxx=3,Method1=Func<xxx>});

2、可以通过某种{名称,类型}集合创建一个动态类

@liuhaoyang
Copy link
Member

AspectCore的定位只做好AOP。你的需求可以使用NCC下面的另一个项目 https://github.com/dotnetcore/Natasha

@NMSAzulX
Copy link

@myFP I opened a new issue for this. goto

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants