Hello,
if I have these 2 files:
test.verified.txt
feat: add new feature
[tag1]
test.received.txt
feat: add new feature
[tag1]
And run dotnet verify review, I get:

It doesn't show the line addition which prevent user from deciding if he should accept or reject the changes.
Perhaps it is the same issue which prevents the diff tool from showing the last empty line, when from what I understood the diff should provides 2 lines for context around the change.
Hello,
if I have these 2 files:
test.verified.txt
test.received.txt
And run
dotnet verify review, I get:It doesn't show the line addition which prevent user from deciding if he should accept or reject the changes.
Perhaps it is the same issue which prevents the diff tool from showing the last empty line, when from what I understood the diff should provides 2 lines for context around the change.