We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot use edit and continue on debug mode when allureStepAttribute is used
see this video of the failure
in the code bellow put a break point on the test run in debug mode edit the string continue execution it fails
code example
we should be able to use edit and continue since it is such a great tool for development
making edit and continue work as expected.
<TargetFramework>net7.0</TargetFramework> <PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.3.2" /> <PackageReference Include="NUnit" Version="3.13.3" /> <PackageReference Include="NUnit3TestAdapter" Version="4.2.1" /> <PackageReference Include="NUnit.Analyzers" Version="3.3.0" /> <PackageReference Include="NUnit.Allure" Version="1.2.1.1" />
I believe to fix this it is only necessary to update to AspectInjector 2.7
as a temporary fix i copied the code for AllureStepAttribute in my project and use the latest aspectInjector and that works for me.
The text was updated successfully, but these errors were encountered:
@andrematosfundao Hi! Yes, this is known issue pamidur/aspect-injector#138 I'll bump AspectInjector version in next release! Thanks!
Sorry, something went wrong.
Hello everyone! You can try it out in 2.9.3-preview.1 release
hello there @neparij, i updated to the 2.9.3-preview.1 version and i see the same problem, when allurestep is used edit and continue stops working:
hello there, just to mention this is still a issue on 2.10
No branches or pull requests
I'm submitting a ...
What is the current behavior?
Cannot use edit and continue on debug mode when allureStepAttribute is used
see this video of the failure
If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem
in the code bellow put a break point on the test
run in debug mode
edit the string
continue execution
it fails
code example
What is the expected behavior?
we should be able to use edit and continue since it is such a great tool for development
What is the motivation / use case for changing the behavior?
making edit and continue work as expected.
Please tell us about your environment:
Other information
I believe to fix this it is only necessary to update to AspectInjector 2.7
as a temporary fix i copied the code for AllureStepAttribute in my project and use the latest aspectInjector and that works for me.
The text was updated successfully, but these errors were encountered: