Pragun

Results 4 comments of Pragun

Started facing something similar. Tests were running fine till v17.3.2 But in v17.5.0 (which our build now uses), the tests are failing with >Error Message: Method Microsoft.XYZ.Tests.TestEnvironment.AssemblyInitialize has wrong signature....

@nohwnd Yes, our AssemblyInitialize method already satisfies everything mentioned in the error. We are using Microsoft.NET.Test.Sdk version 16.5.0 Locally all tests run fine on the latest Visual Studio 2022 If...

@nohwnd I was trying to repro this but ended up solving the issue in my code. What was happening is that one of our test projects referenced another test project....