We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2148496 commit 1f5a062Copy full SHA for 1f5a062
src/xunit.runner.visualstudio/VsTestRunner.cs
@@ -262,6 +262,9 @@ bool DiscoverTestsInSource<TVisitor>(
262
XunitProjectAssembly assembly)
263
where TVisitor : IVsDiscoverySink, IDisposable
264
{
265
+ foreach (var warning in assembly.ConfigWarnings)
266
+ logger.LogWarning("{0}", warning);
267
+
268
if (cancelled)
269
return false;
270
0 commit comments