inversionhourglass
inversionhourglass
Or `TracingContext` exposes a `TracingConfig` property, and then adds `ErrorOccurred` method to `TracingContext` by way of extension method. 或者`TracingContext`暴露一个`TracingConfig`属性,然后通过扩展方法的方式为`TracingContext`增加`ErrorOccurred`方法。 ```csharp public interface ITracingContext { // ... TracingConfig TracingConfig { get;...
字段是无法支持的,属性现在是已经支持的 ```csharp public string Name { [Logging] get; [Logging] set; } ``` 另外这个库 [PropertyChanged](https://github.com/Fody/PropertyChanged) 可能有你需要的
只是对get set分别应用一次`Attribute`,并没有多复杂,你这个需求对实际编码效率提升并不是很大,但实现功能需要改动的代码并不少,这个功能在空闲的时候可能会做,近期应该不会去实现这个
@victor596 已经支持了,你可以看这个issue里的回答,https://github.com/inversionhourglass/Rougamo/issues/12 如果你还有其他疑问可以新建一个issue,两个不相关的问题不适合在同一个issue中提出
@taylortaurus 异常方法里的字段?不明白你的需求,这个和当前issue相关吗?不相关的话,请新开一个issue
已发布2.0
I see java has [CallableWrapper](https://skywalking.apache.org/docs/skywalking-java/v8.14.0/en/setup/service-agent/java-agent/application-toolkit-trace-cross-thread/#trace-cross-thread) that also is a hardcode way. If you mean just don't hardcode directly use the tracing context, then I can implement it in a way...
感谢反馈,这个之前有遇到过,我还以为是更新VS后导致的,没想到是肉夹馍的导致的,这个要抽空研究一下了,可能暂时无法修复
这个问题应该跟 #36 属于同类问题,解决 #36 应该就能解决。但目前还没有时间在2.0版本完成支持(可以看我在 #36 中的回复),将在后续版本中修复。
> 有进展了么? 没有,目前主要着手解决 #36,之前以为是同类问题,现在看来并不是。等 #36 解决之后会回看这个问题,如果好解决就跟 #36 同一个版本修复,不好解决就延期到下一个大版本