Skip to content

Releases: pamidur/aspect-injector

2.0.5

07 Feb 16:32
Compare
Choose a tag to compare
  • Now detecting and ignoring unsafe methods (way for improvement in future)
  • Fixes for Around wrappers to support various parameter types

2.0.3

07 Feb 13:54
Compare
Choose a tag to compare

Regression fixes:

  • #83 - Fixed detecting and skipping abstract and external methods

2.0.2

03 Jan 14:37
Compare
Choose a tag to compare

Legacy support release. Fixed issues with old csproj format:

  • correctly support old pdb #82
  • correctly install analyzers into old csproj #81

2.0.1

03 Jan 11:40
Compare
Choose a tag to compare

Bug fix release:

  • avoid injecting aspects into aspects #80
  • can inject directly into setter and getter #79

2.0.0

03 Jan 11:37
Compare
Choose a tag to compare

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

02 Apr 22:20
Compare
Choose a tag to compare

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