paulirwin commented on issue #923:
URL: https://github.com/apache/lucenenet/issues/923#issuecomment-2569939849

   PR #1086 has been updated. Just FYI in case someone discovers this issue 
later looking for a solution, if you pass `NUnit.DisplayName=FullName` after 
the `--` separator in `dotnet test` (i.e. `dotnet test {any regular args here} 
-- NUnit.DisplayName=FullName`), it will work without having a runsettings 
file. Alternatively, you can set it in a runsettings file if you'd prefer:
   
   ```xml
   <?xml version="1.0" encoding="utf-8"?>
   <RunSettings>
     <NUnit>
       <DisplayName>FullName</DisplayName>
     </NUnit>
   </RunSettings>
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to