-
Notifications
You must be signed in to change notification settings - Fork 291
Closed as not planned
Labels
Area: 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)Breaking ‼️
Milestone
Description
testfx/src/Adapter/MSTest.TestAdapter/Discovery/AssemblyEnumerator.cs
Lines 251 to 255 in d1fc4a4
| // If we fail to discover type from a class, then don't abort the discovery | |
| // Move to the next type. | |
| string message = string.Format(CultureInfo.CurrentCulture, Resource.CouldNotInspectTypeDuringDiscovery, typeFullName, assemblyFileName, exception.Message); | |
| PlatformServiceProvider.Instance.AdapterTraceLogger.LogInfo($"AssemblyEnumerator: {message}"); | |
| warningMessages.Add(message); |
This has to be a clear failure.
Metadata
Metadata
Assignees
Labels
Area: 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)Breaking ‼️