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
IMPORTANT: if the defect is reproduced only in a workflow from within the Visual Studio IDE then do not report the issue here - instead, please report it using Visual Studio's "Send Feedback" option that can be accessed from the Help menu OR using this link https://developercommunity.visualstudio.com.
For a defect reproducable from the vstest command line, describe the issue you've observed.
I have a web integration test that has reference to the api/mvc. I'm facing an issue when I update the version of xunit.runner.visualstudio from 2.4.1 to 2.4.3.
The motivation to update to 2.4.3 came from this: #2384. With net5.0, the version 2.4.1 hangs forever.
Steps to reproduce
What steps can reproduce the defect?
Please share the setup, commandline for vstest.console, sample project, target
framework etc.
CSC : error CS5001: Program does not contain a static 'Main' method suitable for an entry point [C:\samples\3.x\IntegrationTestsSample\tests\RazorPagesProject.Tests\RazorPagesProject.Tests.csproj]
0 Warning(s)
1 Error(s)
Diagnostic logs
Please share test platform diagnostics logs. Instructions to collect logs are here.
The logs may contain test assembly paths, kindly review and mask those before sharing.
Environment
Please share additional details about the test environment.
Operating system, Build version of vstest.console
The text was updated successfully, but these errors were encountered:
Description
I have a web integration test that has reference to the api/mvc. I'm facing an issue when I update the version of
xunit.runner.visualstudio
from2.4.1
to2.4.3
.The motivation to update to
2.4.3
came from this: #2384. With net5.0, the version2.4.1
hangs forever.Steps to reproduce
2.4.1
to2.4.3
Expected behavior
No issues when building/testing
Actual behavior
I'm receiving the following error:
Diagnostic logs
Environment
The text was updated successfully, but these errors were encountered: