dotnet-sdk icon indicating copy to clipboard operation
dotnet-sdk copied to clipboard

[Draft] Added a method to provide exception detail in actor invocation

Open amulyavarote opened this issue 3 years ago • 1 comments

Signed-off-by: Amulya Varote [email protected]

Description

Added a method that gives line number and the method name for the actor invocation.

Issue reference

We strive to have all PR being opened based on an issue, where the problem or feature have been discussed prior to implementation.

Please reference the issue this PR will close: #904

Checklist

Please make sure you've completed the relevant tasks for this PR, out of the following list:

  • [ ] Code compiles correctly
  • [ ] Created/updated tests
  • [ ] Extended the documentation

amulyavarote avatar Aug 12 '22 05:08 amulyavarote

Codecov Report

Merging #926 (efa3262) into master (a57375f) will decrease coverage by 0.19%. The diff coverage is 11.76%.

@@            Coverage Diff             @@
##           master     #926      +/-   ##
==========================================
- Coverage   69.89%   69.69%   -0.20%     
==========================================
  Files         154      154              
  Lines        5079     5095      +16     
  Branches      549      551       +2     
==========================================
+ Hits         3550     3551       +1     
- Misses       1398     1413      +15     
  Partials      131      131              
Flag Coverage Δ
net5 69.65% <11.76%> (-0.20%) :arrow_down:
net6 69.59% <11.76%> (-0.20%) :arrow_down:
netcoreapp3.1 69.65% <11.76%> (-0.20%) :arrow_down:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
...c/Dapr.Actors/Builder/ActorMethodDispatcherBase.cs 42.62% <11.76%> (-12.94%) :arrow_down:

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

codecov[bot] avatar Aug 12 '22 05:08 codecov[bot]