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
Docker, Ubuntu 20.04, .NET 6.0, Mono 6
VSharp console runner with special option --single-file
Steps to reproduce
Run command such as (for the source code below): dotnet /usr/src/vsharp_runner/VSharp.Runner.dll --all-public-methods /usr/src/project/bin/Debug/net6.0/project.dll --render-tests --single-file
See generated tests contain wrong namespace indents.
Description
Test namespace indents are generated wrongly.
Environment
Docker, Ubuntu 20.04, .NET 6.0, Mono 6
VSharp console runner with special option
--single-file
Steps to reproduce
dotnet /usr/src/vsharp_runner/VSharp.Runner.dll --all-public-methods /usr/src/project/bin/Debug/net6.0/project.dll --render-tests --single-file
or
Source code
Generated test
The text was updated successfully, but these errors were encountered: