You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 13, 2024. It is now read-only.
查看源码 有特性 CompensableAttribute 用来标识回退 跟当前执行方法的特性, 并上传至 saga协调器 但是我升级到.net core 5.0 后 此特性一直不执行 希望各位能支持一下, 我司考虑集成到生产环境。
[Compensable(nameof(CancelTestSaga))]
public void TestSaga(long Id)
{
throw new ArgumentException("test CancelTestSaga serivice error");
}
The text was updated successfully, but these errors were encountered: