我有一些MSTest项目需要同时针对netcoreapp1.1以及一些更新的东西,比如netcoreapp3.0
dotnet test只运行netcoreapp3.0目标。没有一个netcorapp1.1或netcoreapp2.0被捕获,VS2019运行的测试目标为零,并与错误:崩溃。
StreamJsonRpc.RemoteInvocationException: The following TestContainer was not found 'C:\Projects\fact\collection\src\Fact
代码要求从2-5之间的数字输入计数到最多5,但最后一个要求是输出必须是文字数字。num = int(input('Enter a number (2-5): '))while count <= num: printnum = int(input('Enter a number (2-5): ')) count = count + 1Enter a number(<