dotnetcore/AspectCore-Framework
AspectCore is an AOP-based cross platform framework for .NET Standard.
20 Releases
Latest: 3y ago
v2.4.0-releasev2.4.0Latest
📋 What's Changed
- fix #279 by @PurplestViper in https://github.com/dotnetcore/AspectCore-Framework/pull/295
- Update Predicates.cs by @gilbertogwa in https://github.com/dotnetcore/AspectCore-Framework/pull/300
- Update 0.AOP简单介绍.md by @hjkl950217 in https://github.com/dotnetcore/AspectCore-Framework/pull/304
- fix reflect constructor error when ValueTupe's elements more than 7 by @MarsonShine in https://github.com/dotnetcore/AspectCore-Framework/pull/307
- #279, #295 仍有问题,重构 by @PurplestViper in https://github.com/dotnetcore/AspectCore-Framework/pull/306
- 调整TargetFrameworks by @nivalxer in https://github.com/dotnetcore/AspectCore-Framework/pull/310
- bump autofac to 7.0.0 and fix build error by @nivalxer in https://github.com/dotnetcore/AspectCore-Framework/pull/309
- Update version.props by @liuhaoyang in https://github.com/dotnetcore/AspectCore-Framework/pull/311
✨ New Contributors
- @PurplestViper made their first contribution in https://github.com/dotnetcore/AspectCore-Framework/pull/295
- @gilbertogwa made their first contribution in https://github.com/dotnetcore/AspectCore-Framework/pull/300
- @hjkl950217 made their first contribution in https://github.com/dotnetcore/AspectCore-Framework/pull/304
- @MarsonShine made their first contribution in https://github.com/dotnetcore/AspectCore-Framework/pull/307
- Full Changelog: https://github.com/dotnetcore/AspectCore-Framework/compare/v2.3.0...v2.4.0
v2.3.0-releasev2.3.0
📋 What's Changed
- DynamicProxyServiceProviderFactory 支持ServiceProviderOptions by @liuhaoyang in https://github.com/dotnetcore/AspectCore-Framework/pull/252
- fix readme link error by @nivalxer in https://github.com/dotnetcore/AspectCore-Framework/pull/251
- Fix issue 236: Code supposed to be unreachable. by @liuhaoyang in https://github.com/dotnetcore/AspectCore-Framework/pull/253
- fix AspNetVNext PackageSource 404 by @nivalxer in https://github.com/dotnetcore/AspectCore-Framework/pull/256
- 修复文档中 IOC 小节使用最新版本类库 by @jerviscui in https://github.com/dotnetcore/AspectCore-Framework/pull/263
- Bugfix/missing attributes for dynamic proxy by @huoshan12345 in https://github.com/dotnetcore/AspectCore-Framework/pull/269
- fix intercept method with out decimal error by @nivalxer in https://github.com/dotnetcore/AspectCore-Framework/pull/255
- fix issues #261 by @nivalxer in https://github.com/dotnetcore/AspectCore-Framework/pull/264
- + 8 more
✨ New Contributors
- @jerviscui made their first contribution in https://github.com/dotnetcore/AspectCore-Framework/pull/263
- @pygzfei made their first contribution in https://github.com/dotnetcore/AspectCore-Framework/pull/283
- Full Changelog: https://github.com/dotnetcore/AspectCore-Framework/compare/v2.2.0...v2.3.0
v2.2.0-releasev2.2.0
v2.1.0-releasev2.1.0
1. Workaround for interceptor attribute with array member 2. Dynamic proxy for method containing optional nullable parameter 3. Autofac 5.0.0 & netstandard2.1 support 4. Update docs for asp.net core 3.x
v2.0.0-releasev2.0.0
v1.3.0-release1.3.0
v1.2.0-release1.2.0
✨ Happy New Year !!!
- Add interceptor and dynamicProxy support for LightInject
v1.1.0-release1.1.0
v1.0.01.0.0
v0.7.00.7.0
v0.6.00.6.0
v0.5.00.5.0
v0.4.00.4.0
v0.3.20.3.2
release-0.3.10.3.1
release-0.3.00.3.0
release-0.2.40.2.4
fix MetadatToken duplicate
0.2.0-release0.2.0
📋 Changes
- [AspectCore.Core](https://www.nuget.org/packages/AspectCore.Core/0.2.0) IoC-Container,DynamicProxy and Configuration
- [AspectCore.Extensions.Reflection](https://www.nuget.org/packages/AspectCore.Extensions.Reflection/0.2.0) Fast Reflection
- [AspectCore.Extensions.DependencyInjection](https://www.nuget.org/packages/AspectCore.Extensions.DependencyInjection/0.2.0)
- [AspectCore.Extensions.Autofac](https://www.nuget.org/packages/AspectCore.Extensions.Autofac/0.2.0) Autofac Integration
- [AspectCore.Extensions.AspectScope](https://www.nuget.org/packages/AspectCore.Extensions.AspectScope/0.2.0) Aspect scheduler and scope
0.2.0-preview1Pre-release
support for netstandard2.0
0.1.2-release0.1.2
修复:代理类构造函数参数默认值为 null 修复:方法参数元数据Token为null 修复:拦截器中应使用IServiceProvider而非IRealServiceProvider 添加:CrossParameters 参数拦截器实现
