Michael J Conrad

Results 63 comments of Michael J Conrad

Hi I think I can add a little context on whats happening under the hood in blazor, or other source generators. The nice part of whats happening with the blazor...

@GMillerVarian Can you give an example of what testing framework you are using and how you are setting the name of the method?

By the way, I spot checked @tamaratomilova example from #30, and it does look like the `RMS` name should be getting logged. ``` using Microsoft.VisualStudio.TestTools.UnitTesting; [TestMethod("@RMS_TEST_NUMBER RMS Test name")] public...

@GMillerVarian I'm having trouble re-producing that. * test.csproj ``` net7.0 ``` * UnitTest1.cs ``` cs using System; using System.Collections.Generic; using System.Globalization; using System.Reflection; using System.Threading.Tasks; using Microsoft.VisualStudio.TestTools.UnitTesting; namespace NUnit.Xml.TestLogger.NetFull.Tests {...

That helped a bit. So, test explorer and the loggers are seeing 4 tests (numbered in the image below) with 8 total results when we test your updated MSTest example....

Was just looking at https://github.com/spekt/nunit.testlogger/issues/54 which is related. They would both depend on the core logger capturing attachment info to enable this feature.

@crainey Are you still having this issue?

Hi @bheemreddy181 as you saw, this is a duplicate of #54

Are you seeing a compatibility issue? This should work with .net 7