Uh oh!
There was an error while loading. Please reload this page.
Reactivate JsonSerializer polymorphic tests - #33815
Conversation
stephentoub
commented
Mar 20, 2020
Wait, I'm not understanding. Are you saying xunit is no longer running static test methods in general? Or is there something specific to these cases? Thanks. |
layomia
commented
Mar 20, 2020
@stephentoub, #33391 introduced a pattern where the class containing the test methods is The side effect of this seems to be that In general, tests that don't use this pattern should run as expected. |
stephentoub
commented
Mar 20, 2020
Ah, ok. Phew :) |
Following #33391, the
statictest methods were not being run.Before this PR
After