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
I also propose a new Shared Framework of testing tools and frameworks in .NET SDK along with a new Test SDK for the Project (not just a simple rename as requested in #2693). May be not for v4 but for v5 maybe? .NET 10? Basically, a built-in Testing support from the .NET SDK without any external dependencies.
Description
The goal of this ticket is to announce the upcoming breaking changes in MSTest v4.
Planned
ClassCleanupBehavior.EndOfAssembly
#1574)TestTimeout
enum and related overload onTimeoutAttribute
#1317)SetOutcome
behavior across all target frameworks (TestContext: Unify SetOutcome behavior across TFMs #1426)ExpectedExceptionAttribute
(Deprecate ExpectedException attribute. #135)CaptureTraceOutput
by default (linked issueTraceListenerManager
is not thread safe #2616)To be discussed
InnerResults
) for parameterized tests (Data Driven tests - Individual results of data rows are not in tree structure, missing parentID in trx file #1024)The text was updated successfully, but these errors were encountered: