I'm unable to use preview.4 of the SDK with my test project. preview.3 worked fine. The test project targets .net core 2.1.
Steps to reproduce
- Clone https://github.com/jherby2k/AudioWorks.git.
- Run the tests in the AudioWorks.Commands.Tests project. All should pass.
- Change the project to reference Microsoft.PowerShell.SDK version 6.1.0-preview.4 (from preview.3)
- Run the tests again. Most will fail.
Expected behavior
all tests pass
Actual behavior
One or more errors occurred. (Cannot load PowerShell snap-in Microsoft.PowerShell.Diagnostics because of the following error: Could not load file or assembly '..\Source\Repos\AudioWorks\AudioWorks\tests\AudioWorks.Commands.Tests\bin\Release-Windows\netcoreapp2.1\Microsoft.PowerShell.Commands'. The system cannot find the file specified.
I'm unable to use preview.4 of the SDK with my test project. preview.3 worked fine. The test project targets .net core 2.1.
Steps to reproduce
Expected behavior
all tests pass
Actual behavior