A suite of integrated tools for creating, running, and managing tests to ensure code quality and reliability.
Hello. I have Visual Studio 2022 professional edition
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi
I have the code:
Variables = automation.Variables == null ? new List<AutomationVariableDto> { } :
automation.Variables.Select(x => new AutomationVariableDto(x)),
I have test related with these lines, but code coverage shows the message: statements not covered
A suite of integrated tools for creating, running, and managing tests to ensure code quality and reliability.
Hello. I have Visual Studio 2022 professional edition