GitPedia
dotnetcore

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
liuhaoyangliuhaoyang·3y ago·May 25, 2023
GitHub

📋 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
liuhaoyangliuhaoyang·3y ago·November 18, 2022
GitHub

📋 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
liuhaoyangliuhaoyang·5y ago·February 5, 2021
GitHub
v2.1.0-releasev2.1.0
liuhaoyangliuhaoyang·6y ago·April 3, 2020
GitHub

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
liuhaoyangliuhaoyang·6y ago·December 9, 2019
GitHub
v1.3.0-release1.3.0
liuhaoyangliuhaoyang·6y ago·August 19, 2019
GitHub
v1.2.0-release1.2.0
liuhaoyangliuhaoyang·7y ago·February 5, 2019
GitHub

Happy New Year !!!

  • Add interceptor and dynamicProxy support for LightInject
v1.1.0-release1.1.0
liuhaoyangliuhaoyang·7y ago·November 25, 2018
GitHub
v1.0.01.0.0
liuhaoyangliuhaoyang·7y ago·September 10, 2018
GitHub
v0.7.00.7.0
liuhaoyangliuhaoyang·8y ago·June 23, 2018
GitHub
v0.6.00.6.0
liuhaoyangliuhaoyang·8y ago·June 23, 2018
GitHub
v0.5.00.5.0
liuhaoyangliuhaoyang·8y ago·May 27, 2018
GitHub
v0.4.00.4.0
liuhaoyangliuhaoyang·8y ago·May 9, 2018
GitHub
v0.3.20.3.2
liuhaoyangliuhaoyang·8y ago·April 18, 2018
GitHub
release-0.3.10.3.1
liuhaoyangliuhaoyang·8y ago·February 22, 2018
GitHub
release-0.3.00.3.0
liuhaoyangliuhaoyang·8y ago·February 12, 2018
GitHub
release-0.2.40.2.4
liuhaoyangliuhaoyang·8y ago·December 10, 2017
GitHub

fix MetadatToken duplicate

0.2.0-release0.2.0
liuhaoyangliuhaoyang·8y ago·October 20, 2017
GitHub

📋 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
liuhaoyangliuhaoyang·8y ago·August 9, 2017
GitHub

support for netstandard2.0

0.1.2-release0.1.2
liuhaoyangliuhaoyang·8y ago·July 14, 2017
GitHub

修复:代理类构造函数参数默认值为 null 修复:方法参数元数据Token为null 修复:拦截器中应使用IServiceProvider而非IRealServiceProvider 添加:CrossParameters 参数拦截器实现