Releases: dotnetcore/AspectCore-Framework
Releases · dotnetcore/AspectCore-Framework
v2.4.0-release
What's Changed
- fix #279 by @PurplestViper in #295
- Update Predicates.cs by @gilbertogwa in #300
- Update 0.AOP简单介绍.md by @hjkl950217 in #304
- fix reflect constructor error when ValueTupe's elements more than 7 by @MarsonShine in #307
- #279, #295 仍有问题,重构 by @PurplestViper in #306
- 调整TargetFrameworks by @nivalxer in #310
- bump autofac to 7.0.0 and fix build error by @nivalxer in #309
- Update version.props by @liuhaoyang in #311
New Contributors
- @PurplestViper made their first contribution in #295
- @gilbertogwa made their first contribution in #300
- @hjkl950217 made their first contribution in #304
- @MarsonShine made their first contribution in #307
Full Changelog: v2.3.0...v2.4.0
v2.3.0-release
What's Changed
- DynamicProxyServiceProviderFactory 支持ServiceProviderOptions by @liuhaoyang in #252
- fix readme link error by @nivalxer in #251
- Fix issue 236: Code supposed to be unreachable. by @liuhaoyang in #253
- fix AspNetVNext PackageSource 404 by @nivalxer in #256
- 修复文档中 IOC 小节使用最新版本类库 by @jerviscui in #263
- Bugfix/missing attributes for dynamic proxy by @huoshan12345 in #269
- fix intercept method with out decimal error by @nivalxer in #255
- fix issues #261 by @nivalxer in #264
- bump some reference package version by @nivalxer in #265
- Bugfix/cannot await dynamic for non public type by @huoshan12345 in #268
- chore: update readme by @pygzfei in #283
- add .NET6 target by @nivalxer in #280
- fix #287 by @nivalxer in #290
- fix autofac error with PropertiesAutowired by @nivalxer in #291
- fix #289 by @nivalxer in #293
- Add .NET7 target by @nivalxer in #292
New Contributors
- @jerviscui made their first contribution in #263
- @pygzfei made their first contribution in #283
Full Changelog: v2.2.0...v2.3.0
v2.2.0-release
Update version.props (#248)
v2.1.0-release
- Workaround for interceptor attribute with array member
- Dynamic proxy for method containing optional nullable parameter
- Autofac 5.0.0 & netstandard2.1 support
- Update docs for asp.net core 3.x
v2.0.0-release
Clean up project structure (#194)
v1.3.0-release
Update version.props (#182)
v1.2.0-release
Happy New Year !!!
- Add interceptor and dynamicProxy support for LightInject
v1.1.0-release
Add aspect exception wrapper (#148) * Add aspect exception wrapper * Fix AspectCore.Extensions.Autofac.Sample * Fix samples * Fix issue 138 * update version * Fix AspectExceptionWrapper service
v1.0.0
Feature/auto configuration (#134) * Add IServiceResolveCallback Api * Update version of Microsoft.Extensions.Hosting * Refactor services.BuildxxxProvider * Fix csproj * performance optimization * Add AspectCore.Extensions.Configuration project * Refactor * Provider configuration bind * Fix scope resolve
v0.7.0
support .NET Framework 4.5 (#129)