-
This may be a bug because the aop(AspectCore) framework and CAP are used at the same time
![image](https://user-images.githubusercontent.com/16041240/220087676-a25e5339-d9f9-4131-9b0b-8dee9a85bdd3.pn…
-
该场景特殊,一般aop 使用场景应该佷难遇见
https://github.com/dotnetcore/AspectCore-Framework/blob/master/src/AspectCore.Core/Utils/ProxyGeneratorUtils.cs#L365
应该判断 `method.IsAbstract`
```
if (method.IsAbstra…
-
项目不兼容Net8的KeyedService,动态织入的时候,会报错。
获取服务类型的时候,需要判断一下是否KeyedService
-
I get a lot of these warnings and I just want to make sure everything is OK. Can this be documented somewhere if it should be addressed, am I not following a best practice possibly, or should I ignore…
-
I want to add AOP feature to my project. how can I implement that with Autofac inspectors? I found some documentation (with castle inspectors) in old boilerplate framework, but is there any in new ab…
-
controller引用了一个使用了AOP的类,类中某方法抛异常出异常时(如空指针异常),异常堆栈信息最后只定位到controller调用这个类的这个方法的位置,没有定位到这个方法里发生异常的位置
-
It is very exciting that EFCore team add Lazyload feature into this project. But one question that why you guy use/must use Castle.Core here? Why not allow users to choose themselves?
This is anoth…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the bug
```log
PS C:\dumps> dotnet-dump analyze .\my.gcdump
Loading core dump: .\my.gcdump ..…
-
-
After upgrading to 6.0.2 (6.0.200) I got errors when trying to format projects using the web SDK, i.e.
```csproj
```
Initially I assumed that I had something wrong or unexpected in the project …