Releases: pamidur/aspect-injector
Releases · pamidur/aspect-injector
2.0.6
Fixed:
- #85 Correctly treating generic constraints
2.0.5
- Now detecting and ignoring unsafe methods (way for improvement in future)
- Fixes for Around wrappers to support various parameter types
2.0.3
Regression fixes:
- #83 - Fixed detecting and skipping abstract and external methods
2.0.2
Legacy support release. Fixed issues with old csproj format:
- correctly support old pdb #82
- correctly install analyzers into old csproj #81
2.0.1
Bug fix release:
- avoid injecting aspects into aspects #80
- can inject directly into setter and getter #79
2.0.0
Milestone 2:
- net core support
- engine uses net core (requires netcore runtime to be installed always)
- injections are custom attribute based, attributes can be used to pass custom values
- many fixes for previous features
- added advice target filtering options by access modifier
- added injection priorities
1.0.1
The first Ready For Production release.
Supports only net45+ targets
Fixes:
- #63 Bug with empty ctors
- Fixed injecting into optimized methods (in Release)
- Made errors in VS Errors tab display correct way
- Support for signed with password assemblies