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

Interception #15

Closed
hikalkan opened this issue Dec 20, 2016 · 1 comment
Closed

Interception #15

hikalkan opened this issue Dec 20, 2016 · 1 comment

Comments

@hikalkan
Copy link
Member

hikalkan commented Dec 20, 2016

Requirement

We need interception for two purposes;

Cutting Edge code

Especially needed for non-web projects. Because, they can be done via AspNet Core filters in a web project.

  • Auditing
  • Authorization
  • Unit of work
  • Validation

Dynamic proxying

  • Dynamic c# proxies to call remote methods

Ideas

Veawing

  • Mono.Cecil: Best performance, independent, supports .NetStandard (it's still beta). Hard to implement.
  • Fody: Does not support .NetStandard and probably will not be in a short time.

DynamicProxying

  • Rely on Castle Windsor (which does not support .NetStandard yet) for AutoFac. It's also DI framework depended.
  • TODO: Seach for alternatives.
@hikalkan hikalkan changed the title Integrate Interception Interception Dec 20, 2016
@hikalkan
Copy link
Member Author

hikalkan commented May 3, 2017

Decided to use Castle DynamicProxy with Autofac integration.

@hikalkan hikalkan closed this as completed May 3, 2017
yekalkan pushed a commit that referenced this issue May 29, 2019
wagnerhsu added a commit to wagnerhsu/nuget-abp-vnext that referenced this issue Aug 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant