Unable to debug xunit tests

I have suddenly found that I can no longer debug xUnit tests in Rider. The debugger works fine when running the application, the tests run fine.

In Visual Studio I can debug the tests with the built in test explorer but not with the ReSharper test explorer.

 

Running VS 16.7 and Rider 2020.2-EAP5

Error message in VS is:

 

Error log from Rider

18:06:19.683 |T| Launch: c367d745-8aa4-48b3-baf3-198f9818d2e4 >> RiderDebugHostController.AfterLaunchStarted
18:06:19.684 |T| Launch: c367d745-8aa4-48b3-baf3-198f9818d2e4 << RiderDebugHostController.AfterLaunchStarted
18:06:19.684 |I| BuildStage started
18:06:19.684 |I| Build policy: Automatic
18:06:20.432 |I| 0 projects built
18:06:20.432 |I| BuildStage completed
18:06:20.432 |I| RefreshProjectPropertiesStage started
18:06:20.432 |I| RefreshProjectPropertiesStage completed
18:06:20.432 |I| DiscoveryStage started
18:06:20.433 |I| Test exploration required for 0 projects
18:06:20.433 |I| DiscoveryStage completed
18:06:20.433 |I| BuildPipelineStage started
18:06:20.433 |I| BuildPipelineStage completed
18:06:20.433 |I| ApplyRulesStage started
18:06:20.434 |V| Running elements from criterion: {TestAncestorCriterion: xUnit::6CA5084D-1AC3-411B-9E06-591FC6B1525E::.NETCoreApp,Version=v3.1::Tests.Accounts.TransactionServiceTests.SaveTransaction_ShouldSaveAPairedTransaction}
18:06:20.434 |I| Got 1 elements (1 explicit) to run
18:06:20.434 |V| Marking 1 elements as Pending
18:06:20.434 |V| Marking elements as Pending completed
18:06:20.434 |V| Distributing 1 elements into runs
18:06:20.434 |V| Distributing elements completed
18:06:20.434 |I| Created 1 unit-test runs
18:06:20.434 |I| ApplyRulesStage completed
18:06:20.434 |I| RunTestsStage started
18:06:20.435 |I| Running up to 1 unit-test runs in parallel
18:06:20.436 |I| Run: 095191b9-3d7a-41ca-9b42-b943be0a2e23 - Starting
18:06:20.436 |V| Provider: xUnit.net
Target Framework: .NETCoreApp,Version=v3.1
Strategy: XunitDotNetVsTestRunStrategy
Runtime Enviroment: DotNetCoreRuntimeEnvironment
Project: Tests
TargetFrameworkId: .NETCoreApp,Version=v3.1
TargetPlatform: X64
18:06:20.436 |T| Run: 095191b9-3d7a-41ca-9b42-b943be0a2e23 >> RiderDebugHostController.PrepareForRun
18:06:20.436 |T| Run: 095191b9-3d7a-41ca-9b42-b943be0a2e23 << RiderDebugHostController.PrepareForRun
18:06:20.437 |T| Register handler for message type 'TestSession.Message', protocol version '1'
18:06:20.437 |T| Register handler for message type 'ProtocolVersion', protocol version '<unset>'
18:06:20.437 |T| Register handler for message type 'TestSession.Connected', protocol version '<unset>'
18:06:20.437 |T| Register handler for message type 'TestExecution.CustomTestHostLaunch', protocol version '1'
18:06:20.437 |T| Register handler for message type 'TestExecution.Completed', protocol version '1'
18:06:20.437 |T| Register handler for message type 'TestExecution.StatsChange', protocol version '1'
18:06:20.439 |I| [ProcessStartInfoPatchResult]
Original request: DotNetCoreRequest
Success: True
ErrorMessage: <Empty>
Original StartInfo: FileName = 'vstest', Arguments = '/port:58483 ', WorkDir = 'C:\Visual Studio\AmbBrokerage\Tests'
Patched StartInfo: FileName = 'C:\Program Files\dotnet\dotnet.exe', Arguments = '"vstest" /port:58483 ', WorkDir = 'C:\Visual Studio\AmbBrokerage\Tests'

