spekt / junit.testlogger

JUnit test logger for vstest platform (<= v3.x)
MIT License
77 stars 15 forks source link

Handle illegal xml char #63

Closed Siphonophora closed 1 year ago

Siphonophora commented 1 year ago

Depends on https://github.com/spekt/testlogger/pull/37 to be merged then we can use the new package

Siphonophora commented 1 year ago

@codito This logger was relying entirely on the core logger for method names, so this one shouldn't be a breaking change for anyone (we still need to figure out the other loggers).

Could you cut a release, so we can get this bug fix out? I will take care of the release notes when you do.

codito commented 1 year ago

@Siphonophora this change looks good. I will go ahead with merge and cut a release today.

I will shortly create another update for test logger to unblock nunit from using the fix (Test Property related).