-
Notifications
You must be signed in to change notification settings - Fork 291
WebApplicationFactory logging regression with v3.10.0 #6457
Copy link
Copy link
Closed as not planned
Labels
Area: FixturesArea: MSTestIssues with MSTest that are not specific to more refined area (e.g. analyzers or assertions)Issues with MSTest that are not specific to more refined area (e.g. analyzers or assertions)External: OtherThis is caused by external issue, the external issue needs to be solved first.This is caused by external issue, the external issue needs to be solved first.Needs: Additional InfoRegressionResolution: By Design
Milestone
Metadata
Metadata
Assignees
Labels
Area: FixturesArea: MSTestIssues with MSTest that are not specific to more refined area (e.g. analyzers or assertions)Issues with MSTest that are not specific to more refined area (e.g. analyzers or assertions)External: OtherThis is caused by external issue, the external issue needs to be solved first.This is caused by external issue, the external issue needs to be solved first.Needs: Additional InfoRegressionResolution: By Design
Hi there,
I have a .NET 9 test project (
<Project Sdk="MSTest.Sdk/3.x.y">) which uses a WebApplicationFactory (set up as a fixture in[ClassInitialize]). Logging from the WebApplicationFactory has stopped and I isolated the issue to updating from MSTest v3.9.3 to v3.10.0. Reverting back to v3.9.3 has fixed things.I have quite a complicated project so before setting out to create a minimal repro I just wanted to ask if there are any obvious reasons for this (I couldn't see anything in the release log).
BR,
Mark