18:06:20.439 |I| Starting process: C:\Program Files\dotnet\dotnet.exe "vstest" /port:58483
18:06:20.441 |I| Started process with pid 9208
18:06:20.933 |T| Processing message 'TestSession.Connected'
18:06:20.933 |T| Processed message 'TestSession.Connected'
18:06:20.937 |T| Processing message 'ProtocolVersion'
18:06:20.937 |T| Processed message 'ProtocolVersion'
18:06:20.937 |I| Using test adapter: C:\Visual Studio\AmbBrokerage\Tests\bin\Debug\netcoreapp3.1\xunit.runner.visualstudio.dotnetcore.testadapter.dll
18:06:20.938 |T| RunSettings:
<?xml version='1.0' encoding='utf-8'?>
<RunSettings>
<RunConfiguration>
<TargetFrameworkVersion>.NETCoreApp,Version=v3.1</TargetFrameworkVersion>
<TargetPlatform>X64</TargetPlatform>
</RunConfiguration>
</RunSettings>
18:06:21.403 |T| Processing message 'TestSession.Message'
18:06:21.403 |T| Processed message 'TestSession.Message'
18:06:21.404 |I| [xUnit.net 00:00:00.00] xUnit.net VSTest Adapter v2.4.2+2d84eb3141 (64-bit .NET Core 3.1.5)
18:06:22.106 |T| Processing message 'TestSession.Message'
18:06:22.106 |T| Processed message 'TestSession.Message'
18:06:22.106 |I| [xUnit.net 00:00:00.71] Starting: Tests
18:06:22.886 |T| Processing message 'TestExecution.StatsChange'
18:06:22.886 |T| Processed message 'TestExecution.StatsChange'
18:06:22.887 |W| Transition declined: Transition from state <v1.HostBinding> on event <remote::1.TestExecution.StatsChange>.
18:06:25.753 |T| Processing message 'TestSession.Message'
18:06:25.753 |T| Processed message 'TestSession.Message'
18:06:25.753 |I| [xUnit.net 00:00:04.35] Tests.Accounts.TransactionServiceTests.SaveTransaction_ShouldSaveAPairedTransaction [FAIL]
18:06:25.754 |T| Processing message 'TestSession.Message'
18:06:25.754 |T| Processed message 'TestSession.Message'
18:06:25.754 |I| [xUnit.net 00:00:04.35] Expected tr2.Cr to be 100M, but found 123M.
18:06:25.754 |T| Processing message 'TestSession.Message'
18:06:25.754 |T| Processed message 'TestSession.Message'
18:06:25.754 |I| [xUnit.net 00:00:04.35] Stack Trace:
18:06:25.754 |T| Processing message 'TestSession.Message'
18:06:25.754 |T| Processed message 'TestSession.Message'
18:06:25.754 |I| [xUnit.net 00:00:04.35] at FluentAssertions.Execution.XUnit2TestFramework.Throw(String message)
18:06:25.754 |T| Processing message 'TestSession.Message'
18:06:25.754 |T| Processed message 'TestSession.Message'
18:06:25.755 |I| [xUnit.net 00:00:04.36] at FluentAssertions.Execution.TestFrameworkProvider.Throw(String message)
18:06:25.755 |T| Processing message 'TestSession.Message'
18:06:25.755 |T| Processed message 'TestSession.Message'
18:06:25.755 |I| [xUnit.net 00:00:04.36] at FluentAssertions.Execution.DefaultAssertionStrategy.HandleFailure(String message)
18:06:25.755 |T| Processing message 'TestSession.Message'
18:06:25.755 |T| Processed message 'TestSession.Message'
18:06:25.755 |I| [xUnit.net 00:00:04.36] at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc)
18:06:25.755 |T| Processing message 'TestSession.Message'
18:06:25.755 |T| Processed message 'TestSession.Message'
18:06:25.755 |T| Processing message 'TestSession.Message'
18:06:25.755 |I| [xUnit.net 00:00:04.36] at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc)
18:06:25.755 |T| Processed message 'TestSession.Message'
18:06:25.755 |I| [xUnit.net 00:00:04.36] at FluentAssertions.Execution.AssertionScope.FailWith(String message, Object[] args)
18:06:25.755 |T| Processing message 'TestSession.Message'
18:06:25.755 |T| Processed message 'TestSession.Message'
18:06:25.755 |I| [xUnit.net 00:00:04.36] at FluentAssertions.Numeric.NumericAssertions`1.Be(T expected, String because, Object[] becauseArgs)
18:06:25.755 |T| Processing message 'TestSession.Message'
18:06:25.755 |T| Processed message 'TestSession.Message'
18:06:25.755 |I| [xUnit.net 00:00:04.36] C:\Visual Studio\AmbBrokerage\Tests\Accounts\TransactionServiceTests.cs(335,0): at Tests.Accounts.TransactionServiceTests.SaveTransaction_ShouldSaveAPairedTransaction()
18:06:25.755 |T| Processing message 'TestSession.Message'
18:06:25.755 |T| Processed message 'TestSession.Message'
18:06:25.755 |I| [xUnit.net 00:00:04.36] --- End of stack trace from previous location where exception was thrown ---
18:06:25.769 |T| Processing message 'TestSession.Message'
18:06:25.769 |T| Processed message 'TestSession.Message'
18:06:25.769 |I| [xUnit.net 00:00:04.37] Finished: Tests
18:06:25.922 |T| Processing message 'TestExecution.StatsChange'
18:06:25.922 |T| Processed message 'TestExecution.StatsChange'
18:06:25.922 |W| Transition declined: Transition from state <v1.HostBinding> on event <remote::1.TestExecution.StatsChange>.
18:06:25.925 |T| Processing message 'TestExecution.Completed'
18:06:25.925 |T| Processed message 'TestExecution.Completed'
18:06:25.966 |I| Process C:\Program Files\dotnet\dotnet.exe:9208 has exited with code (1)
18:06:25.966 |I| Output stream: Microsoft (R) Test Execution Command Line Tool Version 16.7.0
Copyright (c) Microsoft Corporation. All rights reserved.



18:06:25.966 |T| Run: 095191b9-3d7a-41ca-9b42-b943be0a2e23 >> RiderDebugHostController.CleanupAfterRun
18:06:25.966 |T| Run: 095191b9-3d7a-41ca-9b42-b943be0a2e23 << RiderDebugHostController.CleanupAfterRun
18:06:25.966 |I| Run: 095191b9-3d7a-41ca-9b42-b943be0a2e23 - Finished
18:06:25.966 |I| RunTestsStage completed
18:06:25.967 |I| FinishLaunchStage started
18:06:25.966 |W| C:\Program Files\dotnet\dotnet.exe:9208 exited with exit code (1)
Output stream: Microsoft (R) Test Execution Command Line Tool Version 16.7.0
Copyright (c) Microsoft Corporation. All rights reserved.



18:06:25.967 |I| Finishing launch
18:06:25.967 |W| Element Tests.Accounts.TransactionServiceTests.SaveTransaction_ShouldSaveAPairedTransaction was left pending after its run completion.
18:06:25.968 |I| Launch is finished
18:06:25.968 |I| FinishLaunchStage completed
18:06:25.968 |T| Launch: c367d745-8aa4-48b3-baf3-198f9818d2e4 >> RiderDebugHostController.BeforeLaunchFinished
18:06:25.968 |T| Launch: c367d745-8aa4-48b3-baf3-198f9818d2e4 << RiderDebugHostController.BeforeLaunchFinished

 

0
15 comments

Hi Jeremy,

 

Unfortunately, it looks like a known issue. Could you share the output of dotnet --info with us? It will help with further investigation.

0

PS C:\Visual Studio\AmbBrokerage\AmbBrokerageClient> dotnet --info
.NET Core SDK (reflecting any global.json):
Version: 3.1.400-preview-015178
Commit: 60cb58d3b1

Runtime Environment:
OS Name: Windows
OS Version: 10.0.19041
OS Platform: Windows
RID: win10-x64
Base Path: C:\Program Files\dotnet\sdk\3.1.400-preview-015178\

Host (useful for support):
Version: 3.1.5
Commit: 65cd789777

.NET Core SDKs installed:
2.1.200-preview-007517 [C:\Program Files\dotnet\sdk]
2.1.200-preview-007576 [C:\Program Files\dotnet\sdk]
2.1.200-preview-007589 [C:\Program Files\dotnet\sdk]
2.1.200-preview-007597 [C:\Program Files\dotnet\sdk]
2.1.200 [C:\Program Files\dotnet\sdk]
2.1.201 [C:\Program Files\dotnet\sdk]
2.1.202 [C:\Program Files\dotnet\sdk]
2.1.301 [C:\Program Files\dotnet\sdk]
2.1.400-preview-009171 [C:\Program Files\dotnet\sdk]
2.1.400 [C:\Program Files\dotnet\sdk]
2.1.500-preview-009297 [C:\Program Files\dotnet\sdk]
2.1.500-preview-009335 [C:\Program Files\dotnet\sdk]
2.1.500-preview-009404 [C:\Program Files\dotnet\sdk]
2.1.500 [C:\Program Files\dotnet\sdk]
2.1.502 [C:\Program Files\dotnet\sdk]
2.1.504 [C:\Program Files\dotnet\sdk]
2.1.600-preview-009426 [C:\Program Files\dotnet\sdk]
2.1.600-preview-009472 [C:\Program Files\dotnet\sdk]
2.1.600-preview-009497 [C:\Program Files\dotnet\sdk]
2.1.600 [C:\Program Files\dotnet\sdk]
2.1.601 [C:\Program Files\dotnet\sdk]
2.1.602 [C:\Program Files\dotnet\sdk]
2.1.603 [C:\Program Files\dotnet\sdk]
2.1.700-preview-009597 [C:\Program Files\dotnet\sdk]
2.1.700-preview-009618 [C:\Program Files\dotnet\sdk]
2.1.800-preview-009677 [C:\Program Files\dotnet\sdk]
2.1.800-preview-009696 [C:\Program Files\dotnet\sdk]
2.1.800 [C:\Program Files\dotnet\sdk]
2.2.100 [C:\Program Files\dotnet\sdk]
2.2.101 [C:\Program Files\dotnet\sdk]
2.2.300 [C:\Program Files\dotnet\sdk]
2.2.400-preview-010219 [C:\Program Files\dotnet\sdk]
2.2.400 [C:\Program Files\dotnet\sdk]
3.0.100 [C:\Program Files\dotnet\sdk]
3.1.100-preview2-014569 [C:\Program Files\dotnet\sdk]
3.1.104 [C:\Program Files\dotnet\sdk]
3.1.200 [C:\Program Files\dotnet\sdk]
3.1.201 [C:\Program Files\dotnet\sdk]
3.1.301 [C:\Program Files\dotnet\sdk]
3.1.400-preview-015178 [C:\Program Files\dotnet\sdk]

.NET Core runtimes installed:
Microsoft.AspNetCore.All 2.1.1 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.All]
Microsoft.AspNetCore.All 2.1.2 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.All]
Microsoft.AspNetCore.All 2.1.3 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.All]
Microsoft.AspNetCore.All 2.1.4 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.All]
Microsoft.AspNetCore.All 2.1.5 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.All]
Microsoft.AspNetCore.All 2.1.6 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.All]
Microsoft.AspNetCore.All 2.1.7 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.All]
Microsoft.AspNetCore.All 2.1.8 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.All]
Microsoft.AspNetCore.All 2.1.9 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.All]
Microsoft.AspNetCore.All 2.1.10 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.All]
Microsoft.AspNetCore.All 2.1.11 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.All]
Microsoft.AspNetCore.All 2.1.12 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.All]
Microsoft.AspNetCore.All 2.1.16 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.All]
Microsoft.AspNetCore.All 2.2.0 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.All]
Microsoft.AspNetCore.All 2.2.5 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.All]
Microsoft.AspNetCore.All 2.2.6 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.All]
Microsoft.AspNetCore.All 2.2.7 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.All]
Microsoft.AspNetCore.All 2.2.8 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.All]
Microsoft.AspNetCore.App 2.1.1 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App]
Microsoft.AspNetCore.App 2.1.2 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App]
Microsoft.AspNetCore.App 2.1.3 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App]
Microsoft.AspNetCore.App 2.1.4 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App]
Microsoft.AspNetCore.App 2.1.5 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App]
Microsoft.AspNetCore.App 2.1.6 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App]
Microsoft.AspNetCore.App 2.1.7 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App]
Microsoft.AspNetCore.App 2.1.8 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App]
Microsoft.AspNetCore.App 2.1.9 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App]
Microsoft.AspNetCore.App 2.1.10 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App]
Microsoft.AspNetCore.App 2.1.11 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App]
Microsoft.AspNetCore.App 2.1.12 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App]
Microsoft.AspNetCore.App 2.1.16 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App]
Microsoft.AspNetCore.App 2.2.0 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App]
Microsoft.AspNetCore.App 2.2.5 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App]
Microsoft.AspNetCore.App 2.2.6 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App]
Microsoft.AspNetCore.App 2.2.7 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App]
Microsoft.AspNetCore.App 2.2.8 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App]
Microsoft.AspNetCore.App 3.0.0 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App]
Microsoft.AspNetCore.App 3.1.2 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App]
Microsoft.AspNetCore.App 3.1.3 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App]
Microsoft.AspNetCore.App 3.1.4 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App]
Microsoft.AspNetCore.App 3.1.5 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App]
Microsoft.NETCore.App 2.0.6 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
Microsoft.NETCore.App 2.0.7 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
Microsoft.NETCore.App 2.0.9 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
Microsoft.NETCore.App 2.1.1 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
Microsoft.NETCore.App 2.1.2 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
Microsoft.NETCore.App 2.1.3 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
Microsoft.NETCore.App 2.1.4 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
Microsoft.NETCore.App 2.1.5 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
Microsoft.NETCore.App 2.1.6 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
Microsoft.NETCore.App 2.1.7 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
Microsoft.NETCore.App 2.1.8 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
Microsoft.NETCore.App 2.1.9 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
Microsoft.NETCore.App 2.1.10 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
Microsoft.NETCore.App 2.1.11 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
Microsoft.NETCore.App 2.1.12 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
Microsoft.NETCore.App 2.1.16 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
Microsoft.NETCore.App 2.2.0 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
Microsoft.NETCore.App 2.2.5 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
Microsoft.NETCore.App 2.2.6 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
Microsoft.NETCore.App 2.2.7 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
Microsoft.NETCore.App 2.2.8 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
Microsoft.NETCore.App 3.0.0 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
Microsoft.NETCore.App 3.1.2 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
Microsoft.NETCore.App 3.1.3 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
Microsoft.NETCore.App 3.1.4 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
Microsoft.NETCore.App 3.1.5 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
Microsoft.WindowsDesktop.App 3.0.0 [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App]
Microsoft.WindowsDesktop.App 3.1.2 [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App]
Microsoft.WindowsDesktop.App 3.1.3 [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App]
Microsoft.WindowsDesktop.App 3.1.4 [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App]
Microsoft.WindowsDesktop.App 3.1.5 [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App]

0

Hi Jeremy,

 

Thanks for the information. This issue will be fixed in Rider 2020.2, I'm sorry for the inconvenience.

0

OK - much appreciated. Any timeline for 2020.2?

0

2020.2 should be released in August.

0

Great - many thanks

0

Any workaround until 2020.2? Can't really wait to debug a unit test so long.

0

Hi Augustinas Nomicas,

 

You can try out the latest Rider EAP8 build, which addresses this issue. It is available here or via Toolbox.

0

Unfortunately EAP 8 does not work with the RavenDb test driver. EAP 6 does work with the RavenDb test driver

https://issues.hibernatingrhinos.com/issue/RavenDB-15436

0

Hi Jeremy,

 

Thank you for the information.

 

Please try using EAP 7, which should work for RavenDB (I've tested it on a few simple RavenDB unit tests) and includes the updated test runner that addresses the original issue. Let me know if it helps.

0

I can't find where to download EAP 7. Could you provide me with the link?

0

Sure, here's a direct link to EAP7. If you installed EAP8 using Toolbox, you can rollback to EAP7 directly from the app.

0

Kirill Filin, thank you for the suggestion but EAP 8 doesn't run unit tests at all because of this issue:

https://youtrack.jetbrains.com/issue/RIDER-48134

https://stackoverflow.com/questions/63077140/a-non-collectible-assembly-may-not-reference-a-collectible-assembly

(we are using xUnit + Moq)

0

Augustinas Nomicas, please use EAP 7, as mentioned in the earlier post. Let me know if you face any issues.

0

I can confirm that EAP  6 & 7 debug tests fine, including RavenDb 5.0 test driver.

0

Please sign in to leave a comment.