pamidur / aspect-injector

AOP framework for .NET (c#, vb, etc)
Apache License 2.0
745 stars 112 forks source link

can we use it without visual studio? #91

Closed introspection3 closed 5 years ago

introspection3 commented 5 years ago

can we use it without visual studio?

introspection3 commented 5 years ago

hello?

pamidur commented 5 years ago

Hi, yes you can. Visual studio is not necessary. You can build your project from command line using Msbuild. Even more aspectinjector is mere an executable, so you can trigger injections when you want, however this last scenario is not officially supported.

If describe your need in details, I might come up with another suggestion.

introspection3 commented 5 years ago

We have a scenario: our program will generate a dotnet project (which contains aspectinjector ) automaticlly, and then our program will build the project by dotnet cil,how we can do it?

pamidur commented 5 years ago

"dotnet build" definitely works fine aspectinjector

introspection3 commented 5 years ago

perfect! thank you every much!

pamidur commented 5 years ago

Closed, feel free to reopen if needed