I had failing tests moving from v5.2 to 6.0 of the Test Adapter. All of the failing tests seem to be related to #1795 because they are all related to statics.
I have a reproduction project here, with the following moving parts:
- Alba to set up an in-memory WebApplicationHost
- Wolverine.Http as my web application framework.
The tests all succeeds in 5.2 of the TestAdapter. The Wolverine test starts failing from 6.0 up to 6.2. I suspect Wolverine does something with Assembly Loading that is incompatible with the new way of loading that was introduced in 6.0.
I had failing tests moving from v5.2 to 6.0 of the Test Adapter. All of the failing tests seem to be related to #1795 because they are all related to statics.
I have a reproduction project here, with the following moving parts:
The tests all succeeds in 5.2 of the TestAdapter. The Wolverine test starts failing from 6.0 up to 6.2. I suspect Wolverine does something with Assembly Loading that is incompatible with the new way of loading that was introduced in 6.0.