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

Some docs errors and question #132

Closed
GioviQ opened this issue Aug 5, 2020 · 3 comments
Closed

Some docs errors and question #132

GioviQ opened this issue Aug 5, 2020 · 3 comments
Labels

Comments

@GioviQ
Copy link

GioviQ commented Aug 5, 2020

Hi,
https://github.com/pamidur/aspect-injector/blob/master/docs/mixin.md link is broken.

In https://github.com/pamidur/aspect-injector/blob/master/README.md

implementaions -> implementations

I found your project because it is for a while that I would like to introduce in a Blazor project some AOP.

I looked around Fody but your project seems much more clear and clean.

The problem is that I cannot evaluate the pros and cons.

I would like some opinions from members of this project.

I had another question but then I found #94 😄

@pamidur
Copy link
Owner

pamidur commented Aug 5, 2020

Hi @GioviQ , thank you for your interest in this project!

I must agree that the current state of documentation is rather embarrassing, some pages are missing, many errors aren't described. I will try to make docs look better in near future.

There was another example of usage with IoC container which would be more relevant to Blazor here #128 .

Fody. Fody is great. Although it serves slightly different purpose and pursues different goal. Disclaimer - I'm not a Fody dev, here goes my personal opinion. Fody is more low level framework that exposes underlying CIL (common intermediate language) structures to the developer. It's purpose is to allow developers create Weavers that manipulate CIL. So Fody can be used to create something like AspectInjector (it was not). The idea - let's give developers ability to write easy (arguably) code that manipulates CIL. Anything is possible to do in CIL.

AspectInjector on the other hand is more high level framework what allows developers to create AOP structures in high level language (c#, vb) and bind them statically via CIL. All the CIL manipulations are hidden and automatic. The idea - let's give developers ability to write high level code that we wire-up for them. We just do binding in CIL - everything else can be done in high level language.

@jerviscui
Copy link
Contributor

Thank you very much for your work!

@pamidur
Copy link
Owner

pamidur commented Oct 18, 2021

#165 #166

@pamidur pamidur closed this as completed Oct 18, 2021
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