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
Test run for D:\Repos\gui.cs\UnitTests\bin\Debug\net7.0\UnitTests.dll (.NETCoreApp,Version=v7.0)
Microsoft (R) Test Execution Command Line Tool Version 17.4.0 (x64)
Copyright (c) Microsoft Corporation. All rights reserved.
The Settings file 'C:\Users\charlie\s\gui-cs\Terminal.Gui\UnitTests\bin\Debug\net7.0\fine-code-coverage\coverage-tool-output\UnitTests-fcc-mscodecoverage-generated.runsettings' could not be found.
The text was updated successfully, but these errors were encountered:
Ok, got it. Maybe we should delete develop branch then if we are no longer using it? Most programmers will assume main/develop is the split if that branch exists?
Ok, got it. Maybe we should delete develop branch then if we are no longer using it? Most programmers will assume main/develop is the split if that branch exists?
The develop branch doesn't exist anymore. It was set HEAD to the v1_develop. See #2815. You have to change set HEAD to the v1_develop. Unfortunately the v1_develop branch isn't executing the CI check. Maybe you can help on that, please. The main branch is now v1 and the v2 is the release for the v2_develop branch.
Describe the bug
When I do
dotnet test
indevelop
branch I get an error about runsettings.Seems there is a line in
gui.cs\UnitTests\UnitTests.csproj
that is causing this. Removing it fixes the problem:- <RunSettingsFilePath>C:\Users\charlie\s\gui-cs\Terminal.Gui\UnitTests\bin\Debug\net7.0\fine-code-coverage\coverage-tool-output\UnitTests-fcc-mscodecoverage-generated.runsettings</RunSettingsFilePath>
The text was updated successfully, but these errors were encountered: